Shades of Medium Orchid #D052ED
Tints of Medium Orchid #D052ED
RGB
CMYK
RGB Variations
Color information
#D052ED (or 0xD052ED) is known color: Medium Orchid. HEX triplet: D0, 52 and ED. RGB value is (208,82,237). Sum of RGB (Red+Green+Blue) = 208+82+237=527 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.47% from 527); Green value is 82 (32.42% from 255 or 15.56% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #D052ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052ED is #2FAD12. Grayscale: #888888. Windows color (decimal): -3124499 or 15553232. OLE color: 15553232.
HSL color Cylindrical-coordinate representation of color #D052ED: hue angle of 288.77º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D052ED is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 82 | 237 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 288.77º | 0.81% | 0.63% | - |
| HSV(B) | 288.77º | 0.65% | 0.93% | - |
| XYZ | 44.32 | 25.56 | 82.72 | - |
| YUV | 137.34 | 184.24 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 237 | 0.12 | 0.65 | 0 | 0.07 | 288.77 | 0.81 | 0.63 |
| Hex | D0 | 52 | ED | C | 41 | 0 | 7 | 121 | 51 | 3F |
| Octal | 320 | 122 | 355 | 14 | 101 | 0 | 7 | 441 | 121 | 77 |
| Binary | 11010000 | 1010010 | 11101101 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010001 | 111111 |
Color Harmonies of #D052ED
Complementary color
Monochromatic Colors of #D052ED
Black with #D052ED
Text Example
Text Example
White with #D052ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052ED; }
p { color: rgb(208,82,237); }
H1.HeaderClassName
{
color: #D052ED;
}
.AnyTagClassName
{
color: #D052ED;
}
</style>
background-color css
<style>
a { background-color: #D052ED; }
a { background-color: rgb(208,82,237); }
div.DivClassName
{
background-color: #D052ED;
}
.BgClassName
{
background-color: #D052ED;
}
</style>
border-color css
<style>
span { border-color: #D052ED; }
span { border-color: rgb(208,82,237); }
td.TdClassName
{
border-color: #D052ED;
}
.TagClassName
{
border-color: #D052ED;
}
</style>