Shades of Heliotrope #CB66FE
Tints of Heliotrope #CB66FE
RGB
CMYK
RGB Variations
Color information
#CB66FE (or 0xCB66FE) is known color: Heliotrope. HEX triplet: CB, 66 and FE. RGB value is (203,102,254). Sum of RGB (Red+Green+Blue) = 203+102+254=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 102 (40.23% from 255 or 18.25% from 559); Blue value is 254 (99.61% from 255 or 45.44% from 559); Max value from RGB is 254 - color contains mainly: blue. Hex color #CB66FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66FE is #349901. Grayscale: #959595. Windows color (decimal): -3447042 or 16672459. OLE color: 16672459.
HSL color Cylindrical-coordinate representation of color #CB66FE: hue angle of 279.87º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB66FE is Cyan = 0.20, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 203 | 102 | 254 | - |
| CMYK | 0.20 | 0.60 | 0 | 0.00 |
| HSL | 279.87º | 0.99% | 0.7% | - |
| HSV(B) | 279.87º | 0.6% | 1% | - |
| XYZ | 47.27 | 29.36 | 96.94 | - |
| YUV | 149.53 | 186.96 | 166.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 254 | 0.20 | 0.60 | 0 | 0.00 | 279.87 | 0.99 | 0.7 |
| Hex | CB | 66 | FE | 14 | 3C | 0 | 0 | 118 | 63 | 46 |
| Octal | 313 | 146 | 376 | 24 | 74 | 0 | 0 | 430 | 143 | 106 |
| Binary | 11001011 | 1100110 | 11111110 | 10100 | 111100 | 0 | 0 | 100011000 | 1100011 | 1000110 |
Color Harmonies of #CB66FE
Complementary color
Monochromatic Colors of #CB66FE
Black with #CB66FE
Text Example
Text Example
White with #CB66FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66FE; }
p { color: rgb(203,102,254); }
H1.HeaderClassName
{
color: #CB66FE;
}
.AnyTagClassName
{
color: #CB66FE;
}
</style>
background-color css
<style>
a { background-color: #CB66FE; }
a { background-color: rgb(203,102,254); }
div.DivClassName
{
background-color: #CB66FE;
}
.BgClassName
{
background-color: #CB66FE;
}
</style>
border-color css
<style>
span { border-color: #CB66FE; }
span { border-color: rgb(203,102,254); }
td.TdClassName
{
border-color: #CB66FE;
}
.TagClassName
{
border-color: #CB66FE;
}
</style>