Shades of Heliotrope #C87AFC
Tints of Heliotrope #C87AFC
RGB
CMYK
RGB Variations
Color information
#C87AFC (or 0xC87AFC) is known color: Heliotrope. HEX triplet: C8, 7A and FC. RGB value is (200,122,252). Sum of RGB (Red+Green+Blue) = 200+122+252=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 122 (48.05% from 255 or 21.25% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #C87AFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87AFC is #378503. Grayscale: #9F9F9F. Windows color (decimal): -3638532 or 16546504. OLE color: 16546504.
HSL color Cylindrical-coordinate representation of color #C87AFC: hue angle of 276º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C87AFC is Cyan = 0.21, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 200 | 122 | 252 | - |
| CMYK | 0.21 | 0.52 | 0 | 0.01 |
| HSL | 276º | 0.96% | 0.73% | - |
| HSV(B) | 276º | 0.52% | 0.99% | - |
| XYZ | 48.35 | 33.23 | 95.96 | - |
| YUV | 160.14 | 179.84 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 252 | 0.21 | 0.52 | 0 | 0.01 | 276 | 0.96 | 0.73 |
| Hex | C8 | 7A | FC | 15 | 34 | 0 | 1 | 114 | 60 | 49 |
| Octal | 310 | 172 | 374 | 25 | 64 | 0 | 1 | 424 | 140 | 111 |
| Binary | 11001000 | 1111010 | 11111100 | 10101 | 110100 | 0 | 1 | 100010100 | 1100000 | 1001001 |
Color Harmonies of #C87AFC
Complementary color
Monochromatic Colors of #C87AFC
Black with #C87AFC
Text Example
Text Example
White with #C87AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AFC; }
p { color: rgb(200,122,252); }
H1.HeaderClassName
{
color: #C87AFC;
}
.AnyTagClassName
{
color: #C87AFC;
}
</style>
background-color css
<style>
a { background-color: #C87AFC; }
a { background-color: rgb(200,122,252); }
div.DivClassName
{
background-color: #C87AFC;
}
.BgClassName
{
background-color: #C87AFC;
}
</style>
border-color css
<style>
span { border-color: #C87AFC; }
span { border-color: rgb(200,122,252); }
td.TdClassName
{
border-color: #C87AFC;
}
.TagClassName
{
border-color: #C87AFC;
}
</style>