Shades of Medium Orchid #D053DD
Tints of Medium Orchid #D053DD
RGB
CMYK
RGB Variations
Color information
#D053DD (or 0xD053DD) is known color: Medium Orchid. HEX triplet: D0, 53 and DD. RGB value is (208,83,221). Sum of RGB (Red+Green+Blue) = 208+83+221=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 83 (32.81% from 255 or 16.21% from 512); Blue value is 221 (86.72% from 255 or 43.16% from 512); Max value from RGB is 221 - color contains mainly: blue. Hex color #D053DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D053DD is #2FAC22. Grayscale: #878787. Windows color (decimal): -3124259 or 14504912. OLE color: 14504912.
HSL color Cylindrical-coordinate representation of color #D053DD: hue angle of 294.35º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D053DD is Cyan = 0.06, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 83 | 221 | - |
| CMYK | 0.06 | 0.62 | 0 | 0.13 |
| HSL | 294.35º | 0.67% | 0.6% | - |
| HSV(B) | 294.35º | 0.62% | 0.87% | - |
| XYZ | 42.16 | 24.82 | 70.97 | - |
| YUV | 136.11 | 175.91 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 221 | 0.06 | 0.62 | 0 | 0.13 | 294.35 | 0.67 | 0.6 |
| Hex | D0 | 53 | DD | 6 | 3E | 0 | D | 126 | 43 | 3C |
| Octal | 320 | 123 | 335 | 6 | 76 | 0 | 15 | 446 | 103 | 74 |
| Binary | 11010000 | 1010011 | 11011101 | 110 | 111110 | 0 | 1101 | 100100110 | 1000011 | 111100 |
Color Harmonies of #D053DD
Complementary color
Monochromatic Colors of #D053DD
Black with #D053DD
Text Example
Text Example
White with #D053DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D053DD; }
p { color: rgb(208,83,221); }
H1.HeaderClassName
{
color: #D053DD;
}
.AnyTagClassName
{
color: #D053DD;
}
</style>
background-color css
<style>
a { background-color: #D053DD; }
a { background-color: rgb(208,83,221); }
div.DivClassName
{
background-color: #D053DD;
}
.BgClassName
{
background-color: #D053DD;
}
</style>
border-color css
<style>
span { border-color: #D053DD; }
span { border-color: rgb(208,83,221); }
td.TdClassName
{
border-color: #D053DD;
}
.TagClassName
{
border-color: #D053DD;
}
</style>