Shades of East Side #C183CE
Tints of East Side #C183CE
RGB
CMYK
RGB Variations
Color information
#C183CE (or 0xC183CE) is known color: East Side. HEX triplet: C1, 83 and CE. RGB value is (193,131,206). Sum of RGB (Red+Green+Blue) = 193+131+206=530 (70% of max value = 765). Red value is 193 (75.78% from 255 or 36.42% from 530); Green value is 131 (51.56% from 255 or 24.72% 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 #C183CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C183CE is #3E7C31. Grayscale: #9D9D9D. Windows color (decimal): -4095026 or 13534145. OLE color: 13534145.
HSL color Cylindrical-coordinate representation of color #C183CE: hue angle of 289.6º 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 #C183CE is Cyan = 0.06, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 193 | 131 | 206 | - |
| CMYK | 0.06 | 0.36 | 0 | 0.19 |
| HSL | 289.6º | 0.43% | 0.66% | - |
| HSV(B) | 289.6º | 0.36% | 0.81% | - |
| XYZ | 41.25 | 32.03 | 62.4 | - |
| YUV | 158.09 | 155.04 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 131 | 206 | 0.06 | 0.36 | 0 | 0.19 | 289.6 | 0.43 | 0.66 |
| Hex | C1 | 83 | CE | 6 | 24 | 0 | 13 | 122 | 2B | 42 |
| Octal | 301 | 203 | 316 | 6 | 44 | 0 | 23 | 442 | 53 | 102 |
| Binary | 11000001 | 10000011 | 11001110 | 110 | 100100 | 0 | 10011 | 100100010 | 101011 | 1000010 |
Color Harmonies of #C183CE
Complementary color
Monochromatic Colors of #C183CE
Black with #C183CE
Text Example
Text Example
White with #C183CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C183CE; }
p { color: rgb(193,131,206); }
H1.HeaderClassName
{
color: #C183CE;
}
.AnyTagClassName
{
color: #C183CE;
}
</style>
background-color css
<style>
a { background-color: #C183CE; }
a { background-color: rgb(193,131,206); }
div.DivClassName
{
background-color: #C183CE;
}
.BgClassName
{
background-color: #C183CE;
}
</style>
border-color css
<style>
span { border-color: #C183CE; }
span { border-color: rgb(193,131,206); }
td.TdClassName
{
border-color: #C183CE;
}
.TagClassName
{
border-color: #C183CE;
}
</style>