Shades of Heliotrope #C877F1
Tints of Heliotrope #C877F1
RGB
CMYK
RGB Variations
Color information
#C877F1 (or 0xC877F1) is known color: Heliotrope. HEX triplet: C8, 77 and F1. RGB value is (200,119,241). Sum of RGB (Red+Green+Blue) = 200+119+241=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 119 (46.88% from 255 or 21.25% from 560); Blue value is 241 (94.53% from 255 or 43.04% from 560); Max value from RGB is 241 - color contains mainly: blue. Hex color #C877F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C877F1 is #37880E. Grayscale: #9C9C9C. Windows color (decimal): -3639311 or 15824840. OLE color: 15824840.
HSL color Cylindrical-coordinate representation of color #C877F1: hue angle of 279.84º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #C877F1 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 200 | 119 | 241 | - |
| CMYK | 0.17 | 0.51 | 0 | 0.05 |
| HSL | 279.84º | 0.81% | 0.71% | - |
| HSV(B) | 279.84º | 0.51% | 0.95% | - |
| XYZ | 46.29 | 31.82 | 86.92 | - |
| YUV | 157.13 | 175.34 | 158.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 241 | 0.17 | 0.51 | 0 | 0.05 | 279.84 | 0.81 | 0.71 |
| Hex | C8 | 77 | F1 | 11 | 33 | 0 | 5 | 118 | 51 | 47 |
| Octal | 310 | 167 | 361 | 21 | 63 | 0 | 5 | 430 | 121 | 107 |
| Binary | 11001000 | 1110111 | 11110001 | 10001 | 110011 | 0 | 101 | 100011000 | 1010001 | 1000111 |
Color Harmonies of #C877F1
Complementary color
Monochromatic Colors of #C877F1
Black with #C877F1
Text Example
Text Example
White with #C877F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C877F1; }
p { color: rgb(200,119,241); }
H1.HeaderClassName
{
color: #C877F1;
}
.AnyTagClassName
{
color: #C877F1;
}
</style>
background-color css
<style>
a { background-color: #C877F1; }
a { background-color: rgb(200,119,241); }
div.DivClassName
{
background-color: #C877F1;
}
.BgClassName
{
background-color: #C877F1;
}
</style>
border-color css
<style>
span { border-color: #C877F1; }
span { border-color: rgb(200,119,241); }
td.TdClassName
{
border-color: #C877F1;
}
.TagClassName
{
border-color: #C877F1;
}
</style>