Shades of East Side #C084CE
Tints of East Side #C084CE
RGB
CMYK
RGB Variations
Color information
#C084CE (or 0xC084CE) is known color: East Side. HEX triplet: C0, 84 and CE. RGB value is (192,132,206). Sum of RGB (Red+Green+Blue) = 192+132+206=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C084CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084CE is #3F7B31. Grayscale: #9E9E9E. Windows color (decimal): -4160306 or 13534400. OLE color: 13534400.
HSL color Cylindrical-coordinate representation of color #C084CE: hue angle of 288.65º degrees, saturation: 0.43, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C084CE is Cyan = 0.07, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 132 | 206 | - |
| CMYK | 0.07 | 0.36 | 0 | 0.19 |
| HSL | 288.65º | 0.43% | 0.66% | - |
| HSV(B) | 288.65º | 0.36% | 0.81% | - |
| XYZ | 41.13 | 32.17 | 62.43 | - |
| YUV | 158.38 | 154.88 | 151.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 206 | 0.07 | 0.36 | 0 | 0.19 | 288.65 | 0.43 | 0.66 |
| Hex | C0 | 84 | CE | 7 | 24 | 0 | 13 | 121 | 2B | 42 |
| Octal | 300 | 204 | 316 | 7 | 44 | 0 | 23 | 441 | 53 | 102 |
| Binary | 11000000 | 10000100 | 11001110 | 111 | 100100 | 0 | 10011 | 100100001 | 101011 | 1000010 |
Color Harmonies of #C084CE
Complementary color
Monochromatic Colors of #C084CE
Black with #C084CE
Text Example
Text Example
White with #C084CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084CE; }
p { color: rgb(192,132,206); }
H1.HeaderClassName
{
color: #C084CE;
}
.AnyTagClassName
{
color: #C084CE;
}
</style>
background-color css
<style>
a { background-color: #C084CE; }
a { background-color: rgb(192,132,206); }
div.DivClassName
{
background-color: #C084CE;
}
.BgClassName
{
background-color: #C084CE;
}
</style>
border-color css
<style>
span { border-color: #C084CE; }
span { border-color: rgb(192,132,206); }
td.TdClassName
{
border-color: #C084CE;
}
.TagClassName
{
border-color: #C084CE;
}
</style>