Shades of Medium Orchid #D053E9
Tints of Medium Orchid #D053E9
RGB
CMYK
RGB Variations
Color information
#D053E9 (or 0xD053E9) is known color: Medium Orchid. HEX triplet: D0, 53 and E9. RGB value is (208,83,233). Sum of RGB (Red+Green+Blue) = 208+83+233=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 83 (32.81% from 255 or 15.84% from 524); Blue value is 233 (91.41% from 255 or 44.47% from 524); Max value from RGB is 233 - color contains mainly: blue. Hex color #D053E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D053E9 is #2FAC16. Grayscale: #898989. Windows color (decimal): -3124247 or 15291344. OLE color: 15291344.
HSL color Cylindrical-coordinate representation of color #D053E9: hue angle of 290º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #D053E9 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 83 | 233 | - |
| CMYK | 0.11 | 0.64 | 0 | 0.09 |
| HSL | 290º | 0.77% | 0.62% | - |
| HSV(B) | 290º | 0.64% | 0.91% | - |
| XYZ | 43.81 | 25.48 | 79.7 | - |
| YUV | 137.48 | 181.91 | 178.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 233 | 0.11 | 0.64 | 0 | 0.09 | 290 | 0.77 | 0.62 |
| Hex | D0 | 53 | E9 | B | 40 | 0 | 9 | 122 | 4D | 3E |
| Octal | 320 | 123 | 351 | 13 | 100 | 0 | 11 | 442 | 115 | 76 |
| Binary | 11010000 | 1010011 | 11101001 | 1011 | 1000000 | 0 | 1001 | 100100010 | 1001101 | 111110 |
Color Harmonies of #D053E9
Complementary color
Monochromatic Colors of #D053E9
Black with #D053E9
Text Example
Text Example
White with #D053E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053E9; }
p { color: rgb(208,83,233); }
H1.HeaderClassName
{
color: #D053E9;
}
.AnyTagClassName
{
color: #D053E9;
}
</style>
background-color css
<style>
a { background-color: #D053E9; }
a { background-color: rgb(208,83,233); }
div.DivClassName
{
background-color: #D053E9;
}
.BgClassName
{
background-color: #D053E9;
}
</style>
border-color css
<style>
span { border-color: #D053E9; }
span { border-color: rgb(208,83,233); }
td.TdClassName
{
border-color: #D053E9;
}
.TagClassName
{
border-color: #D053E9;
}
</style>