Shades of Heliotrope #C87DEE
Tints of Heliotrope #C87DEE
RGB
CMYK
RGB Variations
Color information
#C87DEE (or 0xC87DEE) is known color: Heliotrope. HEX triplet: C8, 7D and EE. RGB value is (200,125,238). Sum of RGB (Red+Green+Blue) = 200+125+238=563 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.52% from 563); Green value is 125 (49.22% from 255 or 22.20% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #C87DEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87DEE is #378211. Grayscale: #9F9F9F. Windows color (decimal): -3637778 or 15629768. OLE color: 15629768.
HSL color Cylindrical-coordinate representation of color #C87DEE: hue angle of 279.82º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C87DEE is Cyan = 0.16, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 125 | 238 | - |
| CMYK | 0.16 | 0.47 | 0 | 0.07 |
| HSL | 279.82º | 0.77% | 0.71% | - |
| HSV(B) | 279.82º | 0.47% | 0.93% | - |
| XYZ | 46.59 | 33.12 | 84.83 | - |
| YUV | 160.31 | 171.85 | 156.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 238 | 0.16 | 0.47 | 0 | 0.07 | 279.82 | 0.77 | 0.71 |
| Hex | C8 | 7D | EE | 10 | 2F | 0 | 7 | 118 | 4D | 47 |
| Octal | 310 | 175 | 356 | 20 | 57 | 0 | 7 | 430 | 115 | 107 |
| Binary | 11001000 | 1111101 | 11101110 | 10000 | 101111 | 0 | 111 | 100011000 | 1001101 | 1000111 |
Color Harmonies of #C87DEE
Complementary color
Monochromatic Colors of #C87DEE
Black with #C87DEE
Text Example
Text Example
White with #C87DEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DEE; }
p { color: rgb(200,125,238); }
H1.HeaderClassName
{
color: #C87DEE;
}
.AnyTagClassName
{
color: #C87DEE;
}
</style>
background-color css
<style>
a { background-color: #C87DEE; }
a { background-color: rgb(200,125,238); }
div.DivClassName
{
background-color: #C87DEE;
}
.BgClassName
{
background-color: #C87DEE;
}
</style>
border-color css
<style>
span { border-color: #C87DEE; }
span { border-color: rgb(200,125,238); }
td.TdClassName
{
border-color: #C87DEE;
}
.TagClassName
{
border-color: #C87DEE;
}
</style>