Shades of Heliotrope #CB6EE7
Tints of Heliotrope #CB6EE7
RGB
CMYK
RGB Variations
Color information
#CB6EE7 (or 0xCB6EE7) is known color: Heliotrope. HEX triplet: CB, 6E and E7. RGB value is (203,110,231). Sum of RGB (Red+Green+Blue) = 203+110+231=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 110 (43.36% from 255 or 20.22% from 544); Blue value is 231 (90.62% from 255 or 42.46% from 544); Max value from RGB is 231 - color contains mainly: blue. Hex color #CB6EE7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6EE7 is #349118. Grayscale: #979797. Windows color (decimal): -3445017 or 15167179. OLE color: 15167179.
HSL color Cylindrical-coordinate representation of color #CB6EE7: hue angle of 286.12º degrees, saturation: 0.72, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB6EE7 is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 110 | 231 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.09 |
| HSL | 286.12º | 0.72% | 0.67% | - |
| HSV(B) | 286.12º | 0.52% | 0.91% | - |
| XYZ | 44.63 | 29.62 | 78.97 | - |
| YUV | 151.6 | 172.81 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 110 | 231 | 0.12 | 0.52 | 0 | 0.09 | 286.12 | 0.72 | 0.67 |
| Hex | CB | 6E | E7 | C | 34 | 0 | 9 | 11E | 48 | 43 |
| Octal | 313 | 156 | 347 | 14 | 64 | 0 | 11 | 436 | 110 | 103 |
| Binary | 11001011 | 1101110 | 11100111 | 1100 | 110100 | 0 | 1001 | 100011110 | 1001000 | 1000011 |
Color Harmonies of #CB6EE7
Complementary color
Monochromatic Colors of #CB6EE7
Black with #CB6EE7
Text Example
Text Example
White with #CB6EE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6EE7; }
p { color: rgb(203,110,231); }
H1.HeaderClassName
{
color: #CB6EE7;
}
.AnyTagClassName
{
color: #CB6EE7;
}
</style>
background-color css
<style>
a { background-color: #CB6EE7; }
a { background-color: rgb(203,110,231); }
div.DivClassName
{
background-color: #CB6EE7;
}
.BgClassName
{
background-color: #CB6EE7;
}
</style>
border-color css
<style>
span { border-color: #CB6EE7; }
span { border-color: rgb(203,110,231); }
td.TdClassName
{
border-color: #CB6EE7;
}
.TagClassName
{
border-color: #CB6EE7;
}
</style>