Shades of East Side #C081CD
Tints of East Side #C081CD
RGB
CMYK
RGB Variations
Color information
#C081CD (or 0xC081CD) is known color: East Side. HEX triplet: C0, 81 and CD. RGB value is (192,129,205). Sum of RGB (Red+Green+Blue) = 192+129+205=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 129 (50.78% from 255 or 24.52% from 526); Blue value is 205 (80.47% from 255 or 38.97% from 526); Max value from RGB is 205 - color contains mainly: blue. Hex color #C081CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081CD is #3F7E32. Grayscale: #9C9C9C. Windows color (decimal): -4161075 or 13468096. OLE color: 13468096.
HSL color Cylindrical-coordinate representation of color #C081CD: hue angle of 289.74º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C081CD is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 129 | 205 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.20 |
| HSL | 289.74º | 0.43% | 0.65% | - |
| HSV(B) | 289.74º | 0.37% | 0.8% | - |
| XYZ | 40.61 | 31.31 | 61.66 | - |
| YUV | 156.5 | 155.37 | 153.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 205 | 0.06 | 0.37 | 0 | 0.20 | 289.74 | 0.43 | 0.65 |
| Hex | C0 | 81 | CD | 6 | 25 | 0 | 14 | 122 | 2B | 41 |
| Octal | 300 | 201 | 315 | 6 | 45 | 0 | 24 | 442 | 53 | 101 |
| Binary | 11000000 | 10000001 | 11001101 | 110 | 100101 | 0 | 10100 | 100100010 | 101011 | 1000001 |
Color Harmonies of #C081CD
Complementary color
Monochromatic Colors of #C081CD
Black with #C081CD
Text Example
Text Example
White with #C081CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081CD; }
p { color: rgb(192,129,205); }
H1.HeaderClassName
{
color: #C081CD;
}
.AnyTagClassName
{
color: #C081CD;
}
</style>
background-color css
<style>
a { background-color: #C081CD; }
a { background-color: rgb(192,129,205); }
div.DivClassName
{
background-color: #C081CD;
}
.BgClassName
{
background-color: #C081CD;
}
</style>
border-color css
<style>
span { border-color: #C081CD; }
span { border-color: rgb(192,129,205); }
td.TdClassName
{
border-color: #C081CD;
}
.TagClassName
{
border-color: #C081CD;
}
</style>