Shades of East Side #C084CD
Tints of East Side #C084CD
RGB
CMYK
RGB Variations
Color information
#C084CD (or 0xC084CD) is known color: East Side. HEX triplet: C0, 84 and CD. RGB value is (192,132,205). Sum of RGB (Red+Green+Blue) = 192+132+205=529 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.29% from 529); Green value is 132 (51.95% from 255 or 24.95% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 205 - color contains mainly: blue. Hex color #C084CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C084CD is #3F7B32. Grayscale: #9E9E9E. Windows color (decimal): -4160307 or 13468864. OLE color: 13468864.
HSL color Cylindrical-coordinate representation of color #C084CD: hue angle of 289.32º 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 #C084CD is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 192 | 132 | 205 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.20 |
| HSL | 289.32º | 0.42% | 0.66% | - |
| HSV(B) | 289.32º | 0.36% | 0.8% | - |
| XYZ | 41.01 | 32.12 | 61.8 | - |
| YUV | 158.26 | 154.38 | 152.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 132 | 205 | 0.06 | 0.36 | 0 | 0.20 | 289.32 | 0.42 | 0.66 |
| Hex | C0 | 84 | CD | 6 | 24 | 0 | 14 | 121 | 2A | 42 |
| Octal | 300 | 204 | 315 | 6 | 44 | 0 | 24 | 441 | 52 | 102 |
| Binary | 11000000 | 10000100 | 11001101 | 110 | 100100 | 0 | 10100 | 100100001 | 101010 | 1000010 |
Color Harmonies of #C084CD
Complementary color
Monochromatic Colors of #C084CD
Black with #C084CD
Text Example
Text Example
White with #C084CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C084CD; }
p { color: rgb(192,132,205); }
H1.HeaderClassName
{
color: #C084CD;
}
.AnyTagClassName
{
color: #C084CD;
}
</style>
background-color css
<style>
a { background-color: #C084CD; }
a { background-color: rgb(192,132,205); }
div.DivClassName
{
background-color: #C084CD;
}
.BgClassName
{
background-color: #C084CD;
}
</style>
border-color css
<style>
span { border-color: #C084CD; }
span { border-color: rgb(192,132,205); }
td.TdClassName
{
border-color: #C084CD;
}
.TagClassName
{
border-color: #C084CD;
}
</style>