# Data Colors

The data color options allow you to add a wide range of color schemes to your visual. Powerviz gallery includes 6 color schemes and over 30 + palettes. You can choose from the palettes or create your own.

Changing these colors won’t affect any other visual or Power BI theme.

### How to apply data colors?

To get started,

* Open the Data Colors option using the “⚙️” advanced settings panel.
* Select a “color palette” from the dropdown.
* Based on the scheme, pick the color and hit Apply.
* Result: The new theme has been applied to the word cloud.

<figure><img src="/files/3C8N1xRN6T1qC1XGN84l" alt=""><figcaption></figcaption></figure>

&#x20;

Data colors have seven color schemes:

* Single
* Power BI Theme
* Gradient
* Sequential
* Diverging
* Qualitative

### Single&#x20;

Single scheme color all the words in the word cloud into a single color.

{% hint style="info" %}
Use this scheme with conditional formatting, it will help you find the outliers.
{% endhint %}

<figure><img src="/files/zZANlZqossDi0sIiblS9" alt=""><figcaption></figcaption></figure>

### Power BI Theme

The Power BI theme refers to the theme that is applicable to the entire PBIX report. You can use the same color scheme on the Word Cloud visual as well.

To know more about \[Power BI themes] (<https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-report-themes>).

<figure><img src="/files/Qgi4xnvf3bdxeNjsSxyz" alt=""><figcaption></figcaption></figure>

### Gradient

The gradient scheme colors each word based on its value. You can customize the palette by choosing a max color for the highest value and a min color for the lowest value.

The palette will be applied based on the value of each text string. It also offers a mid-color setting to define the gradient.

<figure><img src="/files/FRPSCpCDenqFkijIGCL0" alt=""><figcaption></figcaption></figure>

### Sequential

Sequential schemes go from the lightest to the darkest shade of the same color. The lightest color represents the lowest value, while the darkest color represents the highest value. In the Sequential scheme, we offer over 15 color palettes with colors like blue, yellow, and green.

By default, Show color blind safe palette is on, therefore in sequential, all the colors are color blind safe.

You also get an option of No. of classes, which refers to the number of distinct colors. By default, the no. of classes is 5 but you can change the number according to your requirement. When you increase the no. of classes, the no. of distinct colors increases, and when you decrease the number of distinct colors decreases.

<figure><img src="/files/v0SdNV0YbqLbJmt7LvqA" alt=""><figcaption></figcaption></figure>

### Diverging

Diverging color schemes refer to a mix of two or three shades of color that are very different from each other. It helps in dividing the data into categories using color. Some popular examples are traffic light colors (red-orange-green) and beach colors (blue-brown).

In a diverging scheme, we offer color-blind-safe palettes as well. Enable the checkbox Show color-blind safe palettes only in order to filter out the list.

You also get an option of No. of classes, which refers to the number of distinct colors. By default, the no. of classes is 5 but you can change the number according to your requirement. When you increase the no. of classes, the no. of distinct colors increases, and when you decrease the number of distinct colors decreases.

<figure><img src="/files/uwZNJnZJIDjmT8SeQWon" alt=""><figcaption></figcaption></figure>

### Qualitative

Unlike Diverging and Sequential, the qualitative schemes have different colors and hues to highlight multiple sections. It is a mix of different color contrasts. You can generally see qualitative palettes being used in painting.

Enable the checkbox Show colorblind-safe palettes only to filter out the palettes.

You also get an option of No. of classes, which refers to the number of distinct colors. By default, the no. of classes is 5 but you can change the number according to your requirement. When you increase the no. of classes, the no. of distinct colors increases, and when you decrease the number of distinct colors decreases.

{% hint style="info" %}
Note: Use up to five unique categories per level to keep them color-blind-safe. More colors will reduce their chance of being accessible.
{% endhint %}

<figure><img src="/files/ZyXkVCg87Ez6ETCM4axm" alt=""><figcaption></figcaption></figure>

### Add Ons

Apart from the scheme mentioned above, data colors offer two more additional features:

<table data-header-hidden><thead><tr><th width="180"></th><th width="246"></th><th></th></tr></thead><tbody><tr><td>Add-on feature</td><td>Action</td><td>Example/ Images</td></tr><tr><td>Reverse Colors</td><td>Reverse the order of the color palette. Interchange the max and min colors.</td><td><img src="/files/2gSGIZbOcMAimazZQEa5" alt=""></td></tr><tr><td>Make Gradient</td><td>Apply the gradient based on the value on the text string.</td><td><img src="/files/xAOPye9jh7lBIVniIB2k" alt=""></td></tr></tbody></table>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.powerviz.ai/powerviz/word-cloud/advanced-settings-introduction/data-colors.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
