Shades of Medium Orchid #D251ED
Tints of Medium Orchid #D251ED
RGB
CMYK
RGB Variations
Color information
#D251ED (or 0xD251ED) is known color: Medium Orchid. HEX triplet: D2, 51 and ED. RGB value is (210,81,237). Sum of RGB (Red+Green+Blue) = 210+81+237=528 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.77% from 528); Green value is 81 (32.03% from 255 or 15.34% from 528); Blue value is 237 (92.97% from 255 or 44.89% from 528); Max value from RGB is 237 - color contains mainly: blue. Hex color #D251ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251ED is #2DAE12. Grayscale: #888888. Windows color (decimal): -2993683 or 15552978. OLE color: 15552978.
HSL color Cylindrical-coordinate representation of color #D251ED: hue angle of 289.62º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D251ED is Cyan = 0.11, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 81 | 237 | - |
| CMYK | 0.11 | 0.66 | 0 | 0.07 |
| HSL | 289.62º | 0.81% | 0.62% | - |
| HSV(B) | 289.62º | 0.66% | 0.93% | - |
| XYZ | 44.81 | 25.7 | 82.72 | - |
| YUV | 137.36 | 184.24 | 179.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 237 | 0.11 | 0.66 | 0 | 0.07 | 289.62 | 0.81 | 0.62 |
| Hex | D2 | 51 | ED | B | 42 | 0 | 7 | 122 | 51 | 3E |
| Octal | 322 | 121 | 355 | 13 | 102 | 0 | 7 | 442 | 121 | 76 |
| Binary | 11010010 | 1010001 | 11101101 | 1011 | 1000010 | 0 | 111 | 100100010 | 1010001 | 111110 |
Color Harmonies of #D251ED
Complementary color
Monochromatic Colors of #D251ED
Black with #D251ED
Text Example
Text Example
White with #D251ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251ED; }
p { color: rgb(210,81,237); }
H1.HeaderClassName
{
color: #D251ED;
}
.AnyTagClassName
{
color: #D251ED;
}
</style>
background-color css
<style>
a { background-color: #D251ED; }
a { background-color: rgb(210,81,237); }
div.DivClassName
{
background-color: #D251ED;
}
.BgClassName
{
background-color: #D251ED;
}
</style>
border-color css
<style>
span { border-color: #D251ED; }
span { border-color: rgb(210,81,237); }
td.TdClassName
{
border-color: #D251ED;
}
.TagClassName
{
border-color: #D251ED;
}
</style>