Shades of Heliotrope #C87AFF
Tints of Heliotrope #C87AFF
RGB
CMYK
RGB Variations
Color information
#C87AFF (or 0xC87AFF) is known color: Heliotrope. HEX triplet: C8, 7A and FF. RGB value is (200,122,255). Sum of RGB (Red+Green+Blue) = 200+122+255=577 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.66% from 577); Green value is 122 (48.05% from 255 or 21.14% from 577); Blue value is 255 (100% from 255 or 44.19% from 577); Max value from RGB is 255 - color contains mainly: blue. Hex color #C87AFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87AFF is #378500. Grayscale: #A0A0A0. Windows color (decimal): -3638529 or 16743112. OLE color: 16743112.
HSL color Cylindrical-coordinate representation of color #C87AFF: hue angle of 275.19º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C87AFF is Cyan = 0.22, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 200 | 122 | 255 | - |
| CMYK | 0.22 | 0.52 | 0 | 0 |
| HSL | 275.19º | 1% | 0.74% | - |
| HSV(B) | 275.19º | 0.52% | 1% | - |
| XYZ | 48.83 | 33.42 | 98.48 | - |
| YUV | 160.48 | 181.34 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 255 | 0.22 | 0.52 | 0 | 0 | 275.19 | 1 | 0.74 |
| Hex | C8 | 7A | FF | 16 | 34 | 0 | 0 | 113 | 64 | 4A |
| Octal | 310 | 172 | 377 | 26 | 64 | 0 | 0 | 423 | 144 | 112 |
| Binary | 11001000 | 1111010 | 11111111 | 10110 | 110100 | 0 | 0 | 100010011 | 1100100 | 1001010 |
Color Harmonies of #C87AFF
Complementary color
Monochromatic Colors of #C87AFF
Black with #C87AFF
Text Example
Text Example
White with #C87AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AFF; }
p { color: rgb(200,122,255); }
H1.HeaderClassName
{
color: #C87AFF;
}
.AnyTagClassName
{
color: #C87AFF;
}
</style>
background-color css
<style>
a { background-color: #C87AFF; }
a { background-color: rgb(200,122,255); }
div.DivClassName
{
background-color: #C87AFF;
}
.BgClassName
{
background-color: #C87AFF;
}
</style>
border-color css
<style>
span { border-color: #C87AFF; }
span { border-color: rgb(200,122,255); }
td.TdClassName
{
border-color: #C87AFF;
}
.TagClassName
{
border-color: #C87AFF;
}
</style>