Shades of Heliotrope #C87DF6
Tints of Heliotrope #C87DF6
RGB
CMYK
RGB Variations
Color information
#C87DF6 (or 0xC87DF6) is known color: Heliotrope. HEX triplet: C8, 7D and F6. RGB value is (200,125,246). Sum of RGB (Red+Green+Blue) = 200+125+246=571 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.03% from 571); Green value is 125 (49.22% from 255 or 21.89% from 571); Blue value is 246 (96.48% from 255 or 43.08% from 571); Max value from RGB is 246 - color contains mainly: blue. Hex color #C87DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DF6 is #378209. Grayscale: #A0A0A0. Windows color (decimal): -3637770 or 16154056. OLE color: 16154056.
HSL color Cylindrical-coordinate representation of color #C87DF6: hue angle of 277.19º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87DF6 is Cyan = 0.19, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 125 | 246 | - |
| CMYK | 0.19 | 0.49 | 0 | 0.04 |
| HSL | 277.19º | 0.87% | 0.73% | - |
| HSV(B) | 277.19º | 0.49% | 0.96% | - |
| XYZ | 47.79 | 33.6 | 91.16 | - |
| YUV | 161.22 | 175.85 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 246 | 0.19 | 0.49 | 0 | 0.04 | 277.19 | 0.87 | 0.73 |
| Hex | C8 | 7D | F6 | 13 | 31 | 0 | 4 | 115 | 57 | 49 |
| Octal | 310 | 175 | 366 | 23 | 61 | 0 | 4 | 425 | 127 | 111 |
| Binary | 11001000 | 1111101 | 11110110 | 10011 | 110001 | 0 | 100 | 100010101 | 1010111 | 1001001 |
Color Harmonies of #C87DF6
Complementary color
Monochromatic Colors of #C87DF6
Black with #C87DF6
Text Example
Text Example
White with #C87DF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DF6; }
p { color: rgb(200,125,246); }
H1.HeaderClassName
{
color: #C87DF6;
}
.AnyTagClassName
{
color: #C87DF6;
}
</style>
background-color css
<style>
a { background-color: #C87DF6; }
a { background-color: rgb(200,125,246); }
div.DivClassName
{
background-color: #C87DF6;
}
.BgClassName
{
background-color: #C87DF6;
}
</style>
border-color css
<style>
span { border-color: #C87DF6; }
span { border-color: rgb(200,125,246); }
td.TdClassName
{
border-color: #C87DF6;
}
.TagClassName
{
border-color: #C87DF6;
}
</style>