Shades of Medium Orchid #C053D2
Tints of Medium Orchid #C053D2
RGB
CMYK
RGB Variations
Color information
#C053D2 (or 0xC053D2) is known color: Medium Orchid. HEX triplet: C0, 53 and D2. RGB value is (192,83,210). Sum of RGB (Red+Green+Blue) = 192+83+210=485 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.59% from 485); Green value is 83 (32.81% from 255 or 17.11% from 485); Blue value is 210 (82.42% from 255 or 43.30% from 485); Max value from RGB is 210 - color contains mainly: blue. Hex color #C053D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C053D2 is #3FAC2D. Grayscale: #818181. Windows color (decimal): -4172846 or 13784000. OLE color: 13784000.
HSL color Cylindrical-coordinate representation of color #C053D2: hue angle of 291.5º degrees, saturation: 0.59, 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 #C053D2 is Cyan = 0.09, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 192 | 83 | 210 | - |
| CMYK | 0.09 | 0.60 | 0 | 0.18 |
| HSL | 291.5º | 0.59% | 0.57% | - |
| HSV(B) | 291.5º | 0.6% | 0.82% | - |
| XYZ | 36.46 | 22.05 | 63.31 | - |
| YUV | 130.07 | 173.11 | 172.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 83 | 210 | 0.09 | 0.60 | 0 | 0.18 | 291.5 | 0.59 | 0.57 |
| Hex | C0 | 53 | D2 | 9 | 3C | 0 | 12 | 123 | 3B | 39 |
| Octal | 300 | 123 | 322 | 11 | 74 | 0 | 22 | 443 | 73 | 71 |
| Binary | 11000000 | 1010011 | 11010010 | 1001 | 111100 | 0 | 10010 | 100100011 | 111011 | 111001 |
Color Harmonies of #C053D2
Complementary color
Monochromatic Colors of #C053D2
Black with #C053D2
Text Example
Text Example
White with #C053D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C053D2; }
p { color: rgb(192,83,210); }
H1.HeaderClassName
{
color: #C053D2;
}
.AnyTagClassName
{
color: #C053D2;
}
</style>
background-color css
<style>
a { background-color: #C053D2; }
a { background-color: rgb(192,83,210); }
div.DivClassName
{
background-color: #C053D2;
}
.BgClassName
{
background-color: #C053D2;
}
</style>
border-color css
<style>
span { border-color: #C053D2; }
span { border-color: rgb(192,83,210); }
td.TdClassName
{
border-color: #C053D2;
}
.TagClassName
{
border-color: #C053D2;
}
</style>