Shades of Heliotrope #C877FA
Tints of Heliotrope #C877FA
RGB
CMYK
RGB Variations
Color information
#C877FA (or 0xC877FA) is known color: Heliotrope. HEX triplet: C8, 77 and FA. RGB value is (200,119,250). Sum of RGB (Red+Green+Blue) = 200+119+250=569 (75% of max value = 765). Red value is 200 (78.52% from 255 or 35.15% from 569); Green value is 119 (46.88% from 255 or 20.91% from 569); Blue value is 250 (98.05% from 255 or 43.94% from 569); Max value from RGB is 250 - color contains mainly: blue. Hex color #C877FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C877FA is #378805. Grayscale: #9D9D9D. Windows color (decimal): -3639302 or 16414664. OLE color: 16414664.
HSL color Cylindrical-coordinate representation of color #C877FA: hue angle of 277.1º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #C877FA is Cyan = 0.2, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 200 | 119 | 250 | - |
| CMYK | 0.2 | 0.52 | 0 | 0.02 |
| HSL | 277.1º | 0.93% | 0.72% | - |
| HSV(B) | 277.1º | 0.52% | 0.98% | - |
| XYZ | 47.67 | 32.38 | 94.18 | - |
| YUV | 158.15 | 179.84 | 157.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 250 | 0.2 | 0.52 | 0 | 0.02 | 277.1 | 0.93 | 0.72 |
| Hex | C8 | 77 | FA | 14 | 34 | 0 | 2 | 115 | 5D | 48 |
| Octal | 310 | 167 | 372 | 24 | 64 | 0 | 2 | 425 | 135 | 110 |
| Binary | 11001000 | 1110111 | 11111010 | 10100 | 110100 | 0 | 10 | 100010101 | 1011101 | 1001000 |
Color Harmonies of #C877FA
Complementary color
Monochromatic Colors of #C877FA
Black with #C877FA
Text Example
Text Example
White with #C877FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877FA; }
p { color: rgb(200,119,250); }
H1.HeaderClassName
{
color: #C877FA;
}
.AnyTagClassName
{
color: #C877FA;
}
</style>
background-color css
<style>
a { background-color: #C877FA; }
a { background-color: rgb(200,119,250); }
div.DivClassName
{
background-color: #C877FA;
}
.BgClassName
{
background-color: #C877FA;
}
</style>
border-color css
<style>
span { border-color: #C877FA; }
span { border-color: rgb(200,119,250); }
td.TdClassName
{
border-color: #C877FA;
}
.TagClassName
{
border-color: #C877FA;
}
</style>