Shades of East Side #C080CE
Tints of East Side #C080CE
RGB
CMYK
RGB Variations
Color information
#C080CE (or 0xC080CE) is known color: East Side. HEX triplet: C0, 80 and CE. RGB value is (192,128,206). Sum of RGB (Red+Green+Blue) = 192+128+206=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 128 (50.39% from 255 or 24.33% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C080CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080CE is #3F7F31. Grayscale: #9B9B9B. Windows color (decimal): -4161330 or 13533376. OLE color: 13533376.
HSL color Cylindrical-coordinate representation of color #C080CE: hue angle of 289.23º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C080CE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 128 | 206 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.19 |
| HSL | 289.23º | 0.44% | 0.65% | - |
| HSV(B) | 289.23º | 0.38% | 0.81% | - |
| XYZ | 40.6 | 31.1 | 62.26 | - |
| YUV | 156.03 | 156.2 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 206 | 0.07 | 0.38 | 0 | 0.19 | 289.23 | 0.44 | 0.65 |
| Hex | C0 | 80 | CE | 7 | 26 | 0 | 13 | 121 | 2C | 41 |
| Octal | 300 | 200 | 316 | 7 | 46 | 0 | 23 | 441 | 54 | 101 |
| Binary | 11000000 | 10000000 | 11001110 | 111 | 100110 | 0 | 10011 | 100100001 | 101100 | 1000001 |
Color Harmonies of #C080CE
Complementary color
Monochromatic Colors of #C080CE
Black with #C080CE
Text Example
Text Example
White with #C080CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080CE; }
p { color: rgb(192,128,206); }
H1.HeaderClassName
{
color: #C080CE;
}
.AnyTagClassName
{
color: #C080CE;
}
</style>
background-color css
<style>
a { background-color: #C080CE; }
a { background-color: rgb(192,128,206); }
div.DivClassName
{
background-color: #C080CE;
}
.BgClassName
{
background-color: #C080CE;
}
</style>
border-color css
<style>
span { border-color: #C080CE; }
span { border-color: rgb(192,128,206); }
td.TdClassName
{
border-color: #C080CE;
}
.TagClassName
{
border-color: #C080CE;
}
</style>