Shades of Medium Orchid #D152ED
Tints of Medium Orchid #D152ED
RGB
CMYK
RGB Variations
Color information
#D152ED (or 0xD152ED) is known color: Medium Orchid. HEX triplet: D1, 52 and ED. RGB value is (209,82,237). Sum of RGB (Red+Green+Blue) = 209+82+237=528 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.58% from 528); Green value is 82 (32.42% from 255 or 15.53% 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 #D152ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D152ED is #2EAD12. Grayscale: #898989. Windows color (decimal): -3058963 or 15553233. OLE color: 15553233.
HSL color Cylindrical-coordinate representation of color #D152ED: hue angle of 289.16º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #D152ED is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 82 | 237 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 289.16º | 0.81% | 0.63% | - |
| HSV(B) | 289.16º | 0.65% | 0.93% | - |
| XYZ | 44.6 | 25.7 | 82.73 | - |
| YUV | 137.64 | 184.08 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 82 | 237 | 0.12 | 0.65 | 0 | 0.07 | 289.16 | 0.81 | 0.63 |
| Hex | D1 | 52 | ED | C | 41 | 0 | 7 | 121 | 51 | 3F |
| Octal | 321 | 122 | 355 | 14 | 101 | 0 | 7 | 441 | 121 | 77 |
| Binary | 11010001 | 1010010 | 11101101 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010001 | 111111 |
Color Harmonies of #D152ED
Complementary color
Monochromatic Colors of #D152ED
Black with #D152ED
Text Example
Text Example
White with #D152ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D152ED; }
p { color: rgb(209,82,237); }
H1.HeaderClassName
{
color: #D152ED;
}
.AnyTagClassName
{
color: #D152ED;
}
</style>
background-color css
<style>
a { background-color: #D152ED; }
a { background-color: rgb(209,82,237); }
div.DivClassName
{
background-color: #D152ED;
}
.BgClassName
{
background-color: #D152ED;
}
</style>
border-color css
<style>
span { border-color: #D152ED; }
span { border-color: rgb(209,82,237); }
td.TdClassName
{
border-color: #D152ED;
}
.TagClassName
{
border-color: #D152ED;
}
</style>