Shades of Heliotrope #C078FA
Tints of Heliotrope #C078FA
RGB
CMYK
RGB Variations
Color information
#C078FA (or 0xC078FA) is known color: Heliotrope. HEX triplet: C0, 78 and FA. RGB value is (192,120,250). Sum of RGB (Red+Green+Blue) = 192+120+250=562 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.16% from 562); Green value is 120 (47.27% from 255 or 21.35% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #C078FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FA is #3F8705. Grayscale: #9B9B9B. Windows color (decimal): -4163334 or 16414912. OLE color: 16414912.
HSL color Cylindrical-coordinate representation of color #C078FA: hue angle of 273.23º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C078FA is Cyan = 0.23, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 192 | 120 | 250 | - |
| CMYK | 0.23 | 0.52 | 0 | 0.02 |
| HSL | 273.23º | 0.93% | 0.73% | - |
| HSV(B) | 273.23º | 0.52% | 0.98% | - |
| XYZ | 45.71 | 31.54 | 94.12 | - |
| YUV | 156.35 | 180.85 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 250 | 0.23 | 0.52 | 0 | 0.02 | 273.23 | 0.93 | 0.73 |
| Hex | C0 | 78 | FA | 17 | 34 | 0 | 2 | 111 | 5D | 49 |
| Octal | 300 | 170 | 372 | 27 | 64 | 0 | 2 | 421 | 135 | 111 |
| Binary | 11000000 | 1111000 | 11111010 | 10111 | 110100 | 0 | 10 | 100010001 | 1011101 | 1001001 |
Color Harmonies of #C078FA
Complementary color
Monochromatic Colors of #C078FA
Black with #C078FA
Text Example
Text Example
White with #C078FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078FA; }
p { color: rgb(192,120,250); }
H1.HeaderClassName
{
color: #C078FA;
}
.AnyTagClassName
{
color: #C078FA;
}
</style>
background-color css
<style>
a { background-color: #C078FA; }
a { background-color: rgb(192,120,250); }
div.DivClassName
{
background-color: #C078FA;
}
.BgClassName
{
background-color: #C078FA;
}
</style>
border-color css
<style>
span { border-color: #C078FA; }
span { border-color: rgb(192,120,250); }
td.TdClassName
{
border-color: #C078FA;
}
.TagClassName
{
border-color: #C078FA;
}
</style>