Shades of Heliotrope #C87DF0
Tints of Heliotrope #C87DF0
RGB
CMYK
RGB Variations
Color information
#C87DF0 (or 0xC87DF0) is known color: Heliotrope. HEX triplet: C8, 7D and F0. RGB value is (200,125,240). Sum of RGB (Red+Green+Blue) = 200+125+240=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 125 (49.22% from 255 or 22.12% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #C87DF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DF0 is #37820F. Grayscale: #A0A0A0. Windows color (decimal): -3637776 or 15760840. OLE color: 15760840.
HSL color Cylindrical-coordinate representation of color #C87DF0: hue angle of 279.13º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87DF0 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 200 | 125 | 240 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.06 |
| HSL | 279.13º | 0.79% | 0.72% | - |
| HSV(B) | 279.13º | 0.48% | 0.94% | - |
| XYZ | 46.88 | 33.24 | 86.38 | - |
| YUV | 160.54 | 172.85 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 240 | 0.17 | 0.48 | 0 | 0.06 | 279.13 | 0.79 | 0.72 |
| Hex | C8 | 7D | F0 | 11 | 30 | 0 | 6 | 117 | 4F | 48 |
| Octal | 310 | 175 | 360 | 21 | 60 | 0 | 6 | 427 | 117 | 110 |
| Binary | 11001000 | 1111101 | 11110000 | 10001 | 110000 | 0 | 110 | 100010111 | 1001111 | 1001000 |
Color Harmonies of #C87DF0
Complementary color
Monochromatic Colors of #C87DF0
Black with #C87DF0
Text Example
Text Example
White with #C87DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DF0; }
p { color: rgb(200,125,240); }
H1.HeaderClassName
{
color: #C87DF0;
}
.AnyTagClassName
{
color: #C87DF0;
}
</style>
background-color css
<style>
a { background-color: #C87DF0; }
a { background-color: rgb(200,125,240); }
div.DivClassName
{
background-color: #C87DF0;
}
.BgClassName
{
background-color: #C87DF0;
}
</style>
border-color css
<style>
span { border-color: #C87DF0; }
span { border-color: rgb(200,125,240); }
td.TdClassName
{
border-color: #C87DF0;
}
.TagClassName
{
border-color: #C87DF0;
}
</style>