Shades of Heliotrope #CB78EF
Tints of Heliotrope #CB78EF
RGB
CMYK
RGB Variations
Color information
#CB78EF (or 0xCB78EF) is known color: Heliotrope. HEX triplet: CB, 78 and EF. RGB value is (203,120,239). Sum of RGB (Red+Green+Blue) = 203+120+239=562 (74% of max value = 765). Red value is 203 (79.69% from 255 or 36.12% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #CB78EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CB78EF is #348710. Grayscale: #9D9D9D. Windows color (decimal): -3442449 or 15694027. OLE color: 15694027.
HSL color Cylindrical-coordinate representation of color #CB78EF: hue angle of 281.85º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CB78EF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 203 | 120 | 239 | - |
| CMYK | 0.15 | 0.50 | 0 | 0.06 |
| HSL | 281.85º | 0.79% | 0.7% | - |
| HSV(B) | 281.85º | 0.5% | 0.94% | - |
| XYZ | 46.93 | 32.36 | 85.43 | - |
| YUV | 158.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 120 | 239 | 0.15 | 0.50 | 0 | 0.06 | 281.85 | 0.79 | 0.7 |
| Hex | CB | 78 | EF | F | 32 | 0 | 6 | 11A | 4F | 46 |
| Octal | 313 | 170 | 357 | 17 | 62 | 0 | 6 | 432 | 117 | 106 |
| Binary | 11001011 | 1111000 | 11101111 | 1111 | 110010 | 0 | 110 | 100011010 | 1001111 | 1000110 |
Color Harmonies of #CB78EF
Complementary color
Monochromatic Colors of #CB78EF
Black with #CB78EF
Text Example
Text Example
White with #CB78EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB78EF; }
p { color: rgb(203,120,239); }
H1.HeaderClassName
{
color: #CB78EF;
}
.AnyTagClassName
{
color: #CB78EF;
}
</style>
background-color css
<style>
a { background-color: #CB78EF; }
a { background-color: rgb(203,120,239); }
div.DivClassName
{
background-color: #CB78EF;
}
.BgClassName
{
background-color: #CB78EF;
}
</style>
border-color css
<style>
span { border-color: #CB78EF; }
span { border-color: rgb(203,120,239); }
td.TdClassName
{
border-color: #CB78EF;
}
.TagClassName
{
border-color: #CB78EF;
}
</style>