Shades of Heliotrope #C078EF
Tints of Heliotrope #C078EF
RGB
CMYK
RGB Variations
Color information
#C078EF (or 0xC078EF) is known color: Heliotrope. HEX triplet: C0, 78 and EF. RGB value is (192,120,239). Sum of RGB (Red+Green+Blue) = 192+120+239=551 (72% of max value = 765). Red value is 192 (75.39% from 255 or 34.85% from 551); Green value is 120 (47.27% from 255 or 21.78% from 551); Blue value is 239 (93.75% from 255 or 43.38% from 551); Max value from RGB is 239 - color contains mainly: blue. Hex color #C078EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078EF is #3F8710. Grayscale: #9A9A9A. Windows color (decimal): -4163345 or 15694016. OLE color: 15694016.
HSL color Cylindrical-coordinate representation of color #C078EF: hue angle of 276.3º 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 #C078EF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 192 | 120 | 239 | - |
| CMYK | 0.20 | 0.50 | 0 | 0.06 |
| HSL | 276.3º | 0.79% | 0.7% | - |
| HSV(B) | 276.3º | 0.5% | 0.94% | - |
| XYZ | 44.03 | 30.87 | 85.3 | - |
| YUV | 155.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 239 | 0.20 | 0.50 | 0 | 0.06 | 276.3 | 0.79 | 0.7 |
| Hex | C0 | 78 | EF | 14 | 32 | 0 | 6 | 114 | 4F | 46 |
| Octal | 300 | 170 | 357 | 24 | 62 | 0 | 6 | 424 | 117 | 106 |
| Binary | 11000000 | 1111000 | 11101111 | 10100 | 110010 | 0 | 110 | 100010100 | 1001111 | 1000110 |
Color Harmonies of #C078EF
Complementary color
Monochromatic Colors of #C078EF
Black with #C078EF
Text Example
Text Example
White with #C078EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078EF; }
p { color: rgb(192,120,239); }
H1.HeaderClassName
{
color: #C078EF;
}
.AnyTagClassName
{
color: #C078EF;
}
</style>
background-color css
<style>
a { background-color: #C078EF; }
a { background-color: rgb(192,120,239); }
div.DivClassName
{
background-color: #C078EF;
}
.BgClassName
{
background-color: #C078EF;
}
</style>
border-color css
<style>
span { border-color: #C078EF; }
span { border-color: rgb(192,120,239); }
td.TdClassName
{
border-color: #C078EF;
}
.TagClassName
{
border-color: #C078EF;
}
</style>