Shades of Heliotrope #C87AEB
Tints of Heliotrope #C87AEB
RGB
CMYK
RGB Variations
Color information
#C87AEB (or 0xC87AEB) is known color: Heliotrope. HEX triplet: C8, 7A and EB. RGB value is (200,122,235). Sum of RGB (Red+Green+Blue) = 200+122+235=557 (73% of max value = 765). Red value is 200 (78.52% from 255 or 35.91% from 557); Green value is 122 (48.05% from 255 or 21.90% from 557); Blue value is 235 (92.19% from 255 or 42.19% from 557); Max value from RGB is 235 - color contains mainly: blue. Hex color #C87AEB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87AEB is #378514. Grayscale: #9D9D9D. Windows color (decimal): -3638549 or 15432392. OLE color: 15432392.
HSL color Cylindrical-coordinate representation of color #C87AEB: hue angle of 281.42º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C87AEB is Cyan = 0.15, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 200 | 122 | 235 | - |
| CMYK | 0.15 | 0.48 | 0 | 0.08 |
| HSL | 281.42º | 0.74% | 0.7% | - |
| HSV(B) | 281.42º | 0.48% | 0.92% | - |
| XYZ | 45.77 | 32.2 | 82.4 | - |
| YUV | 158.2 | 171.34 | 157.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 235 | 0.15 | 0.48 | 0 | 0.08 | 281.42 | 0.74 | 0.7 |
| Hex | C8 | 7A | EB | F | 30 | 0 | 8 | 119 | 4A | 46 |
| Octal | 310 | 172 | 353 | 17 | 60 | 0 | 10 | 431 | 112 | 106 |
| Binary | 11001000 | 1111010 | 11101011 | 1111 | 110000 | 0 | 1000 | 100011001 | 1001010 | 1000110 |
Color Harmonies of #C87AEB
Complementary color
Monochromatic Colors of #C87AEB
Black with #C87AEB
Text Example
Text Example
White with #C87AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AEB; }
p { color: rgb(200,122,235); }
H1.HeaderClassName
{
color: #C87AEB;
}
.AnyTagClassName
{
color: #C87AEB;
}
</style>
background-color css
<style>
a { background-color: #C87AEB; }
a { background-color: rgb(200,122,235); }
div.DivClassName
{
background-color: #C87AEB;
}
.BgClassName
{
background-color: #C87AEB;
}
</style>
border-color css
<style>
span { border-color: #C87AEB; }
span { border-color: rgb(200,122,235); }
td.TdClassName
{
border-color: #C87AEB;
}
.TagClassName
{
border-color: #C87AEB;
}
</style>