Shades of Heliotrope #C876FF
Tints of Heliotrope #C876FF
RGB
CMYK
RGB Variations
Color information
#C876FF (or 0xC876FF) is known color: Heliotrope. HEX triplet: C8, 76 and FF. RGB value is (200,118,255). Sum of RGB (Red+Green+Blue) = 200+118+255=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 255 (100% from 255 or 44.50% from 573); Max value from RGB is 255 - color contains mainly: blue. Hex color #C876FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C876FF is #378900. Grayscale: #9D9D9D. Windows color (decimal): -3639553 or 16742088. OLE color: 16742088.
HSL color Cylindrical-coordinate representation of color #C876FF: hue angle of 275.91º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C876FF is Cyan = 0.22, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 118 | 255 | - |
| CMYK | 0.22 | 0.54 | 0 | 0 |
| HSL | 275.91º | 1% | 0.73% | - |
| HSV(B) | 275.91º | 0.54% | 1% | - |
| XYZ | 48.35 | 32.46 | 98.32 | - |
| YUV | 158.14 | 182.67 | 157.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 255 | 0.22 | 0.54 | 0 | 0 | 275.91 | 1 | 0.73 |
| Hex | C8 | 76 | FF | 16 | 36 | 0 | 0 | 114 | 64 | 49 |
| Octal | 310 | 166 | 377 | 26 | 66 | 0 | 0 | 424 | 144 | 111 |
| Binary | 11001000 | 1110110 | 11111111 | 10110 | 110110 | 0 | 0 | 100010100 | 1100100 | 1001001 |
Color Harmonies of #C876FF
Complementary color
Monochromatic Colors of #C876FF
Black with #C876FF
Text Example
Text Example
White with #C876FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876FF; }
p { color: rgb(200,118,255); }
H1.HeaderClassName
{
color: #C876FF;
}
.AnyTagClassName
{
color: #C876FF;
}
</style>
background-color css
<style>
a { background-color: #C876FF; }
a { background-color: rgb(200,118,255); }
div.DivClassName
{
background-color: #C876FF;
}
.BgClassName
{
background-color: #C876FF;
}
</style>
border-color css
<style>
span { border-color: #C876FF; }
span { border-color: rgb(200,118,255); }
td.TdClassName
{
border-color: #C876FF;
}
.TagClassName
{
border-color: #C876FF;
}
</style>