Shades of Medium Orchid #D052EF
Tints of Medium Orchid #D052EF
RGB
CMYK
RGB Variations
Color information
#D052EF (or 0xD052EF) is known color: Medium Orchid. HEX triplet: D0, 52 and EF. RGB value is (208,82,239). Sum of RGB (Red+Green+Blue) = 208+82+239=529 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.32% from 529); Green value is 82 (32.42% from 255 or 15.50% from 529); Blue value is 239 (93.75% from 255 or 45.18% from 529); Max value from RGB is 239 - color contains mainly: blue. Hex color #D052EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D052EF is #2FAD10. Grayscale: #898989. Windows color (decimal): -3124497 or 15684304. OLE color: 15684304.
HSL color Cylindrical-coordinate representation of color #D052EF: hue angle of 288.15º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D052EF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 82 | 239 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.06 |
| HSL | 288.15º | 0.83% | 0.63% | - |
| HSV(B) | 288.15º | 0.66% | 0.94% | - |
| XYZ | 44.61 | 25.68 | 84.27 | - |
| YUV | 137.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 82 | 239 | 0.13 | 0.66 | 0 | 0.06 | 288.15 | 0.83 | 0.63 |
| Hex | D0 | 52 | EF | D | 42 | 0 | 6 | 120 | 53 | 3F |
| Octal | 320 | 122 | 357 | 15 | 102 | 0 | 6 | 440 | 123 | 77 |
| Binary | 11010000 | 1010010 | 11101111 | 1101 | 1000010 | 0 | 110 | 100100000 | 1010011 | 111111 |
Color Harmonies of #D052EF
Complementary color
Monochromatic Colors of #D052EF
Black with #D052EF
Text Example
Text Example
White with #D052EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D052EF; }
p { color: rgb(208,82,239); }
H1.HeaderClassName
{
color: #D052EF;
}
.AnyTagClassName
{
color: #D052EF;
}
</style>
background-color css
<style>
a { background-color: #D052EF; }
a { background-color: rgb(208,82,239); }
div.DivClassName
{
background-color: #D052EF;
}
.BgClassName
{
background-color: #D052EF;
}
</style>
border-color css
<style>
span { border-color: #D052EF; }
span { border-color: rgb(208,82,239); }
td.TdClassName
{
border-color: #D052EF;
}
.TagClassName
{
border-color: #D052EF;
}
</style>