Shades of East Side #C083CF
Tints of East Side #C083CF
RGB
CMYK
RGB Variations
Color information
#C083CF (or 0xC083CF) is known color: East Side. HEX triplet: C0, 83 and CF. RGB value is (192,131,207). Sum of RGB (Red+Green+Blue) = 192+131+207=530 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.23% from 530); Green value is 131 (51.56% from 255 or 24.72% from 530); Blue value is 207 (81.25% from 255 or 39.06% from 530); Max value from RGB is 207 - color contains mainly: blue. Hex color #C083CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083CF is #3F7C30. Grayscale: #9D9D9D. Windows color (decimal): -4160561 or 13599680. OLE color: 13599680.
HSL color Cylindrical-coordinate representation of color #C083CF: hue angle of 288.16º 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 #C083CF is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 131 | 207 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.19 |
| HSL | 288.16º | 0.44% | 0.66% | - |
| HSV(B) | 288.16º | 0.37% | 0.81% | - |
| XYZ | 41.12 | 31.94 | 63.03 | - |
| YUV | 157.9 | 155.71 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 207 | 0.07 | 0.37 | 0 | 0.19 | 288.16 | 0.44 | 0.66 |
| Hex | C0 | 83 | CF | 7 | 25 | 0 | 13 | 120 | 2C | 42 |
| Octal | 300 | 203 | 317 | 7 | 45 | 0 | 23 | 440 | 54 | 102 |
| Binary | 11000000 | 10000011 | 11001111 | 111 | 100101 | 0 | 10011 | 100100000 | 101100 | 1000010 |
Color Harmonies of #C083CF
Complementary color
Monochromatic Colors of #C083CF
Black with #C083CF
Text Example
Text Example
White with #C083CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083CF; }
p { color: rgb(192,131,207); }
H1.HeaderClassName
{
color: #C083CF;
}
.AnyTagClassName
{
color: #C083CF;
}
</style>
background-color css
<style>
a { background-color: #C083CF; }
a { background-color: rgb(192,131,207); }
div.DivClassName
{
background-color: #C083CF;
}
.BgClassName
{
background-color: #C083CF;
}
</style>
border-color css
<style>
span { border-color: #C083CF; }
span { border-color: rgb(192,131,207); }
td.TdClassName
{
border-color: #C083CF;
}
.TagClassName
{
border-color: #C083CF;
}
</style>