Shades of Heliotrope #C87AF2
Tints of Heliotrope #C87AF2
RGB
CMYK
RGB Variations
Color information
#C87AF2 (or 0xC87AF2) is known color: Heliotrope. HEX triplet: C8, 7A and F2. RGB value is (200,122,242). Sum of RGB (Red+Green+Blue) = 200+122+242=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 122 (48.05% from 255 or 21.63% from 564); Blue value is 242 (94.92% from 255 or 42.91% from 564); Max value from RGB is 242 - color contains mainly: blue. Hex color #C87AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87AF2 is #37850D. Grayscale: #9E9E9E. Windows color (decimal): -3638542 or 15891144. OLE color: 15891144.
HSL color Cylindrical-coordinate representation of color #C87AF2: hue angle of 279º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87AF2 is Cyan = 0.17, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 122 | 242 | - |
| CMYK | 0.17 | 0.50 | 0 | 0.05 |
| HSL | 279º | 0.82% | 0.71% | - |
| HSV(B) | 279º | 0.5% | 0.95% | - |
| XYZ | 46.81 | 32.61 | 87.83 | - |
| YUV | 159 | 174.84 | 157.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 242 | 0.17 | 0.50 | 0 | 0.05 | 279 | 0.82 | 0.71 |
| Hex | C8 | 7A | F2 | 11 | 32 | 0 | 5 | 117 | 52 | 47 |
| Octal | 310 | 172 | 362 | 21 | 62 | 0 | 5 | 427 | 122 | 107 |
| Binary | 11001000 | 1111010 | 11110010 | 10001 | 110010 | 0 | 101 | 100010111 | 1010010 | 1000111 |
Color Harmonies of #C87AF2
Complementary color
Monochromatic Colors of #C87AF2
Black with #C87AF2
Text Example
Text Example
White with #C87AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AF2; }
p { color: rgb(200,122,242); }
H1.HeaderClassName
{
color: #C87AF2;
}
.AnyTagClassName
{
color: #C87AF2;
}
</style>
background-color css
<style>
a { background-color: #C87AF2; }
a { background-color: rgb(200,122,242); }
div.DivClassName
{
background-color: #C87AF2;
}
.BgClassName
{
background-color: #C87AF2;
}
</style>
border-color css
<style>
span { border-color: #C87AF2; }
span { border-color: rgb(200,122,242); }
td.TdClassName
{
border-color: #C87AF2;
}
.TagClassName
{
border-color: #C87AF2;
}
</style>