Shades of Heliotrope #C87AEE
Tints of Heliotrope #C87AEE
RGB
CMYK
RGB Variations
Color information
#C87AEE (or 0xC87AEE) is known color: Heliotrope. HEX triplet: C8, 7A and EE. RGB value is (200,122,238). Sum of RGB (Red+Green+Blue) = 200+122+238=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 122 (48.05% from 255 or 21.79% from 560); Blue value is 238 (93.36% from 255 or 42.5% from 560); Max value from RGB is 238 - color contains mainly: blue. Hex color #C87AEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87AEE is #378511. Grayscale: #9E9E9E. Windows color (decimal): -3638546 or 15629000. OLE color: 15629000.
HSL color Cylindrical-coordinate representation of color #C87AEE: hue angle of 280.34º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C87AEE is Cyan = 0.16, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 122 | 238 | - |
| CMYK | 0.16 | 0.49 | 0 | 0.07 |
| HSL | 280.34º | 0.77% | 0.71% | - |
| HSV(B) | 280.34º | 0.49% | 0.93% | - |
| XYZ | 46.21 | 32.37 | 84.7 | - |
| YUV | 158.55 | 172.84 | 157.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 238 | 0.16 | 0.49 | 0 | 0.07 | 280.34 | 0.77 | 0.71 |
| Hex | C8 | 7A | EE | 10 | 31 | 0 | 7 | 118 | 4D | 47 |
| Octal | 310 | 172 | 356 | 20 | 61 | 0 | 7 | 430 | 115 | 107 |
| Binary | 11001000 | 1111010 | 11101110 | 10000 | 110001 | 0 | 111 | 100011000 | 1001101 | 1000111 |
Color Harmonies of #C87AEE
Complementary color
Monochromatic Colors of #C87AEE
Black with #C87AEE
Text Example
Text Example
White with #C87AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AEE; }
p { color: rgb(200,122,238); }
H1.HeaderClassName
{
color: #C87AEE;
}
.AnyTagClassName
{
color: #C87AEE;
}
</style>
background-color css
<style>
a { background-color: #C87AEE; }
a { background-color: rgb(200,122,238); }
div.DivClassName
{
background-color: #C87AEE;
}
.BgClassName
{
background-color: #C87AEE;
}
</style>
border-color css
<style>
span { border-color: #C87AEE; }
span { border-color: rgb(200,122,238); }
td.TdClassName
{
border-color: #C87AEE;
}
.TagClassName
{
border-color: #C87AEE;
}
</style>