Shades of Heliotrope #C880EE
Tints of Heliotrope #C880EE
RGB
CMYK
RGB Variations
Color information
#C880EE (or 0xC880EE) is known color: Heliotrope. HEX triplet: C8, 80 and EE. RGB value is (200,128,238). Sum of RGB (Red+Green+Blue) = 200+128+238=566 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.34% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C880EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880EE is #377F11. Grayscale: #A1A1A1. Windows color (decimal): -3637010 or 15630536. OLE color: 15630536.
HSL color Cylindrical-coordinate representation of color #C880EE: hue angle of 279.27º degrees, saturation: 0.76, 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 #C880EE is Cyan = 0.16, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 128 | 238 | - |
| CMYK | 0.16 | 0.46 | 0 | 0.07 |
| HSL | 279.27º | 0.76% | 0.72% | - |
| HSV(B) | 279.27º | 0.46% | 0.93% | - |
| XYZ | 46.97 | 33.89 | 84.95 | - |
| YUV | 162.07 | 170.85 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 238 | 0.16 | 0.46 | 0 | 0.07 | 279.27 | 0.76 | 0.72 |
| Hex | C8 | 80 | EE | 10 | 2E | 0 | 7 | 117 | 4C | 48 |
| Octal | 310 | 200 | 356 | 20 | 56 | 0 | 7 | 427 | 114 | 110 |
| Binary | 11001000 | 10000000 | 11101110 | 10000 | 101110 | 0 | 111 | 100010111 | 1001100 | 1001000 |
Color Harmonies of #C880EE
Complementary color
Monochromatic Colors of #C880EE
Black with #C880EE
Text Example
Text Example
White with #C880EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880EE; }
p { color: rgb(200,128,238); }
H1.HeaderClassName
{
color: #C880EE;
}
.AnyTagClassName
{
color: #C880EE;
}
</style>
background-color css
<style>
a { background-color: #C880EE; }
a { background-color: rgb(200,128,238); }
div.DivClassName
{
background-color: #C880EE;
}
.BgClassName
{
background-color: #C880EE;
}
</style>
border-color css
<style>
span { border-color: #C880EE; }
span { border-color: rgb(200,128,238); }
td.TdClassName
{
border-color: #C880EE;
}
.TagClassName
{
border-color: #C880EE;
}
</style>