Shades of Heliotrope #C078FF
Tints of Heliotrope #C078FF
RGB
CMYK
RGB Variations
Color information
#C078FF (or 0xC078FF) is known color: Heliotrope. HEX triplet: C0, 78 and FF. RGB value is (192,120,255). Sum of RGB (Red+Green+Blue) = 192+120+255=567 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.86% from 567); Green value is 120 (47.27% from 255 or 21.16% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #C078FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FF is #3F8700. Grayscale: #9C9C9C. Windows color (decimal): -4163329 or 16742592. OLE color: 16742592.
HSL color Cylindrical-coordinate representation of color #C078FF: hue angle of 272º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C078FF is Cyan = 0.25, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 192 | 120 | 255 | - |
| CMYK | 0.25 | 0.53 | 0 | 0 |
| HSL | 272º | 1% | 0.74% | - |
| HSV(B) | 272º | 0.53% | 1% | - |
| XYZ | 46.5 | 31.86 | 98.31 | - |
| YUV | 156.92 | 183.35 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 255 | 0.25 | 0.53 | 0 | 0 | 272 | 1 | 0.74 |
| Hex | C0 | 78 | FF | 19 | 35 | 0 | 0 | 110 | 64 | 4A |
| Octal | 300 | 170 | 377 | 31 | 65 | 0 | 0 | 420 | 144 | 112 |
| Binary | 11000000 | 1111000 | 11111111 | 11001 | 110101 | 0 | 0 | 100010000 | 1100100 | 1001010 |
Color Harmonies of #C078FF
Complementary color
Monochromatic Colors of #C078FF
Black with #C078FF
Text Example
Text Example
White with #C078FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078FF; }
p { color: rgb(192,120,255); }
H1.HeaderClassName
{
color: #C078FF;
}
.AnyTagClassName
{
color: #C078FF;
}
</style>
background-color css
<style>
a { background-color: #C078FF; }
a { background-color: rgb(192,120,255); }
div.DivClassName
{
background-color: #C078FF;
}
.BgClassName
{
background-color: #C078FF;
}
</style>
border-color css
<style>
span { border-color: #C078FF; }
span { border-color: rgb(192,120,255); }
td.TdClassName
{
border-color: #C078FF;
}
.TagClassName
{
border-color: #C078FF;
}
</style>