Shades of Medium Orchid #C053D1
Tints of Medium Orchid #C053D1
RGB
CMYK
RGB Variations
Color information
#C053D1 (or 0xC053D1) is known color: Medium Orchid. HEX triplet: C0, 53 and D1. RGB value is (192,83,209). Sum of RGB (Red+Green+Blue) = 192+83+209=484 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.67% from 484); Green value is 83 (32.81% from 255 or 17.15% from 484); Blue value is 209 (82.03% from 255 or 43.18% from 484); Max value from RGB is 209 - color contains mainly: blue. Hex color #C053D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053D1 is #3FAC2E. Grayscale: #818181. Windows color (decimal): -4172847 or 13718464. OLE color: 13718464.
HSL color Cylindrical-coordinate representation of color #C053D1: hue angle of 291.9º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C053D1 is Cyan = 0.08, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 83 | 209 | - |
| CMYK | 0.08 | 0.60 | 0 | 0.18 |
| HSL | 291.9º | 0.58% | 0.57% | - |
| HSV(B) | 291.9º | 0.6% | 0.82% | - |
| XYZ | 36.34 | 22 | 62.65 | - |
| YUV | 129.96 | 172.61 | 172.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 209 | 0.08 | 0.60 | 0 | 0.18 | 291.9 | 0.58 | 0.57 |
| Hex | C0 | 53 | D1 | 8 | 3C | 0 | 12 | 124 | 3A | 39 |
| Octal | 300 | 123 | 321 | 10 | 74 | 0 | 22 | 444 | 72 | 71 |
| Binary | 11000000 | 1010011 | 11010001 | 1000 | 111100 | 0 | 10010 | 100100100 | 111010 | 111001 |
Color Harmonies of #C053D1
Complementary color
Monochromatic Colors of #C053D1
Black with #C053D1
Text Example
Text Example
White with #C053D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053D1; }
p { color: rgb(192,83,209); }
H1.HeaderClassName
{
color: #C053D1;
}
.AnyTagClassName
{
color: #C053D1;
}
</style>
background-color css
<style>
a { background-color: #C053D1; }
a { background-color: rgb(192,83,209); }
div.DivClassName
{
background-color: #C053D1;
}
.BgClassName
{
background-color: #C053D1;
}
</style>
border-color css
<style>
span { border-color: #C053D1; }
span { border-color: rgb(192,83,209); }
td.TdClassName
{
border-color: #C053D1;
}
.TagClassName
{
border-color: #C053D1;
}
</style>