Shades of Heliotrope #CB66FA
Tints of Heliotrope #CB66FA
RGB
CMYK
RGB Variations
Color information
#CB66FA (or 0xCB66FA) is known color: Heliotrope. HEX triplet: CB, 66 and FA. RGB value is (203,102,250). Sum of RGB (Red+Green+Blue) = 203+102+250=555 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.58% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 250 (98.05% from 255 or 45.05% from 555); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB66FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB66FA is #349905. Grayscale: #949494. Windows color (decimal): -3447046 or 16410315. OLE color: 16410315.
HSL color Cylindrical-coordinate representation of color #CB66FA: hue angle of 280.95º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB66FA is Cyan = 0.19, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 102 | 250 | - |
| CMYK | 0.19 | 0.59 | 0 | 0.02 |
| HSL | 280.95º | 0.94% | 0.69% | - |
| HSV(B) | 280.95º | 0.59% | 0.98% | - |
| XYZ | 46.64 | 29.1 | 93.6 | - |
| YUV | 149.07 | 184.96 | 166.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 102 | 250 | 0.19 | 0.59 | 0 | 0.02 | 280.95 | 0.94 | 0.69 |
| Hex | CB | 66 | FA | 13 | 3B | 0 | 2 | 119 | 5E | 45 |
| Octal | 313 | 146 | 372 | 23 | 73 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001011 | 1100110 | 11111010 | 10011 | 111011 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CB66FA
Complementary color
Monochromatic Colors of #CB66FA
Black with #CB66FA
Text Example
Text Example
White with #CB66FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB66FA; }
p { color: rgb(203,102,250); }
H1.HeaderClassName
{
color: #CB66FA;
}
.AnyTagClassName
{
color: #CB66FA;
}
</style>
background-color css
<style>
a { background-color: #CB66FA; }
a { background-color: rgb(203,102,250); }
div.DivClassName
{
background-color: #CB66FA;
}
.BgClassName
{
background-color: #CB66FA;
}
</style>
border-color css
<style>
span { border-color: #CB66FA; }
span { border-color: rgb(203,102,250); }
td.TdClassName
{
border-color: #CB66FA;
}
.TagClassName
{
border-color: #CB66FA;
}
</style>