Shades of Heliotrope #C87EEA
Tints of Heliotrope #C87EEA
RGB
CMYK
RGB Variations
Color information
#C87EEA (or 0xC87EEA) is known color: Heliotrope. HEX triplet: C8, 7E and EA. RGB value is (200,126,234). Sum of RGB (Red+Green+Blue) = 200+126+234=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 126 (49.61% from 255 or 22.5% from 560); Blue value is 234 (91.80% from 255 or 41.79% from 560); Max value from RGB is 234 - color contains mainly: blue. Hex color #C87EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87EEA is #378115. Grayscale: #A0A0A0. Windows color (decimal): -3637526 or 15367880. OLE color: 15367880.
HSL color Cylindrical-coordinate representation of color #C87EEA: hue angle of 281.11º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C87EEA is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 126 | 234 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.08 |
| HSL | 281.11º | 0.72% | 0.71% | - |
| HSV(B) | 281.11º | 0.46% | 0.92% | - |
| XYZ | 46.13 | 33.14 | 81.81 | - |
| YUV | 160.44 | 169.52 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 234 | 0.15 | 0.46 | 0 | 0.08 | 281.11 | 0.72 | 0.71 |
| Hex | C8 | 7E | EA | F | 2E | 0 | 8 | 119 | 48 | 47 |
| Octal | 310 | 176 | 352 | 17 | 56 | 0 | 10 | 431 | 110 | 107 |
| Binary | 11001000 | 1111110 | 11101010 | 1111 | 101110 | 0 | 1000 | 100011001 | 1001000 | 1000111 |
Color Harmonies of #C87EEA
Complementary color
Monochromatic Colors of #C87EEA
Black with #C87EEA
Text Example
Text Example
White with #C87EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EEA; }
p { color: rgb(200,126,234); }
H1.HeaderClassName
{
color: #C87EEA;
}
.AnyTagClassName
{
color: #C87EEA;
}
</style>
background-color css
<style>
a { background-color: #C87EEA; }
a { background-color: rgb(200,126,234); }
div.DivClassName
{
background-color: #C87EEA;
}
.BgClassName
{
background-color: #C87EEA;
}
</style>
border-color css
<style>
span { border-color: #C87EEA; }
span { border-color: rgb(200,126,234); }
td.TdClassName
{
border-color: #C87EEA;
}
.TagClassName
{
border-color: #C87EEA;
}
</style>