Shades of Medium Orchid #D052DD
Tints of Medium Orchid #D052DD
RGB
CMYK
RGB Variations
Color information
#D052DD (or 0xD052DD) is known color: Medium Orchid. HEX triplet: D0, 52 and DD. RGB value is (208,82,221). Sum of RGB (Red+Green+Blue) = 208+82+221=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 82 (32.42% from 255 or 16.05% from 511); Blue value is 221 (86.72% from 255 or 43.25% from 511); Max value from RGB is 221 - color contains mainly: blue. Hex color #D052DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D052DD is #2FAD22. Grayscale: #878787. Windows color (decimal): -3124515 or 14504656. OLE color: 14504656.
HSL color Cylindrical-coordinate representation of color #D052DD: hue angle of 294.39º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D052DD is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 82 | 221 | - |
| CMYK | 0.06 | 0.63 | 0 | 0.13 |
| HSL | 294.39º | 0.67% | 0.59% | - |
| HSV(B) | 294.39º | 0.63% | 0.87% | - |
| XYZ | 42.08 | 24.66 | 70.95 | - |
| YUV | 135.52 | 176.24 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 221 | 0.06 | 0.63 | 0 | 0.13 | 294.39 | 0.67 | 0.59 |
| Hex | D0 | 52 | DD | 6 | 3F | 0 | D | 126 | 43 | 3B |
| Octal | 320 | 122 | 335 | 6 | 77 | 0 | 15 | 446 | 103 | 73 |
| Binary | 11010000 | 1010010 | 11011101 | 110 | 111111 | 0 | 1101 | 100100110 | 1000011 | 111011 |
Color Harmonies of #D052DD
Complementary color
Monochromatic Colors of #D052DD
Black with #D052DD
Text Example
Text Example
White with #D052DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052DD; }
p { color: rgb(208,82,221); }
H1.HeaderClassName
{
color: #D052DD;
}
.AnyTagClassName
{
color: #D052DD;
}
</style>
background-color css
<style>
a { background-color: #D052DD; }
a { background-color: rgb(208,82,221); }
div.DivClassName
{
background-color: #D052DD;
}
.BgClassName
{
background-color: #D052DD;
}
</style>
border-color css
<style>
span { border-color: #D052DD; }
span { border-color: rgb(208,82,221); }
td.TdClassName
{
border-color: #D052DD;
}
.TagClassName
{
border-color: #D052DD;
}
</style>