Shades of Heliotrope #CB6CE9
Tints of Heliotrope #CB6CE9
RGB
CMYK
RGB Variations
Color information
#CB6CE9 (or 0xCB6CE9) is known color: Heliotrope. HEX triplet: CB, 6C and E9. RGB value is (203,108,233). Sum of RGB (Red+Green+Blue) = 203+108+233=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 108 (42.58% from 255 or 19.85% from 544); Blue value is 233 (91.41% from 255 or 42.83% from 544); Max value from RGB is 233 - color contains mainly: blue. Hex color #CB6CE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CE9 is #349316. Grayscale: #969696. Windows color (decimal): -3445527 or 15297739. OLE color: 15297739.
HSL color Cylindrical-coordinate representation of color #CB6CE9: hue angle of 285.6º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6CE9 is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 203 | 108 | 233 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.09 |
| HSL | 285.6º | 0.74% | 0.67% | - |
| HSV(B) | 285.6º | 0.54% | 0.91% | - |
| XYZ | 44.7 | 29.3 | 80.39 | - |
| YUV | 150.66 | 174.47 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 233 | 0.13 | 0.54 | 0 | 0.09 | 285.6 | 0.74 | 0.67 |
| Hex | CB | 6C | E9 | D | 36 | 0 | 9 | 11E | 4A | 43 |
| Octal | 313 | 154 | 351 | 15 | 66 | 0 | 11 | 436 | 112 | 103 |
| Binary | 11001011 | 1101100 | 11101001 | 1101 | 110110 | 0 | 1001 | 100011110 | 1001010 | 1000011 |
Color Harmonies of #CB6CE9
Complementary color
Monochromatic Colors of #CB6CE9
Black with #CB6CE9
Text Example
Text Example
White with #CB6CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CE9; }
p { color: rgb(203,108,233); }
H1.HeaderClassName
{
color: #CB6CE9;
}
.AnyTagClassName
{
color: #CB6CE9;
}
</style>
background-color css
<style>
a { background-color: #CB6CE9; }
a { background-color: rgb(203,108,233); }
div.DivClassName
{
background-color: #CB6CE9;
}
.BgClassName
{
background-color: #CB6CE9;
}
</style>
border-color css
<style>
span { border-color: #CB6CE9; }
span { border-color: rgb(203,108,233); }
td.TdClassName
{
border-color: #CB6CE9;
}
.TagClassName
{
border-color: #CB6CE9;
}
</style>