Shades of Heliotrope #C87DF8
Tints of Heliotrope #C87DF8
RGB
CMYK
RGB Variations
Color information
#C87DF8 (or 0xC87DF8) is known color: Heliotrope. HEX triplet: C8, 7D and F8. RGB value is (200,125,248). Sum of RGB (Red+Green+Blue) = 200+125+248=573 (75% of max value = 765). Red value is 200 (78.52% from 255 or 34.90% from 573); Green value is 125 (49.22% from 255 or 21.82% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #C87DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DF8 is #378207. Grayscale: #A1A1A1. Windows color (decimal): -3637768 or 16285128. OLE color: 16285128.
HSL color Cylindrical-coordinate representation of color #C87DF8: hue angle of 276.59º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87DF8 is Cyan = 0.19, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 200 | 125 | 248 | - |
| CMYK | 0.19 | 0.50 | 0 | 0.03 |
| HSL | 276.59º | 0.9% | 0.73% | - |
| HSV(B) | 276.59º | 0.5% | 0.97% | - |
| XYZ | 48.1 | 33.72 | 92.78 | - |
| YUV | 161.45 | 176.85 | 155.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 248 | 0.19 | 0.50 | 0 | 0.03 | 276.59 | 0.9 | 0.73 |
| Hex | C8 | 7D | F8 | 13 | 32 | 0 | 3 | 115 | 5A | 49 |
| Octal | 310 | 175 | 370 | 23 | 62 | 0 | 3 | 425 | 132 | 111 |
| Binary | 11001000 | 1111101 | 11111000 | 10011 | 110010 | 0 | 11 | 100010101 | 1011010 | 1001001 |
Color Harmonies of #C87DF8
Complementary color
Monochromatic Colors of #C87DF8
Black with #C87DF8
Text Example
Text Example
White with #C87DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DF8; }
p { color: rgb(200,125,248); }
H1.HeaderClassName
{
color: #C87DF8;
}
.AnyTagClassName
{
color: #C87DF8;
}
</style>
background-color css
<style>
a { background-color: #C87DF8; }
a { background-color: rgb(200,125,248); }
div.DivClassName
{
background-color: #C87DF8;
}
.BgClassName
{
background-color: #C87DF8;
}
</style>
border-color css
<style>
span { border-color: #C87DF8; }
span { border-color: rgb(200,125,248); }
td.TdClassName
{
border-color: #C87DF8;
}
.TagClassName
{
border-color: #C87DF8;
}
</style>