Shades of Heliotrope #C880ED
Tints of Heliotrope #C880ED
RGB
CMYK
RGB Variations
Color information
#C880ED (or 0xC880ED) is known color: Heliotrope. HEX triplet: C8, 80 and ED. RGB value is (200,128,237). Sum of RGB (Red+Green+Blue) = 200+128+237=565 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.40% from 565); Green value is 128 (50.39% from 255 or 22.65% from 565); Blue value is 237 (92.97% from 255 or 41.95% from 565); Max value from RGB is 237 - color contains mainly: blue. Hex color #C880ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880ED is #377F12. Grayscale: #A1A1A1. Windows color (decimal): -3637011 or 15565000. OLE color: 15565000.
HSL color Cylindrical-coordinate representation of color #C880ED: hue angle of 279.63º 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 #C880ED is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 128 | 237 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.63º | 0.75% | 0.72% | - |
| HSV(B) | 279.63º | 0.46% | 0.93% | - |
| XYZ | 46.82 | 33.83 | 84.18 | - |
| YUV | 161.95 | 170.35 | 155.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 237 | 0.16 | 0.46 | 0 | 0.07 | 279.63 | 0.75 | 0.72 |
| Hex | C8 | 80 | ED | 10 | 2E | 0 | 7 | 118 | 4B | 48 |
| Octal | 310 | 200 | 355 | 20 | 56 | 0 | 7 | 430 | 113 | 110 |
| Binary | 11001000 | 10000000 | 11101101 | 10000 | 101110 | 0 | 111 | 100011000 | 1001011 | 1001000 |
Color Harmonies of #C880ED
Complementary color
Monochromatic Colors of #C880ED
Black with #C880ED
Text Example
Text Example
White with #C880ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880ED; }
p { color: rgb(200,128,237); }
H1.HeaderClassName
{
color: #C880ED;
}
.AnyTagClassName
{
color: #C880ED;
}
</style>
background-color css
<style>
a { background-color: #C880ED; }
a { background-color: rgb(200,128,237); }
div.DivClassName
{
background-color: #C880ED;
}
.BgClassName
{
background-color: #C880ED;
}
</style>
border-color css
<style>
span { border-color: #C880ED; }
span { border-color: rgb(200,128,237); }
td.TdClassName
{
border-color: #C880ED;
}
.TagClassName
{
border-color: #C880ED;
}
</style>