Shades of Heliotrope #CB65FA
Tints of Heliotrope #CB65FA
RGB
CMYK
RGB Variations
Color information
#CB65FA (or 0xCB65FA) is known color: Heliotrope. HEX triplet: CB, 65 and FA. RGB value is (203,101,250). Sum of RGB (Red+Green+Blue) = 203+101+250=554 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.64% from 554); Green value is 101 (39.84% from 255 or 18.23% from 554); Blue value is 250 (98.05% from 255 or 45.13% from 554); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB65FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB65FA is #349A05. Grayscale: #939393. Windows color (decimal): -3447302 or 16410059. OLE color: 16410059.
HSL color Cylindrical-coordinate representation of color #CB65FA: hue angle of 281.07º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB65FA is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 101 | 250 | - |
| CMYK | 0.19 | 0.60 | 0 | 0.02 |
| HSL | 281.07º | 0.94% | 0.69% | - |
| HSV(B) | 281.07º | 0.6% | 0.98% | - |
| XYZ | 46.54 | 28.91 | 93.57 | - |
| YUV | 148.48 | 185.29 | 166.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 101 | 250 | 0.19 | 0.60 | 0 | 0.02 | 281.07 | 0.94 | 0.69 |
| Hex | CB | 65 | FA | 13 | 3C | 0 | 2 | 119 | 5E | 45 |
| Octal | 313 | 145 | 372 | 23 | 74 | 0 | 2 | 431 | 136 | 105 |
| Binary | 11001011 | 1100101 | 11111010 | 10011 | 111100 | 0 | 10 | 100011001 | 1011110 | 1000101 |
Color Harmonies of #CB65FA
Complementary color
Monochromatic Colors of #CB65FA
Black with #CB65FA
Text Example
Text Example
White with #CB65FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB65FA; }
p { color: rgb(203,101,250); }
H1.HeaderClassName
{
color: #CB65FA;
}
.AnyTagClassName
{
color: #CB65FA;
}
</style>
background-color css
<style>
a { background-color: #CB65FA; }
a { background-color: rgb(203,101,250); }
div.DivClassName
{
background-color: #CB65FA;
}
.BgClassName
{
background-color: #CB65FA;
}
</style>
border-color css
<style>
span { border-color: #CB65FA; }
span { border-color: rgb(203,101,250); }
td.TdClassName
{
border-color: #CB65FA;
}
.TagClassName
{
border-color: #CB65FA;
}
</style>