Shades of Heliotrope #C87FED
Tints of Heliotrope #C87FED
RGB
CMYK
RGB Variations
Color information
#C87FED (or 0xC87FED) is known color: Heliotrope. HEX triplet: C8, 7F and ED. RGB value is (200,127,237). Sum of RGB (Red+Green+Blue) = 200+127+237=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 127 (50% from 255 or 22.52% from 564); Blue value is 237 (92.97% from 255 or 42.02% from 564); Max value from RGB is 237 - color contains mainly: blue. Hex color #C87FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87FED is #378012. Grayscale: #A1A1A1. Windows color (decimal): -3637267 or 15564744. OLE color: 15564744.
HSL color Cylindrical-coordinate representation of color #C87FED: hue angle of 279.82º degrees, saturation: 0.75, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C87FED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 127 | 237 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.82º | 0.75% | 0.71% | - |
| HSV(B) | 279.82º | 0.46% | 0.93% | - |
| XYZ | 46.69 | 33.57 | 84.14 | - |
| YUV | 161.37 | 170.68 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 237 | 0.16 | 0.46 | 0 | 0.07 | 279.82 | 0.75 | 0.71 |
| Hex | C8 | 7F | ED | 10 | 2E | 0 | 7 | 118 | 4B | 47 |
| Octal | 310 | 177 | 355 | 20 | 56 | 0 | 7 | 430 | 113 | 107 |
| Binary | 11001000 | 1111111 | 11101101 | 10000 | 101110 | 0 | 111 | 100011000 | 1001011 | 1000111 |
Color Harmonies of #C87FED
Complementary color
Monochromatic Colors of #C87FED
Black with #C87FED
Text Example
Text Example
White with #C87FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FED; }
p { color: rgb(200,127,237); }
H1.HeaderClassName
{
color: #C87FED;
}
.AnyTagClassName
{
color: #C87FED;
}
</style>
background-color css
<style>
a { background-color: #C87FED; }
a { background-color: rgb(200,127,237); }
div.DivClassName
{
background-color: #C87FED;
}
.BgClassName
{
background-color: #C87FED;
}
</style>
border-color css
<style>
span { border-color: #C87FED; }
span { border-color: rgb(200,127,237); }
td.TdClassName
{
border-color: #C87FED;
}
.TagClassName
{
border-color: #C87FED;
}
</style>