Shades of Heliotrope #CB6CEC
Tints of Heliotrope #CB6CEC
RGB
CMYK
RGB Variations
Color information
#CB6CEC (or 0xCB6CEC) is known color: Heliotrope. HEX triplet: CB, 6C and EC. RGB value is (203,108,236). Sum of RGB (Red+Green+Blue) = 203+108+236=547 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.11% from 547); Green value is 108 (42.58% from 255 or 19.74% from 547); Blue value is 236 (92.58% from 255 or 43.14% from 547); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB6CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB6CEC is #349313. Grayscale: #969696. Windows color (decimal): -3445524 or 15494347. OLE color: 15494347.
HSL color Cylindrical-coordinate representation of color #CB6CEC: hue angle of 284.53º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB6CEC is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 108 | 236 | - |
| CMYK | 0.14 | 0.54 | 0 | 0.07 |
| HSL | 284.53º | 0.77% | 0.67% | - |
| HSV(B) | 284.53º | 0.54% | 0.93% | - |
| XYZ | 45.13 | 29.48 | 82.67 | - |
| YUV | 151 | 175.97 | 165.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 108 | 236 | 0.14 | 0.54 | 0 | 0.07 | 284.53 | 0.77 | 0.67 |
| Hex | CB | 6C | EC | E | 36 | 0 | 7 | 11D | 4D | 43 |
| Octal | 313 | 154 | 354 | 16 | 66 | 0 | 7 | 435 | 115 | 103 |
| Binary | 11001011 | 1101100 | 11101100 | 1110 | 110110 | 0 | 111 | 100011101 | 1001101 | 1000011 |
Color Harmonies of #CB6CEC
Complementary color
Monochromatic Colors of #CB6CEC
Black with #CB6CEC
Text Example
Text Example
White with #CB6CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB6CEC; }
p { color: rgb(203,108,236); }
H1.HeaderClassName
{
color: #CB6CEC;
}
.AnyTagClassName
{
color: #CB6CEC;
}
</style>
background-color css
<style>
a { background-color: #CB6CEC; }
a { background-color: rgb(203,108,236); }
div.DivClassName
{
background-color: #CB6CEC;
}
.BgClassName
{
background-color: #CB6CEC;
}
</style>
border-color css
<style>
span { border-color: #CB6CEC; }
span { border-color: rgb(203,108,236); }
td.TdClassName
{
border-color: #CB6CEC;
}
.TagClassName
{
border-color: #CB6CEC;
}
</style>