Shades of Heliotrope #C878FF
Tints of Heliotrope #C878FF
RGB
CMYK
RGB Variations
Color information
#C878FF (or 0xC878FF) is known color: Heliotrope. HEX triplet: C8, 78 and FF. RGB value is (200,120,255). Sum of RGB (Red+Green+Blue) = 200+120+255=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 120 (47.27% from 255 or 20.87% from 575); Blue value is 255 (100% from 255 or 44.35% from 575); Max value from RGB is 255 - color contains mainly: blue. Hex color #C878FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C878FF is #378700. Grayscale: #9E9E9E. Windows color (decimal): -3639041 or 16742600. OLE color: 16742600.
HSL color Cylindrical-coordinate representation of color #C878FF: hue angle of 275.56º 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 #C878FF is Cyan = 0.22, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 120 | 255 | - |
| CMYK | 0.22 | 0.53 | 0 | 0 |
| HSL | 275.56º | 1% | 0.74% | - |
| HSV(B) | 275.56º | 0.53% | 1% | - |
| XYZ | 48.59 | 32.93 | 98.4 | - |
| YUV | 159.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 255 | 0.22 | 0.53 | 0 | 0 | 275.56 | 1 | 0.74 |
| Hex | C8 | 78 | FF | 16 | 35 | 0 | 0 | 114 | 64 | 4A |
| Octal | 310 | 170 | 377 | 26 | 65 | 0 | 0 | 424 | 144 | 112 |
| Binary | 11001000 | 1111000 | 11111111 | 10110 | 110101 | 0 | 0 | 100010100 | 1100100 | 1001010 |
Color Harmonies of #C878FF
Complementary color
Monochromatic Colors of #C878FF
Black with #C878FF
Text Example
Text Example
White with #C878FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878FF; }
p { color: rgb(200,120,255); }
H1.HeaderClassName
{
color: #C878FF;
}
.AnyTagClassName
{
color: #C878FF;
}
</style>
background-color css
<style>
a { background-color: #C878FF; }
a { background-color: rgb(200,120,255); }
div.DivClassName
{
background-color: #C878FF;
}
.BgClassName
{
background-color: #C878FF;
}
</style>
border-color css
<style>
span { border-color: #C878FF; }
span { border-color: rgb(200,120,255); }
td.TdClassName
{
border-color: #C878FF;
}
.TagClassName
{
border-color: #C878FF;
}
</style>