Shades of Heliotrope #C078EA
Tints of Heliotrope #C078EA
RGB
CMYK
RGB Variations
Color information
#C078EA (or 0xC078EA) is known color: Heliotrope. HEX triplet: C0, 78 and EA. RGB value is (192,120,234). Sum of RGB (Red+Green+Blue) = 192+120+234=546 (72% of max value = 765). Red value is 192 (75.39% from 255 or 35.16% from 546); Green value is 120 (47.27% from 255 or 21.98% from 546); Blue value is 234 (91.80% from 255 or 42.86% from 546); Max value from RGB is 234 - color contains mainly: blue. Hex color #C078EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078EA is #3F8715. Grayscale: #9A9A9A. Windows color (decimal): -4163350 or 15366336. OLE color: 15366336.
HSL color Cylindrical-coordinate representation of color #C078EA: hue angle of 277.89º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C078EA is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 192 | 120 | 234 | - |
| CMYK | 0.18 | 0.49 | 0 | 0.08 |
| HSL | 277.89º | 0.73% | 0.69% | - |
| HSV(B) | 277.89º | 0.49% | 0.92% | - |
| XYZ | 43.31 | 30.58 | 81.46 | - |
| YUV | 154.52 | 172.85 | 154.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 234 | 0.18 | 0.49 | 0 | 0.08 | 277.89 | 0.73 | 0.69 |
| Hex | C0 | 78 | EA | 12 | 31 | 0 | 8 | 116 | 49 | 45 |
| Octal | 300 | 170 | 352 | 22 | 61 | 0 | 10 | 426 | 111 | 105 |
| Binary | 11000000 | 1111000 | 11101010 | 10010 | 110001 | 0 | 1000 | 100010110 | 1001001 | 1000101 |
Color Harmonies of #C078EA
Complementary color
Monochromatic Colors of #C078EA
Black with #C078EA
Text Example
Text Example
White with #C078EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078EA; }
p { color: rgb(192,120,234); }
H1.HeaderClassName
{
color: #C078EA;
}
.AnyTagClassName
{
color: #C078EA;
}
</style>
background-color css
<style>
a { background-color: #C078EA; }
a { background-color: rgb(192,120,234); }
div.DivClassName
{
background-color: #C078EA;
}
.BgClassName
{
background-color: #C078EA;
}
</style>
border-color css
<style>
span { border-color: #C078EA; }
span { border-color: rgb(192,120,234); }
td.TdClassName
{
border-color: #C078EA;
}
.TagClassName
{
border-color: #C078EA;
}
</style>