Shades of East Side #C080CD
Tints of East Side #C080CD
RGB
CMYK
RGB Variations
Color information
#C080CD (or 0xC080CD) is known color: East Side. HEX triplet: C0, 80 and CD. RGB value is (192,128,205). Sum of RGB (Red+Green+Blue) = 192+128+205=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 128 (50.39% from 255 or 24.38% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: blue. Hex color #C080CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080CD is #3F7F32. Grayscale: #9B9B9B. Windows color (decimal): -4161331 or 13467840. OLE color: 13467840.
HSL color Cylindrical-coordinate representation of color #C080CD: hue angle of 289.87º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C080CD is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 128 | 205 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.20 |
| HSL | 289.87º | 0.44% | 0.65% | - |
| HSV(B) | 289.87º | 0.38% | 0.8% | - |
| XYZ | 40.48 | 31.05 | 61.62 | - |
| YUV | 155.91 | 155.7 | 153.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 205 | 0.06 | 0.38 | 0 | 0.20 | 289.87 | 0.44 | 0.65 |
| Hex | C0 | 80 | CD | 6 | 26 | 0 | 14 | 122 | 2C | 41 |
| Octal | 300 | 200 | 315 | 6 | 46 | 0 | 24 | 442 | 54 | 101 |
| Binary | 11000000 | 10000000 | 11001101 | 110 | 100110 | 0 | 10100 | 100100010 | 101100 | 1000001 |
Color Harmonies of #C080CD
Complementary color
Monochromatic Colors of #C080CD
Black with #C080CD
Text Example
Text Example
White with #C080CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080CD; }
p { color: rgb(192,128,205); }
H1.HeaderClassName
{
color: #C080CD;
}
.AnyTagClassName
{
color: #C080CD;
}
</style>
background-color css
<style>
a { background-color: #C080CD; }
a { background-color: rgb(192,128,205); }
div.DivClassName
{
background-color: #C080CD;
}
.BgClassName
{
background-color: #C080CD;
}
</style>
border-color css
<style>
span { border-color: #C080CD; }
span { border-color: rgb(192,128,205); }
td.TdClassName
{
border-color: #C080CD;
}
.TagClassName
{
border-color: #C080CD;
}
</style>