Shades of Heliotrope #CB78EC
Tints of Heliotrope #CB78EC
RGB
CMYK
RGB Variations
Color information
#CB78EC (or 0xCB78EC) is known color: Heliotrope. HEX triplet: CB, 78 and EC. RGB value is (203,120,236). Sum of RGB (Red+Green+Blue) = 203+120+236=559 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.31% from 559); Green value is 120 (47.27% from 255 or 21.47% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #CB78EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78EC is #348713. Grayscale: #9D9D9D. Windows color (decimal): -3442452 or 15497419. OLE color: 15497419.
HSL color Cylindrical-coordinate representation of color #CB78EC: hue angle of 282.93º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #CB78EC is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 203 | 120 | 236 | - |
| CMYK | 0.14 | 0.49 | 0 | 0.07 |
| HSL | 282.93º | 0.75% | 0.7% | - |
| HSV(B) | 282.93º | 0.49% | 0.93% | - |
| XYZ | 46.49 | 32.19 | 83.12 | - |
| YUV | 158.04 | 172 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 236 | 0.14 | 0.49 | 0 | 0.07 | 282.93 | 0.75 | 0.7 |
| Hex | CB | 78 | EC | E | 31 | 0 | 7 | 11B | 4B | 46 |
| Octal | 313 | 170 | 354 | 16 | 61 | 0 | 7 | 433 | 113 | 106 |
| Binary | 11001011 | 1111000 | 11101100 | 1110 | 110001 | 0 | 111 | 100011011 | 1001011 | 1000110 |
Color Harmonies of #CB78EC
Complementary color
Monochromatic Colors of #CB78EC
Black with #CB78EC
Text Example
Text Example
White with #CB78EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78EC; }
p { color: rgb(203,120,236); }
H1.HeaderClassName
{
color: #CB78EC;
}
.AnyTagClassName
{
color: #CB78EC;
}
</style>
background-color css
<style>
a { background-color: #CB78EC; }
a { background-color: rgb(203,120,236); }
div.DivClassName
{
background-color: #CB78EC;
}
.BgClassName
{
background-color: #CB78EC;
}
</style>
border-color css
<style>
span { border-color: #CB78EC; }
span { border-color: rgb(203,120,236); }
td.TdClassName
{
border-color: #CB78EC;
}
.TagClassName
{
border-color: #CB78EC;
}
</style>