Shades of East Side #C081CE
Tints of East Side #C081CE
RGB
CMYK
RGB Variations
Color information
#C081CE (or 0xC081CE) is known color: East Side. HEX triplet: C0, 81 and CE. RGB value is (192,129,206). Sum of RGB (Red+Green+Blue) = 192+129+206=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 129 (50.78% from 255 or 24.48% from 527); Blue value is 206 (80.86% from 255 or 39.09% from 527); Max value from RGB is 206 - color contains mainly: blue. Hex color #C081CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C081CE is #3F7E31. Grayscale: #9C9C9C. Windows color (decimal): -4161074 or 13533632. OLE color: 13533632.
HSL color Cylindrical-coordinate representation of color #C081CE: hue angle of 289.09º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C081CE is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 129 | 206 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.19 |
| HSL | 289.09º | 0.44% | 0.66% | - |
| HSV(B) | 289.09º | 0.37% | 0.81% | - |
| XYZ | 40.73 | 31.36 | 62.3 | - |
| YUV | 156.62 | 155.87 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 129 | 206 | 0.07 | 0.37 | 0 | 0.19 | 289.09 | 0.44 | 0.66 |
| Hex | C0 | 81 | CE | 7 | 25 | 0 | 13 | 121 | 2C | 42 |
| Octal | 300 | 201 | 316 | 7 | 45 | 0 | 23 | 441 | 54 | 102 |
| Binary | 11000000 | 10000001 | 11001110 | 111 | 100101 | 0 | 10011 | 100100001 | 101100 | 1000010 |
Color Harmonies of #C081CE
Complementary color
Monochromatic Colors of #C081CE
Black with #C081CE
Text Example
Text Example
White with #C081CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C081CE; }
p { color: rgb(192,129,206); }
H1.HeaderClassName
{
color: #C081CE;
}
.AnyTagClassName
{
color: #C081CE;
}
</style>
background-color css
<style>
a { background-color: #C081CE; }
a { background-color: rgb(192,129,206); }
div.DivClassName
{
background-color: #C081CE;
}
.BgClassName
{
background-color: #C081CE;
}
</style>
border-color css
<style>
span { border-color: #C081CE; }
span { border-color: rgb(192,129,206); }
td.TdClassName
{
border-color: #C081CE;
}
.TagClassName
{
border-color: #C081CE;
}
</style>