Shades of Medium Orchid #D252EF
Tints of Medium Orchid #D252EF
RGB
CMYK
RGB Variations
Color information
#D252EF (or 0xD252EF) is known color: Medium Orchid. HEX triplet: D2, 52 and EF. RGB value is (210,82,239). Sum of RGB (Red+Green+Blue) = 210+82+239=531 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.55% from 531); Green value is 82 (32.42% from 255 or 15.44% from 531); Blue value is 239 (93.75% from 255 or 45.01% from 531); Max value from RGB is 239 - color contains mainly: blue. Hex color #D252EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D252EF is #2DAD10. Grayscale: #898989. Windows color (decimal): -2993425 or 15684306. OLE color: 15684306.
HSL color Cylindrical-coordinate representation of color #D252EF: hue angle of 288.92º 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 #D252EF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 82 | 239 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.06 |
| HSL | 288.92º | 0.83% | 0.63% | - |
| HSV(B) | 288.92º | 0.66% | 0.94% | - |
| XYZ | 45.18 | 25.97 | 84.29 | - |
| YUV | 138.17 | 184.91 | 179.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 82 | 239 | 0.12 | 0.66 | 0 | 0.06 | 288.92 | 0.83 | 0.63 |
| Hex | D2 | 52 | EF | C | 42 | 0 | 6 | 121 | 53 | 3F |
| Octal | 322 | 122 | 357 | 14 | 102 | 0 | 6 | 441 | 123 | 77 |
| Binary | 11010010 | 1010010 | 11101111 | 1100 | 1000010 | 0 | 110 | 100100001 | 1010011 | 111111 |
Color Harmonies of #D252EF
Complementary color
Monochromatic Colors of #D252EF
Black with #D252EF
Text Example
Text Example
White with #D252EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D252EF; }
p { color: rgb(210,82,239); }
H1.HeaderClassName
{
color: #D252EF;
}
.AnyTagClassName
{
color: #D252EF;
}
</style>
background-color css
<style>
a { background-color: #D252EF; }
a { background-color: rgb(210,82,239); }
div.DivClassName
{
background-color: #D252EF;
}
.BgClassName
{
background-color: #D252EF;
}
</style>
border-color css
<style>
span { border-color: #D252EF; }
span { border-color: rgb(210,82,239); }
td.TdClassName
{
border-color: #D252EF;
}
.TagClassName
{
border-color: #D252EF;
}
</style>