Shades of Medium Orchid #D151ED
Tints of Medium Orchid #D151ED
RGB
CMYK
RGB Variations
Color information
#D151ED (or 0xD151ED) is known color: Medium Orchid. HEX triplet: D1, 51 and ED. RGB value is (209,81,237). Sum of RGB (Red+Green+Blue) = 209+81+237=527 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.66% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #D151ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D151ED is #2EAE12. Grayscale: #888888. Windows color (decimal): -3059219 or 15552977. OLE color: 15552977.
HSL color Cylindrical-coordinate representation of color #D151ED: hue angle of 289.23º 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 #D151ED is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 81 | 237 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.07 |
| HSL | 289.23º | 0.81% | 0.62% | - |
| HSV(B) | 289.23º | 0.66% | 0.93% | - |
| XYZ | 44.52 | 25.55 | 82.71 | - |
| YUV | 137.06 | 184.41 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 81 | 237 | 0.12 | 0.66 | 0 | 0.07 | 289.23 | 0.81 | 0.62 |
| Hex | D1 | 51 | ED | C | 42 | 0 | 7 | 121 | 51 | 3E |
| Octal | 321 | 121 | 355 | 14 | 102 | 0 | 7 | 441 | 121 | 76 |
| Binary | 11010001 | 1010001 | 11101101 | 1100 | 1000010 | 0 | 111 | 100100001 | 1010001 | 111110 |
Color Harmonies of #D151ED
Complementary color
Monochromatic Colors of #D151ED
Black with #D151ED
Text Example
Text Example
White with #D151ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D151ED; }
p { color: rgb(209,81,237); }
H1.HeaderClassName
{
color: #D151ED;
}
.AnyTagClassName
{
color: #D151ED;
}
</style>
background-color css
<style>
a { background-color: #D151ED; }
a { background-color: rgb(209,81,237); }
div.DivClassName
{
background-color: #D151ED;
}
.BgClassName
{
background-color: #D151ED;
}
</style>
border-color css
<style>
span { border-color: #D151ED; }
span { border-color: rgb(209,81,237); }
td.TdClassName
{
border-color: #D151ED;
}
.TagClassName
{
border-color: #D151ED;
}
</style>