Shades of East Side #C083CC
Tints of East Side #C083CC
RGB
CMYK
RGB Variations
Color information
#C083CC (or 0xC083CC) is known color: East Side. HEX triplet: C0, 83 and CC. RGB value is (192,131,204). Sum of RGB (Red+Green+Blue) = 192+131+204=527 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.43% from 527); Green value is 131 (51.56% from 255 or 24.86% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #C083CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083CC is #3F7C33. Grayscale: #9D9D9D. Windows color (decimal): -4160564 or 13403072. OLE color: 13403072.
HSL color Cylindrical-coordinate representation of color #C083CC: hue angle of 290.14º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C083CC is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 131 | 204 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.2 |
| HSL | 290.14º | 0.42% | 0.66% | - |
| HSV(B) | 290.14º | 0.36% | 0.8% | - |
| XYZ | 40.75 | 31.8 | 61.12 | - |
| YUV | 157.56 | 154.21 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 204 | 0.06 | 0.36 | 0 | 0.2 | 290.14 | 0.42 | 0.66 |
| Hex | C0 | 83 | CC | 6 | 24 | 0 | 14 | 122 | 2A | 42 |
| Octal | 300 | 203 | 314 | 6 | 44 | 0 | 24 | 442 | 52 | 102 |
| Binary | 11000000 | 10000011 | 11001100 | 110 | 100100 | 0 | 10100 | 100100010 | 101010 | 1000010 |
Color Harmonies of #C083CC
Complementary color
Monochromatic Colors of #C083CC
Black with #C083CC
Text Example
Text Example
White with #C083CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083CC; }
p { color: rgb(192,131,204); }
H1.HeaderClassName
{
color: #C083CC;
}
.AnyTagClassName
{
color: #C083CC;
}
</style>
background-color css
<style>
a { background-color: #C083CC; }
a { background-color: rgb(192,131,204); }
div.DivClassName
{
background-color: #C083CC;
}
.BgClassName
{
background-color: #C083CC;
}
</style>
border-color css
<style>
span { border-color: #C083CC; }
span { border-color: rgb(192,131,204); }
td.TdClassName
{
border-color: #C083CC;
}
.TagClassName
{
border-color: #C083CC;
}
</style>