Shades of Heliotrope #CB66EE
Tints of Heliotrope #CB66EE
RGB
CMYK
RGB Variations
Color information
#CB66EE (or 0xCB66EE) is known color: Heliotrope. HEX triplet: CB, 66 and EE. RGB value is (203,102,238). Sum of RGB (Red+Green+Blue) = 203+102+238=543 (71% of max value = 765). Red value is 203 (79.69% from 255 or 37.38% from 543); Green value is 102 (40.23% from 255 or 18.78% from 543); Blue value is 238 (93.36% from 255 or 43.83% from 543); Max value from RGB is 238 - color contains mainly: blue. Hex color #CB66EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66EE is #349911. Grayscale: #939393. Windows color (decimal): -3447058 or 15623883. OLE color: 15623883.
HSL color Cylindrical-coordinate representation of color #CB66EE: hue angle of 284.56º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB66EE is Cyan = 0.15, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 102 | 238 | - |
| CMYK | 0.15 | 0.57 | 0 | 0.07 |
| HSL | 284.56º | 0.8% | 0.67% | - |
| HSV(B) | 284.56º | 0.57% | 0.93% | - |
| XYZ | 44.81 | 28.37 | 84 | - |
| YUV | 147.7 | 178.96 | 167.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 238 | 0.15 | 0.57 | 0 | 0.07 | 284.56 | 0.8 | 0.67 |
| Hex | CB | 66 | EE | F | 39 | 0 | 7 | 11D | 50 | 43 |
| Octal | 313 | 146 | 356 | 17 | 71 | 0 | 7 | 435 | 120 | 103 |
| Binary | 11001011 | 1100110 | 11101110 | 1111 | 111001 | 0 | 111 | 100011101 | 1010000 | 1000011 |
Color Harmonies of #CB66EE
Complementary color
Monochromatic Colors of #CB66EE
Black with #CB66EE
Text Example
Text Example
White with #CB66EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66EE; }
p { color: rgb(203,102,238); }
H1.HeaderClassName
{
color: #CB66EE;
}
.AnyTagClassName
{
color: #CB66EE;
}
</style>
background-color css
<style>
a { background-color: #CB66EE; }
a { background-color: rgb(203,102,238); }
div.DivClassName
{
background-color: #CB66EE;
}
.BgClassName
{
background-color: #CB66EE;
}
</style>
border-color css
<style>
span { border-color: #CB66EE; }
span { border-color: rgb(203,102,238); }
td.TdClassName
{
border-color: #CB66EE;
}
.TagClassName
{
border-color: #CB66EE;
}
</style>