Shades of Heliotrope #C878FA
Tints of Heliotrope #C878FA
RGB
CMYK
RGB Variations
Color information
#C878FA (or 0xC878FA) is known color: Heliotrope. HEX triplet: C8, 78 and FA. RGB value is (200,120,250). Sum of RGB (Red+Green+Blue) = 200+120+250=570 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.09% from 570); Green value is 120 (47.27% from 255 or 21.05% from 570); Blue value is 250 (98.05% from 255 or 43.86% from 570); Max value from RGB is 250 - color contains mainly: blue. Hex color #C878FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FA is #378705. Grayscale: #9E9E9E. Windows color (decimal): -3639046 or 16414920. OLE color: 16414920.
HSL color Cylindrical-coordinate representation of color #C878FA: hue angle of 276.92º 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 #C878FA is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 120 | 250 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.02 |
| HSL | 276.92º | 0.93% | 0.73% | - |
| HSV(B) | 276.92º | 0.52% | 0.98% | - |
| XYZ | 47.79 | 32.61 | 94.22 | - |
| YUV | 158.74 | 179.5 | 157.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 250 | 0.2 | 0.52 | 0 | 0.02 | 276.92 | 0.93 | 0.73 |
| Hex | C8 | 78 | FA | 14 | 34 | 0 | 2 | 115 | 5D | 49 |
| Octal | 310 | 170 | 372 | 24 | 64 | 0 | 2 | 425 | 135 | 111 |
| Binary | 11001000 | 1111000 | 11111010 | 10100 | 110100 | 0 | 10 | 100010101 | 1011101 | 1001001 |
Color Harmonies of #C878FA
Complementary color
Monochromatic Colors of #C878FA
Black with #C878FA
Text Example
Text Example
White with #C878FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FA; }
p { color: rgb(200,120,250); }
H1.HeaderClassName
{
color: #C878FA;
}
.AnyTagClassName
{
color: #C878FA;
}
</style>
background-color css
<style>
a { background-color: #C878FA; }
a { background-color: rgb(200,120,250); }
div.DivClassName
{
background-color: #C878FA;
}
.BgClassName
{
background-color: #C878FA;
}
</style>
border-color css
<style>
span { border-color: #C878FA; }
span { border-color: rgb(200,120,250); }
td.TdClassName
{
border-color: #C878FA;
}
.TagClassName
{
border-color: #C878FA;
}
</style>