Shades of Heliotrope #CB78FA
Tints of Heliotrope #CB78FA
RGB
CMYK
RGB Variations
Color information
#CB78FA (or 0xCB78FA) is known color: Heliotrope. HEX triplet: CB, 78 and FA. RGB value is (203,120,250). Sum of RGB (Red+Green+Blue) = 203+120+250=573 (75% of max value = 765). Red value is 203 (79.69% from 255 or 35.43% from 573); Green value is 120 (47.27% from 255 or 20.94% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #CB78FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78FA is #348705. Grayscale: #9F9F9F. Windows color (decimal): -3442438 or 16414923. OLE color: 16414923.
HSL color Cylindrical-coordinate representation of color #CB78FA: hue angle of 278.31º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CB78FA is Cyan = 0.19, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 203 | 120 | 250 | - |
| CMYK | 0.19 | 0.52 | 0 | 0.02 |
| HSL | 278.31º | 0.93% | 0.73% | - |
| HSV(B) | 278.31º | 0.52% | 0.98% | - |
| XYZ | 48.6 | 33.03 | 94.26 | - |
| YUV | 159.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 250 | 0.19 | 0.52 | 0 | 0.02 | 278.31 | 0.93 | 0.73 |
| Hex | CB | 78 | FA | 13 | 34 | 0 | 2 | 116 | 5D | 49 |
| Octal | 313 | 170 | 372 | 23 | 64 | 0 | 2 | 426 | 135 | 111 |
| Binary | 11001011 | 1111000 | 11111010 | 10011 | 110100 | 0 | 10 | 100010110 | 1011101 | 1001001 |
Color Harmonies of #CB78FA
Complementary color
Monochromatic Colors of #CB78FA
Black with #CB78FA
Text Example
Text Example
White with #CB78FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78FA; }
p { color: rgb(203,120,250); }
H1.HeaderClassName
{
color: #CB78FA;
}
.AnyTagClassName
{
color: #CB78FA;
}
</style>
background-color css
<style>
a { background-color: #CB78FA; }
a { background-color: rgb(203,120,250); }
div.DivClassName
{
background-color: #CB78FA;
}
.BgClassName
{
background-color: #CB78FA;
}
</style>
border-color css
<style>
span { border-color: #CB78FA; }
span { border-color: rgb(203,120,250); }
td.TdClassName
{
border-color: #CB78FA;
}
.TagClassName
{
border-color: #CB78FA;
}
</style>