Shades of Heliotrope #C880EC
Tints of Heliotrope #C880EC
RGB
CMYK
RGB Variations
Color information
#C880EC (or 0xC880EC) is known color: Heliotrope. HEX triplet: C8, 80 and EC. RGB value is (200,128,236). Sum of RGB (Red+Green+Blue) = 200+128+236=564 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.46% from 564); Green value is 128 (50.39% from 255 or 22.70% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #C880EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C880EC is #377F13. Grayscale: #A1A1A1. Windows color (decimal): -3637012 or 15499464. OLE color: 15499464.
HSL color Cylindrical-coordinate representation of color #C880EC: hue angle of 280º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C880EC is Cyan = 0.15, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 200 | 128 | 236 | - |
| CMYK | 0.15 | 0.46 | 0 | 0.07 |
| HSL | 280º | 0.74% | 0.71% | - |
| HSV(B) | 280º | 0.46% | 0.93% | - |
| XYZ | 46.68 | 33.77 | 83.42 | - |
| YUV | 161.84 | 169.85 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 128 | 236 | 0.15 | 0.46 | 0 | 0.07 | 280 | 0.74 | 0.71 |
| Hex | C8 | 80 | EC | F | 2E | 0 | 7 | 118 | 4A | 47 |
| Octal | 310 | 200 | 354 | 17 | 56 | 0 | 7 | 430 | 112 | 107 |
| Binary | 11001000 | 10000000 | 11101100 | 1111 | 101110 | 0 | 111 | 100011000 | 1001010 | 1000111 |
Color Harmonies of #C880EC
Complementary color
Monochromatic Colors of #C880EC
Black with #C880EC
Text Example
Text Example
White with #C880EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C880EC; }
p { color: rgb(200,128,236); }
H1.HeaderClassName
{
color: #C880EC;
}
.AnyTagClassName
{
color: #C880EC;
}
</style>
background-color css
<style>
a { background-color: #C880EC; }
a { background-color: rgb(200,128,236); }
div.DivClassName
{
background-color: #C880EC;
}
.BgClassName
{
background-color: #C880EC;
}
</style>
border-color css
<style>
span { border-color: #C880EC; }
span { border-color: rgb(200,128,236); }
td.TdClassName
{
border-color: #C880EC;
}
.TagClassName
{
border-color: #C880EC;
}
</style>