Shades of Medium Orchid #C053D9
Tints of Medium Orchid #C053D9
RGB
CMYK
RGB Variations
Color information
#C053D9 (or 0xC053D9) is known color: Medium Orchid. HEX triplet: C0, 53 and D9. RGB value is (192,83,217). Sum of RGB (Red+Green+Blue) = 192+83+217=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 83 (32.81% from 255 or 16.87% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #C053D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053D9 is #3FAC26. Grayscale: #828282. Windows color (decimal): -4172839 or 14242752. OLE color: 14242752.
HSL color Cylindrical-coordinate representation of color #C053D9: hue angle of 288.81º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C053D9 is Cyan = 0.12, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 192 | 83 | 217 | - |
| CMYK | 0.12 | 0.62 | 0 | 0.15 |
| HSL | 288.81º | 0.64% | 0.59% | - |
| HSV(B) | 288.81º | 0.62% | 0.85% | - |
| XYZ | 37.36 | 22.4 | 68 | - |
| YUV | 130.87 | 176.61 | 171.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 217 | 0.12 | 0.62 | 0 | 0.15 | 288.81 | 0.64 | 0.59 |
| Hex | C0 | 53 | D9 | C | 3E | 0 | F | 121 | 40 | 3B |
| Octal | 300 | 123 | 331 | 14 | 76 | 0 | 17 | 441 | 100 | 73 |
| Binary | 11000000 | 1010011 | 11011001 | 1100 | 111110 | 0 | 1111 | 100100001 | 1000000 | 111011 |
Color Harmonies of #C053D9
Complementary color
Monochromatic Colors of #C053D9
Black with #C053D9
Text Example
Text Example
White with #C053D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053D9; }
p { color: rgb(192,83,217); }
H1.HeaderClassName
{
color: #C053D9;
}
.AnyTagClassName
{
color: #C053D9;
}
</style>
background-color css
<style>
a { background-color: #C053D9; }
a { background-color: rgb(192,83,217); }
div.DivClassName
{
background-color: #C053D9;
}
.BgClassName
{
background-color: #C053D9;
}
</style>
border-color css
<style>
span { border-color: #C053D9; }
span { border-color: rgb(192,83,217); }
td.TdClassName
{
border-color: #C053D9;
}
.TagClassName
{
border-color: #C053D9;
}
</style>