Shades of Heliotrope #CB6CEA
Tints of Heliotrope #CB6CEA
RGB
CMYK
RGB Variations
Color information
#CB6CEA (or 0xCB6CEA) is known color: Heliotrope. HEX triplet: CB, 6C and EA. RGB value is (203,108,234). Sum of RGB (Red+Green+Blue) = 203+108+234=545 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.25% from 545); Green value is 108 (42.58% from 255 or 19.82% from 545); Blue value is 234 (91.80% from 255 or 42.94% from 545); Max value from RGB is 234 - color contains mainly: blue. Hex color #CB6CEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CEA is #349315. Grayscale: #969696. Windows color (decimal): -3445526 or 15363275. OLE color: 15363275.
HSL color Cylindrical-coordinate representation of color #CB6CEA: hue angle of 285.24º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6CEA is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 203 | 108 | 234 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.08 |
| HSL | 285.24º | 0.75% | 0.67% | - |
| HSV(B) | 285.24º | 0.54% | 0.92% | - |
| XYZ | 44.84 | 29.36 | 81.15 | - |
| YUV | 150.77 | 174.97 | 165.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 234 | 0.13 | 0.54 | 0 | 0.08 | 285.24 | 0.75 | 0.67 |
| Hex | CB | 6C | EA | D | 36 | 0 | 8 | 11D | 4B | 43 |
| Octal | 313 | 154 | 352 | 15 | 66 | 0 | 10 | 435 | 113 | 103 |
| Binary | 11001011 | 1101100 | 11101010 | 1101 | 110110 | 0 | 1000 | 100011101 | 1001011 | 1000011 |
Color Harmonies of #CB6CEA
Complementary color
Monochromatic Colors of #CB6CEA
Black with #CB6CEA
Text Example
Text Example
White with #CB6CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CEA; }
p { color: rgb(203,108,234); }
H1.HeaderClassName
{
color: #CB6CEA;
}
.AnyTagClassName
{
color: #CB6CEA;
}
</style>
background-color css
<style>
a { background-color: #CB6CEA; }
a { background-color: rgb(203,108,234); }
div.DivClassName
{
background-color: #CB6CEA;
}
.BgClassName
{
background-color: #CB6CEA;
}
</style>
border-color css
<style>
span { border-color: #CB6CEA; }
span { border-color: rgb(203,108,234); }
td.TdClassName
{
border-color: #CB6CEA;
}
.TagClassName
{
border-color: #CB6CEA;
}
</style>