Shades of Heliotrope #C876F0
Tints of Heliotrope #C876F0
RGB
CMYK
RGB Variations
Color information
#C876F0 (or 0xC876F0) is known color: Heliotrope. HEX triplet: C8, 76 and F0. RGB value is (200,118,240). Sum of RGB (Red+Green+Blue) = 200+118+240=558 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.84% from 558); Green value is 118 (46.48% from 255 or 21.15% from 558); Blue value is 240 (94.14% from 255 or 43.01% from 558); Max value from RGB is 240 - color contains mainly: blue. Hex color #C876F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C876F0 is #37890F. Grayscale: #9C9C9C. Windows color (decimal): -3639568 or 15759048. OLE color: 15759048.
HSL color Cylindrical-coordinate representation of color #C876F0: hue angle of 280.33º degrees, saturation: 0.8, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C876F0 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 118 | 240 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.06 |
| HSL | 280.33º | 0.8% | 0.7% | - |
| HSV(B) | 280.33º | 0.51% | 0.94% | - |
| XYZ | 46.03 | 31.53 | 86.1 | - |
| YUV | 156.43 | 175.17 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 240 | 0.17 | 0.51 | 0 | 0.06 | 280.33 | 0.8 | 0.7 |
| Hex | C8 | 76 | F0 | 11 | 33 | 0 | 6 | 118 | 50 | 46 |
| Octal | 310 | 166 | 360 | 21 | 63 | 0 | 6 | 430 | 120 | 106 |
| Binary | 11001000 | 1110110 | 11110000 | 10001 | 110011 | 0 | 110 | 100011000 | 1010000 | 1000110 |
Color Harmonies of #C876F0
Complementary color
Monochromatic Colors of #C876F0
Black with #C876F0
Text Example
Text Example
White with #C876F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C876F0; }
p { color: rgb(200,118,240); }
H1.HeaderClassName
{
color: #C876F0;
}
.AnyTagClassName
{
color: #C876F0;
}
</style>
background-color css
<style>
a { background-color: #C876F0; }
a { background-color: rgb(200,118,240); }
div.DivClassName
{
background-color: #C876F0;
}
.BgClassName
{
background-color: #C876F0;
}
</style>
border-color css
<style>
span { border-color: #C876F0; }
span { border-color: rgb(200,118,240); }
td.TdClassName
{
border-color: #C876F0;
}
.TagClassName
{
border-color: #C876F0;
}
</style>