Shades of Medium Orchid #D053E5
Tints of Medium Orchid #D053E5
RGB
CMYK
RGB Variations
Color information
#D053E5 (or 0xD053E5) is known color: Medium Orchid. HEX triplet: D0, 53 and E5. RGB value is (208,83,229). Sum of RGB (Red+Green+Blue) = 208+83+229=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 83 (32.81% from 255 or 15.96% from 520); Blue value is 229 (89.84% from 255 or 44.04% from 520); Max value from RGB is 229 - color contains mainly: blue. Hex color #D053E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053E5 is #2FAC1A. Grayscale: #888888. Windows color (decimal): -3124251 or 15029200. OLE color: 15029200.
HSL color Cylindrical-coordinate representation of color #D053E5: hue angle of 291.37º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D053E5 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 83 | 229 | - |
| CMYK | 0.09 | 0.64 | 0 | 0.10 |
| HSL | 291.37º | 0.74% | 0.61% | - |
| HSV(B) | 291.37º | 0.64% | 0.9% | - |
| XYZ | 43.25 | 25.25 | 76.72 | - |
| YUV | 137.02 | 179.91 | 178.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 229 | 0.09 | 0.64 | 0 | 0.10 | 291.37 | 0.74 | 0.61 |
| Hex | D0 | 53 | E5 | 9 | 40 | 0 | A | 123 | 4A | 3D |
| Octal | 320 | 123 | 345 | 11 | 100 | 0 | 12 | 443 | 112 | 75 |
| Binary | 11010000 | 1010011 | 11100101 | 1001 | 1000000 | 0 | 1010 | 100100011 | 1001010 | 111101 |
Color Harmonies of #D053E5
Complementary color
Monochromatic Colors of #D053E5
Black with #D053E5
Text Example
Text Example
White with #D053E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053E5; }
p { color: rgb(208,83,229); }
H1.HeaderClassName
{
color: #D053E5;
}
.AnyTagClassName
{
color: #D053E5;
}
</style>
background-color css
<style>
a { background-color: #D053E5; }
a { background-color: rgb(208,83,229); }
div.DivClassName
{
background-color: #D053E5;
}
.BgClassName
{
background-color: #D053E5;
}
</style>
border-color css
<style>
span { border-color: #D053E5; }
span { border-color: rgb(208,83,229); }
td.TdClassName
{
border-color: #D053E5;
}
.TagClassName
{
border-color: #D053E5;
}
</style>