Shades of Heliotrope #C878FC
Tints of Heliotrope #C878FC
RGB
CMYK
RGB Variations
Color information
#C878FC (or 0xC878FC) is known color: Heliotrope. HEX triplet: C8, 78 and FC. RGB value is (200,120,252). Sum of RGB (Red+Green+Blue) = 200+120+252=572 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.97% from 572); Green value is 120 (47.27% from 255 or 20.98% from 572); Blue value is 252 (98.83% from 255 or 44.06% from 572); Max value from RGB is 252 - color contains mainly: blue. Hex color #C878FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FC is #378703. Grayscale: #9E9E9E. Windows color (decimal): -3639044 or 16545992. OLE color: 16545992.
HSL color Cylindrical-coordinate representation of color #C878FC: hue angle of 276.36º 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 #C878FC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 120 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 276.36º | 0.96% | 0.73% | - |
| HSV(B) | 276.36º | 0.52% | 0.99% | - |
| XYZ | 48.11 | 32.74 | 95.88 | - |
| YUV | 158.97 | 180.5 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 252 | 0.21 | 0.52 | 0 | 0.01 | 276.36 | 0.96 | 0.73 |
| Hex | C8 | 78 | FC | 15 | 34 | 0 | 1 | 114 | 60 | 49 |
| Octal | 310 | 170 | 374 | 25 | 64 | 0 | 1 | 424 | 140 | 111 |
| Binary | 11001000 | 1111000 | 11111100 | 10101 | 110100 | 0 | 1 | 100010100 | 1100000 | 1001001 |
Color Harmonies of #C878FC
Complementary color
Monochromatic Colors of #C878FC
Black with #C878FC
Text Example
Text Example
White with #C878FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FC; }
p { color: rgb(200,120,252); }
H1.HeaderClassName
{
color: #C878FC;
}
.AnyTagClassName
{
color: #C878FC;
}
</style>
background-color css
<style>
a { background-color: #C878FC; }
a { background-color: rgb(200,120,252); }
div.DivClassName
{
background-color: #C878FC;
}
.BgClassName
{
background-color: #C878FC;
}
</style>
border-color css
<style>
span { border-color: #C878FC; }
span { border-color: rgb(200,120,252); }
td.TdClassName
{
border-color: #C878FC;
}
.TagClassName
{
border-color: #C878FC;
}
</style>