Shades of Heliotrope #CB66EF
Tints of Heliotrope #CB66EF
RGB
CMYK
RGB Variations
Color information
#CB66EF (or 0xCB66EF) is known color: Heliotrope. HEX triplet: CB, 66 and EF. RGB value is (203,102,239). Sum of RGB (Red+Green+Blue) = 203+102+239=544 (72% of max value = 765). Red value is 203 (79.69% from 255 or 37.32% from 544); Green value is 102 (40.23% from 255 or 18.75% from 544); Blue value is 239 (93.75% from 255 or 43.93% from 544); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66EF is #349910. Grayscale: #939393. Windows color (decimal): -3447057 or 15689419. OLE color: 15689419.
HSL color Cylindrical-coordinate representation of color #CB66EF: hue angle of 284.23º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB66EF is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 102 | 239 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.06 |
| HSL | 284.23º | 0.81% | 0.67% | - |
| HSV(B) | 284.23º | 0.57% | 0.94% | - |
| XYZ | 44.96 | 28.43 | 84.78 | - |
| YUV | 147.82 | 179.46 | 167.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 239 | 0.15 | 0.57 | 0 | 0.06 | 284.23 | 0.81 | 0.67 |
| Hex | CB | 66 | EF | F | 39 | 0 | 6 | 11C | 51 | 43 |
| Octal | 313 | 146 | 357 | 17 | 71 | 0 | 6 | 434 | 121 | 103 |
| Binary | 11001011 | 1100110 | 11101111 | 1111 | 111001 | 0 | 110 | 100011100 | 1010001 | 1000011 |
Color Harmonies of #CB66EF
Complementary color
Monochromatic Colors of #CB66EF
Black with #CB66EF
Text Example
Text Example
White with #CB66EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66EF; }
p { color: rgb(203,102,239); }
H1.HeaderClassName
{
color: #CB66EF;
}
.AnyTagClassName
{
color: #CB66EF;
}
</style>
background-color css
<style>
a { background-color: #CB66EF; }
a { background-color: rgb(203,102,239); }
div.DivClassName
{
background-color: #CB66EF;
}
.BgClassName
{
background-color: #CB66EF;
}
</style>
border-color css
<style>
span { border-color: #CB66EF; }
span { border-color: rgb(203,102,239); }
td.TdClassName
{
border-color: #CB66EF;
}
.TagClassName
{
border-color: #CB66EF;
}
</style>