Shades of Heliotrope #C87DF2
Tints of Heliotrope #C87DF2
RGB
CMYK
RGB Variations
Color information
#C87DF2 (or 0xC87DF2) is known color: Heliotrope. HEX triplet: C8, 7D and F2. RGB value is (200,125,242). Sum of RGB (Red+Green+Blue) = 200+125+242=567 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.27% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 242 (94.92% from 255 or 42.68% from 567); Max value from RGB is 242 - color contains mainly: blue. Hex color #C87DF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DF2 is #37820D. Grayscale: #A0A0A0. Windows color (decimal): -3637774 or 15891912. OLE color: 15891912.
HSL color Cylindrical-coordinate representation of color #C87DF2: hue angle of 278.46º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87DF2 is Cyan = 0.17, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 125 | 242 | - |
| CMYK | 0.17 | 0.48 | 0 | 0.05 |
| HSL | 278.46º | 0.82% | 0.72% | - |
| HSV(B) | 278.46º | 0.48% | 0.95% | - |
| XYZ | 47.18 | 33.36 | 87.96 | - |
| YUV | 160.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 242 | 0.17 | 0.48 | 0 | 0.05 | 278.46 | 0.82 | 0.72 |
| Hex | C8 | 7D | F2 | 11 | 30 | 0 | 5 | 116 | 52 | 48 |
| Octal | 310 | 175 | 362 | 21 | 60 | 0 | 5 | 426 | 122 | 110 |
| Binary | 11001000 | 1111101 | 11110010 | 10001 | 110000 | 0 | 101 | 100010110 | 1010010 | 1001000 |
Color Harmonies of #C87DF2
Complementary color
Monochromatic Colors of #C87DF2
Black with #C87DF2
Text Example
Text Example
White with #C87DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DF2; }
p { color: rgb(200,125,242); }
H1.HeaderClassName
{
color: #C87DF2;
}
.AnyTagClassName
{
color: #C87DF2;
}
</style>
background-color css
<style>
a { background-color: #C87DF2; }
a { background-color: rgb(200,125,242); }
div.DivClassName
{
background-color: #C87DF2;
}
.BgClassName
{
background-color: #C87DF2;
}
</style>
border-color css
<style>
span { border-color: #C87DF2; }
span { border-color: rgb(200,125,242); }
td.TdClassName
{
border-color: #C87DF2;
}
.TagClassName
{
border-color: #C87DF2;
}
</style>