Shades of Medium Orchid #D251EE
Tints of Medium Orchid #D251EE
RGB
CMYK
RGB Variations
Color information
#D251EE (or 0xD251EE) is known color: Medium Orchid. HEX triplet: D2, 51 and EE. RGB value is (210,81,238). Sum of RGB (Red+Green+Blue) = 210+81+238=529 (70% of max value = 765). Red value is 210 (82.42% from 255 or 39.70% from 529); Green value is 81 (32.03% from 255 or 15.31% from 529); Blue value is 238 (93.36% from 255 or 44.99% from 529); Max value from RGB is 238 - color contains mainly: blue. Hex color #D251EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D251EE is #2DAE11. Grayscale: #888888. Windows color (decimal): -2993682 or 15618514. OLE color: 15618514.
HSL color Cylindrical-coordinate representation of color #D251EE: hue angle of 289.3º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D251EE is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 210 | 81 | 238 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 289.3º | 0.82% | 0.63% | - |
| HSV(B) | 289.3º | 0.66% | 0.93% | - |
| XYZ | 44.95 | 25.76 | 83.49 | - |
| YUV | 137.47 | 184.74 | 179.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 81 | 238 | 0.12 | 0.66 | 0 | 0.07 | 289.3 | 0.82 | 0.63 |
| Hex | D2 | 51 | EE | C | 42 | 0 | 7 | 121 | 52 | 3F |
| Octal | 322 | 121 | 356 | 14 | 102 | 0 | 7 | 441 | 122 | 77 |
| Binary | 11010010 | 1010001 | 11101110 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010010 | 111111 |
Color Harmonies of #D251EE
Complementary color
Monochromatic Colors of #D251EE
Black with #D251EE
Text Example
Text Example
White with #D251EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D251EE; }
p { color: rgb(210,81,238); }
H1.HeaderClassName
{
color: #D251EE;
}
.AnyTagClassName
{
color: #D251EE;
}
</style>
background-color css
<style>
a { background-color: #D251EE; }
a { background-color: rgb(210,81,238); }
div.DivClassName
{
background-color: #D251EE;
}
.BgClassName
{
background-color: #D251EE;
}
</style>
border-color css
<style>
span { border-color: #D251EE; }
span { border-color: rgb(210,81,238); }
td.TdClassName
{
border-color: #D251EE;
}
.TagClassName
{
border-color: #D251EE;
}
</style>