Shades of Heliotrope #C876FA
Tints of Heliotrope #C876FA
RGB
CMYK
RGB Variations
Color information
#C876FA (or 0xC876FA) is known color: Heliotrope. HEX triplet: C8, 76 and FA. RGB value is (200,118,250). Sum of RGB (Red+Green+Blue) = 200+118+250=568 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.21% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 250 (98.05% from 255 or 44.01% from 568); Max value from RGB is 250 - color contains mainly: blue. Hex color #C876FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C876FA is #378905. Grayscale: #9D9D9D. Windows color (decimal): -3639558 or 16414408. OLE color: 16414408.
HSL color Cylindrical-coordinate representation of color #C876FA: hue angle of 277.27º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #C876FA is Cyan = 0.2, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 118 | 250 | - |
| CMYK | 0.2 | 0.53 | 0 | 0.02 |
| HSL | 277.27º | 0.93% | 0.72% | - |
| HSV(B) | 277.27º | 0.53% | 0.98% | - |
| XYZ | 47.55 | 32.14 | 94.14 | - |
| YUV | 157.57 | 180.17 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 250 | 0.2 | 0.53 | 0 | 0.02 | 277.27 | 0.93 | 0.72 |
| Hex | C8 | 76 | FA | 14 | 35 | 0 | 2 | 115 | 5D | 48 |
| Octal | 310 | 166 | 372 | 24 | 65 | 0 | 2 | 425 | 135 | 110 |
| Binary | 11001000 | 1110110 | 11111010 | 10100 | 110101 | 0 | 10 | 100010101 | 1011101 | 1001000 |
Color Harmonies of #C876FA
Complementary color
Monochromatic Colors of #C876FA
Black with #C876FA
Text Example
Text Example
White with #C876FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876FA; }
p { color: rgb(200,118,250); }
H1.HeaderClassName
{
color: #C876FA;
}
.AnyTagClassName
{
color: #C876FA;
}
</style>
background-color css
<style>
a { background-color: #C876FA; }
a { background-color: rgb(200,118,250); }
div.DivClassName
{
background-color: #C876FA;
}
.BgClassName
{
background-color: #C876FA;
}
</style>
border-color css
<style>
span { border-color: #C876FA; }
span { border-color: rgb(200,118,250); }
td.TdClassName
{
border-color: #C876FA;
}
.TagClassName
{
border-color: #C876FA;
}
</style>