Shades of Medium Orchid #D251EF
Tints of Medium Orchid #D251EF
RGB
CMYK
RGB Variations
Color information
#D251EF (or 0xD251EF) is known color: Medium Orchid. HEX triplet: D2, 51 and EF. RGB value is (210,81,239). Sum of RGB (Red+Green+Blue) = 210+81+239=530 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.62% from 530); Green value is 81 (32.03% from 255 or 15.28% from 530); Blue value is 239 (93.75% from 255 or 45.09% from 530); Max value from RGB is 239 - color contains mainly: blue. Hex color #D251EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251EF is #2DAE10. Grayscale: #898989. Windows color (decimal): -2993681 or 15684050. OLE color: 15684050.
HSL color Cylindrical-coordinate representation of color #D251EF: hue angle of 288.99º 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 #D251EF is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 81 | 239 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.06 |
| HSL | 288.99º | 0.83% | 0.63% | - |
| HSV(B) | 288.99º | 0.66% | 0.94% | - |
| XYZ | 45.1 | 25.82 | 84.27 | - |
| YUV | 137.58 | 185.24 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 239 | 0.12 | 0.66 | 0 | 0.06 | 288.99 | 0.83 | 0.63 |
| Hex | D2 | 51 | EF | C | 42 | 0 | 6 | 121 | 53 | 3F |
| Octal | 322 | 121 | 357 | 14 | 102 | 0 | 6 | 441 | 123 | 77 |
| Binary | 11010010 | 1010001 | 11101111 | 1100 | 1000010 | 0 | 110 | 100100001 | 1010011 | 111111 |
Color Harmonies of #D251EF
Complementary color
Monochromatic Colors of #D251EF
Black with #D251EF
Text Example
Text Example
White with #D251EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251EF; }
p { color: rgb(210,81,239); }
H1.HeaderClassName
{
color: #D251EF;
}
.AnyTagClassName
{
color: #D251EF;
}
</style>
background-color css
<style>
a { background-color: #D251EF; }
a { background-color: rgb(210,81,239); }
div.DivClassName
{
background-color: #D251EF;
}
.BgClassName
{
background-color: #D251EF;
}
</style>
border-color css
<style>
span { border-color: #D251EF; }
span { border-color: rgb(210,81,239); }
td.TdClassName
{
border-color: #D251EF;
}
.TagClassName
{
border-color: #D251EF;
}
</style>