Shades of Heliotrope #C881ED
Tints of Heliotrope #C881ED
RGB
CMYK
RGB Variations
Color information
#C881ED (or 0xC881ED) is known color: Heliotrope. HEX triplet: C8, 81 and ED. RGB value is (200,129,237). Sum of RGB (Red+Green+Blue) = 200+129+237=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 237 (92.97% from 255 or 41.87% from 566); Max value from RGB is 237 - color contains mainly: blue. Hex color #C881ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C881ED is #377E12. Grayscale: #A2A2A2. Windows color (decimal): -3636755 or 15565256. OLE color: 15565256.
HSL color Cylindrical-coordinate representation of color #C881ED: hue angle of 279.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C881ED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 129 | 237 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.44º | 0.75% | 0.72% | - |
| HSV(B) | 279.44º | 0.46% | 0.93% | - |
| XYZ | 46.96 | 34.09 | 84.23 | - |
| YUV | 162.54 | 170.02 | 154.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 237 | 0.16 | 0.46 | 0 | 0.07 | 279.44 | 0.75 | 0.72 |
| Hex | C8 | 81 | ED | 10 | 2E | 0 | 7 | 117 | 4B | 48 |
| Octal | 310 | 201 | 355 | 20 | 56 | 0 | 7 | 427 | 113 | 110 |
| Binary | 11001000 | 10000001 | 11101101 | 10000 | 101110 | 0 | 111 | 100010111 | 1001011 | 1001000 |
Color Harmonies of #C881ED
Complementary color
Monochromatic Colors of #C881ED
Black with #C881ED
Text Example
Text Example
White with #C881ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881ED; }
p { color: rgb(200,129,237); }
H1.HeaderClassName
{
color: #C881ED;
}
.AnyTagClassName
{
color: #C881ED;
}
</style>
background-color css
<style>
a { background-color: #C881ED; }
a { background-color: rgb(200,129,237); }
div.DivClassName
{
background-color: #C881ED;
}
.BgClassName
{
background-color: #C881ED;
}
</style>
border-color css
<style>
span { border-color: #C881ED; }
span { border-color: rgb(200,129,237); }
td.TdClassName
{
border-color: #C881ED;
}
.TagClassName
{
border-color: #C881ED;
}
</style>