Shades of East Side #C081D0
Tints of East Side #C081D0
RGB
CMYK
RGB Variations
Color information
#C081D0 (or 0xC081D0) is known color: East Side. HEX triplet: C0, 81 and D0. RGB value is (192,129,208). Sum of RGB (Red+Green+Blue) = 192+129+208=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 129 (50.78% from 255 or 24.39% from 529); Blue value is 208 (81.64% from 255 or 39.32% from 529); Max value from RGB is 208 - color contains mainly: blue. Hex color #C081D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081D0 is #3F7E2F. Grayscale: #9C9C9C. Windows color (decimal): -4161072 or 13664704. OLE color: 13664704.
HSL color Cylindrical-coordinate representation of color #C081D0: hue angle of 287.85º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C081D0 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 129 | 208 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.18 |
| HSL | 287.85º | 0.46% | 0.66% | - |
| HSV(B) | 287.85º | 0.38% | 0.82% | - |
| XYZ | 40.97 | 31.46 | 63.59 | - |
| YUV | 156.84 | 156.87 | 153.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 208 | 0.08 | 0.38 | 0 | 0.18 | 287.85 | 0.46 | 0.66 |
| Hex | C0 | 81 | D0 | 8 | 26 | 0 | 12 | 120 | 2E | 42 |
| Octal | 300 | 201 | 320 | 10 | 46 | 0 | 22 | 440 | 56 | 102 |
| Binary | 11000000 | 10000001 | 11010000 | 1000 | 100110 | 0 | 10010 | 100100000 | 101110 | 1000010 |
Color Harmonies of #C081D0
Complementary color
Monochromatic Colors of #C081D0
Black with #C081D0
Text Example
Text Example
White with #C081D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081D0; }
p { color: rgb(192,129,208); }
H1.HeaderClassName
{
color: #C081D0;
}
.AnyTagClassName
{
color: #C081D0;
}
</style>
background-color css
<style>
a { background-color: #C081D0; }
a { background-color: rgb(192,129,208); }
div.DivClassName
{
background-color: #C081D0;
}
.BgClassName
{
background-color: #C081D0;
}
</style>
border-color css
<style>
span { border-color: #C081D0; }
span { border-color: rgb(192,129,208); }
td.TdClassName
{
border-color: #C081D0;
}
.TagClassName
{
border-color: #C081D0;
}
</style>