Shades of East Side #C07FCE
Tints of East Side #C07FCE
RGB
CMYK
RGB Variations
Color information
#C07FCE (or 0xC07FCE) is known color: East Side. HEX triplet: C0, 7F and CE. RGB value is (192,127,206). Sum of RGB (Red+Green+Blue) = 192+127+206=525 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.57% from 525); Green value is 127 (50% from 255 or 24.19% from 525); Blue value is 206 (80.86% from 255 or 39.24% from 525); Max value from RGB is 206 - color contains mainly: blue. Hex color #C07FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07FCE is #3F8031. Grayscale: #9B9B9B. Windows color (decimal): -4161586 or 13533120. OLE color: 13533120.
HSL color Cylindrical-coordinate representation of color #C07FCE: hue angle of 289.37º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C07FCE is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 127 | 206 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.19 |
| HSL | 289.37º | 0.45% | 0.65% | - |
| HSV(B) | 289.37º | 0.38% | 0.81% | - |
| XYZ | 40.47 | 30.84 | 62.21 | - |
| YUV | 155.44 | 156.53 | 154.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 206 | 0.07 | 0.38 | 0 | 0.19 | 289.37 | 0.45 | 0.65 |
| Hex | C0 | 7F | CE | 7 | 26 | 0 | 13 | 121 | 2D | 41 |
| Octal | 300 | 177 | 316 | 7 | 46 | 0 | 23 | 441 | 55 | 101 |
| Binary | 11000000 | 1111111 | 11001110 | 111 | 100110 | 0 | 10011 | 100100001 | 101101 | 1000001 |
Color Harmonies of #C07FCE
Complementary color
Monochromatic Colors of #C07FCE
Black with #C07FCE
Text Example
Text Example
White with #C07FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FCE; }
p { color: rgb(192,127,206); }
H1.HeaderClassName
{
color: #C07FCE;
}
.AnyTagClassName
{
color: #C07FCE;
}
</style>
background-color css
<style>
a { background-color: #C07FCE; }
a { background-color: rgb(192,127,206); }
div.DivClassName
{
background-color: #C07FCE;
}
.BgClassName
{
background-color: #C07FCE;
}
</style>
border-color css
<style>
span { border-color: #C07FCE; }
span { border-color: rgb(192,127,206); }
td.TdClassName
{
border-color: #C07FCE;
}
.TagClassName
{
border-color: #C07FCE;
}
</style>