Shades of Medium Orchid #C053CE
Tints of Medium Orchid #C053CE
RGB
CMYK
RGB Variations
Color information
#C053CE (or 0xC053CE) is known color: Medium Orchid. HEX triplet: C0, 53 and CE. RGB value is (192,83,206). Sum of RGB (Red+Green+Blue) = 192+83+206=481 (63% of max value = 765). Red value is 192 (75.39% from 255 or 39.92% from 481); Green value is 83 (32.81% from 255 or 17.26% from 481); Blue value is 206 (80.86% from 255 or 42.83% from 481); Max value from RGB is 206 - color contains mainly: blue. Hex color #C053CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053CE is #3FAC31. Grayscale: #818181. Windows color (decimal): -4172850 or 13521856. OLE color: 13521856.
HSL color Cylindrical-coordinate representation of color #C053CE: hue angle of 293.17º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C053CE is Cyan = 0.07, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 83 | 206 | - |
| CMYK | 0.07 | 0.60 | 0 | 0.19 |
| HSL | 293.17º | 0.56% | 0.57% | - |
| HSV(B) | 293.17º | 0.6% | 0.81% | - |
| XYZ | 35.97 | 21.85 | 60.71 | - |
| YUV | 129.61 | 171.11 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 206 | 0.07 | 0.60 | 0 | 0.19 | 293.17 | 0.56 | 0.57 |
| Hex | C0 | 53 | CE | 7 | 3C | 0 | 13 | 125 | 38 | 39 |
| Octal | 300 | 123 | 316 | 7 | 74 | 0 | 23 | 445 | 70 | 71 |
| Binary | 11000000 | 1010011 | 11001110 | 111 | 111100 | 0 | 10011 | 100100101 | 111000 | 111001 |
Color Harmonies of #C053CE
Complementary color
Monochromatic Colors of #C053CE
Black with #C053CE
Text Example
Text Example
White with #C053CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053CE; }
p { color: rgb(192,83,206); }
H1.HeaderClassName
{
color: #C053CE;
}
.AnyTagClassName
{
color: #C053CE;
}
</style>
background-color css
<style>
a { background-color: #C053CE; }
a { background-color: rgb(192,83,206); }
div.DivClassName
{
background-color: #C053CE;
}
.BgClassName
{
background-color: #C053CE;
}
</style>
border-color css
<style>
span { border-color: #C053CE; }
span { border-color: rgb(192,83,206); }
td.TdClassName
{
border-color: #C053CE;
}
.TagClassName
{
border-color: #C053CE;
}
</style>