Shades of Heliotrope #CB6EFC
Tints of Heliotrope #CB6EFC
RGB
CMYK
RGB Variations
Color information
#CB6EFC (or 0xCB6EFC) is known color: Heliotrope. HEX triplet: CB, 6E and FC. RGB value is (203,110,252). Sum of RGB (Red+Green+Blue) = 203+110+252=565 (74% of max value = 765). Red value is 203 (79.69% from 255 or 35.93% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB6EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EFC is #349103. Grayscale: #999999. Windows color (decimal): -3444996 or 16543435. OLE color: 16543435.
HSL color Cylindrical-coordinate representation of color #CB6EFC: hue angle of 279.3º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB6EFC is Cyan = 0.19, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 110 | 252 | - |
| CMYK | 0.19 | 0.56 | 0 | 0.01 |
| HSL | 279.3º | 0.96% | 0.71% | - |
| HSV(B) | 279.3º | 0.56% | 0.99% | - |
| XYZ | 47.78 | 30.88 | 95.54 | - |
| YUV | 154 | 183.31 | 162.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 252 | 0.19 | 0.56 | 0 | 0.01 | 279.3 | 0.96 | 0.71 |
| Hex | CB | 6E | FC | 13 | 38 | 0 | 1 | 117 | 60 | 47 |
| Octal | 313 | 156 | 374 | 23 | 70 | 0 | 1 | 427 | 140 | 107 |
| Binary | 11001011 | 1101110 | 11111100 | 10011 | 111000 | 0 | 1 | 100010111 | 1100000 | 1000111 |
Color Harmonies of #CB6EFC
Complementary color
Monochromatic Colors of #CB6EFC
Black with #CB6EFC
Text Example
Text Example
White with #CB6EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EFC; }
p { color: rgb(203,110,252); }
H1.HeaderClassName
{
color: #CB6EFC;
}
.AnyTagClassName
{
color: #CB6EFC;
}
</style>
background-color css
<style>
a { background-color: #CB6EFC; }
a { background-color: rgb(203,110,252); }
div.DivClassName
{
background-color: #CB6EFC;
}
.BgClassName
{
background-color: #CB6EFC;
}
</style>
border-color css
<style>
span { border-color: #CB6EFC; }
span { border-color: rgb(203,110,252); }
td.TdClassName
{
border-color: #CB6EFC;
}
.TagClassName
{
border-color: #CB6EFC;
}
</style>