Shades of East Side #C083CD
Tints of East Side #C083CD
RGB
CMYK
RGB Variations
Color information
#C083CD (or 0xC083CD) is known color: East Side. HEX triplet: C0, 83 and CD. RGB value is (192,131,205). Sum of RGB (Red+Green+Blue) = 192+131+205=528 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.36% from 528); Green value is 131 (51.56% from 255 or 24.81% from 528); Blue value is 205 (80.47% from 255 or 38.83% from 528); Max value from RGB is 205 - color contains mainly: blue. Hex color #C083CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083CD is #3F7C32. Grayscale: #9D9D9D. Windows color (decimal): -4160563 or 13468608. OLE color: 13468608.
HSL color Cylindrical-coordinate representation of color #C083CD: hue angle of 289.46º degrees, saturation: 0.43, 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 #C083CD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 131 | 205 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.20 |
| HSL | 289.46º | 0.43% | 0.66% | - |
| HSV(B) | 289.46º | 0.36% | 0.8% | - |
| XYZ | 40.87 | 31.85 | 61.75 | - |
| YUV | 157.68 | 154.71 | 152.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 205 | 0.06 | 0.36 | 0 | 0.20 | 289.46 | 0.43 | 0.66 |
| Hex | C0 | 83 | CD | 6 | 24 | 0 | 14 | 121 | 2B | 42 |
| Octal | 300 | 203 | 315 | 6 | 44 | 0 | 24 | 441 | 53 | 102 |
| Binary | 11000000 | 10000011 | 11001101 | 110 | 100100 | 0 | 10100 | 100100001 | 101011 | 1000010 |
Color Harmonies of #C083CD
Complementary color
Monochromatic Colors of #C083CD
Black with #C083CD
Text Example
Text Example
White with #C083CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083CD; }
p { color: rgb(192,131,205); }
H1.HeaderClassName
{
color: #C083CD;
}
.AnyTagClassName
{
color: #C083CD;
}
</style>
background-color css
<style>
a { background-color: #C083CD; }
a { background-color: rgb(192,131,205); }
div.DivClassName
{
background-color: #C083CD;
}
.BgClassName
{
background-color: #C083CD;
}
</style>
border-color css
<style>
span { border-color: #C083CD; }
span { border-color: rgb(192,131,205); }
td.TdClassName
{
border-color: #C083CD;
}
.TagClassName
{
border-color: #C083CD;
}
</style>