Shades of Heliotrope #C078FC
Tints of Heliotrope #C078FC
RGB
CMYK
RGB Variations
Color information
#C078FC (or 0xC078FC) is known color: Heliotrope. HEX triplet: C0, 78 and FC. RGB value is (192,120,252). Sum of RGB (Red+Green+Blue) = 192+120+252=564 (74% of max value = 765). Red value is 192 (75.39% from 255 or 34.04% from 564); Green value is 120 (47.27% from 255 or 21.28% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #C078FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C078FC is #3F8703. Grayscale: #9C9C9C. Windows color (decimal): -4163332 or 16545984. OLE color: 16545984.
HSL color Cylindrical-coordinate representation of color #C078FC: hue angle of 272.73º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C078FC is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 192 | 120 | 252 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.01 |
| HSL | 272.73º | 0.96% | 0.73% | - |
| HSV(B) | 272.73º | 0.52% | 0.99% | - |
| XYZ | 46.03 | 31.67 | 95.78 | - |
| YUV | 156.58 | 181.85 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 120 | 252 | 0.24 | 0.52 | 0 | 0.01 | 272.73 | 0.96 | 0.73 |
| Hex | C0 | 78 | FC | 18 | 34 | 0 | 1 | 111 | 60 | 49 |
| Octal | 300 | 170 | 374 | 30 | 64 | 0 | 1 | 421 | 140 | 111 |
| Binary | 11000000 | 1111000 | 11111100 | 11000 | 110100 | 0 | 1 | 100010001 | 1100000 | 1001001 |
Color Harmonies of #C078FC
Complementary color
Monochromatic Colors of #C078FC
Black with #C078FC
Text Example
Text Example
White with #C078FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C078FC; }
p { color: rgb(192,120,252); }
H1.HeaderClassName
{
color: #C078FC;
}
.AnyTagClassName
{
color: #C078FC;
}
</style>
background-color css
<style>
a { background-color: #C078FC; }
a { background-color: rgb(192,120,252); }
div.DivClassName
{
background-color: #C078FC;
}
.BgClassName
{
background-color: #C078FC;
}
</style>
border-color css
<style>
span { border-color: #C078FC; }
span { border-color: rgb(192,120,252); }
td.TdClassName
{
border-color: #C078FC;
}
.TagClassName
{
border-color: #C078FC;
}
</style>