Shades of Heliotrope #CB66FC
Tints of Heliotrope #CB66FC
RGB
CMYK
RGB Variations
Color information
#CB66FC (or 0xCB66FC) is known color: Heliotrope. HEX triplet: CB, 66 and FC. RGB value is (203,102,252). Sum of RGB (Red+Green+Blue) = 203+102+252=557 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.45% from 557); Green value is 102 (40.23% from 255 or 18.31% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #CB66FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66FC is #349903. Grayscale: #949494. Windows color (decimal): -3447044 or 16541387. OLE color: 16541387.
HSL color Cylindrical-coordinate representation of color #CB66FC: hue angle of 280.4º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB66FC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 203 | 102 | 252 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.01 |
| HSL | 280.4º | 0.96% | 0.69% | - |
| HSV(B) | 280.4º | 0.6% | 0.99% | - |
| XYZ | 46.95 | 29.23 | 95.26 | - |
| YUV | 149.3 | 185.96 | 166.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 252 | 0.19 | 0.60 | 0 | 0.01 | 280.4 | 0.96 | 0.69 |
| Hex | CB | 66 | FC | 13 | 3C | 0 | 1 | 118 | 60 | 45 |
| Octal | 313 | 146 | 374 | 23 | 74 | 0 | 1 | 430 | 140 | 105 |
| Binary | 11001011 | 1100110 | 11111100 | 10011 | 111100 | 0 | 1 | 100011000 | 1100000 | 1000101 |
Color Harmonies of #CB66FC
Complementary color
Monochromatic Colors of #CB66FC
Black with #CB66FC
Text Example
Text Example
White with #CB66FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66FC; }
p { color: rgb(203,102,252); }
H1.HeaderClassName
{
color: #CB66FC;
}
.AnyTagClassName
{
color: #CB66FC;
}
</style>
background-color css
<style>
a { background-color: #CB66FC; }
a { background-color: rgb(203,102,252); }
div.DivClassName
{
background-color: #CB66FC;
}
.BgClassName
{
background-color: #CB66FC;
}
</style>
border-color css
<style>
span { border-color: #CB66FC; }
span { border-color: rgb(203,102,252); }
td.TdClassName
{
border-color: #CB66FC;
}
.TagClassName
{
border-color: #CB66FC;
}
</style>