Shades of Heliotrope #C87CFA
Tints of Heliotrope #C87CFA
RGB
CMYK
RGB Variations
Color information
#C87CFA (or 0xC87CFA) is known color: Heliotrope. HEX triplet: C8, 7C and FA. RGB value is (200,124,250). Sum of RGB (Red+Green+Blue) = 200+124+250=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 124 (48.83% from 255 or 21.60% from 574); Blue value is 250 (98.05% from 255 or 43.55% from 574); Max value from RGB is 250 - color contains mainly: blue. Hex color #C87CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C87CFA is #378305. Grayscale: #A0A0A0. Windows color (decimal): -3638022 or 16415944. OLE color: 16415944.
HSL color Cylindrical-coordinate representation of color #C87CFA: hue angle of 276.19º degrees, saturation: 0.93, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C87CFA is Cyan = 0.2, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 124 | 250 | - |
| CMYK | 0.2 | 0.50 | 0 | 0.02 |
| HSL | 276.19º | 0.93% | 0.73% | - |
| HSV(B) | 276.19º | 0.5% | 0.98% | - |
| XYZ | 48.28 | 33.6 | 94.38 | - |
| YUV | 161.09 | 178.18 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 250 | 0.2 | 0.50 | 0 | 0.02 | 276.19 | 0.93 | 0.73 |
| Hex | C8 | 7C | FA | 14 | 32 | 0 | 2 | 114 | 5D | 49 |
| Octal | 310 | 174 | 372 | 24 | 62 | 0 | 2 | 424 | 135 | 111 |
| Binary | 11001000 | 1111100 | 11111010 | 10100 | 110010 | 0 | 10 | 100010100 | 1011101 | 1001001 |
Color Harmonies of #C87CFA
Complementary color
Monochromatic Colors of #C87CFA
Black with #C87CFA
Text Example
Text Example
White with #C87CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CFA; }
p { color: rgb(200,124,250); }
H1.HeaderClassName
{
color: #C87CFA;
}
.AnyTagClassName
{
color: #C87CFA;
}
</style>
background-color css
<style>
a { background-color: #C87CFA; }
a { background-color: rgb(200,124,250); }
div.DivClassName
{
background-color: #C87CFA;
}
.BgClassName
{
background-color: #C87CFA;
}
</style>
border-color css
<style>
span { border-color: #C87CFA; }
span { border-color: rgb(200,124,250); }
td.TdClassName
{
border-color: #C87CFA;
}
.TagClassName
{
border-color: #C87CFA;
}
</style>