Shades of Medium Orchid #D157ED
Tints of Medium Orchid #D157ED
RGB
CMYK
RGB Variations
Color information
#D157ED (or 0xD157ED) is known color: Medium Orchid. HEX triplet: D1, 57 and ED. RGB value is (209,87,237). Sum of RGB (Red+Green+Blue) = 209+87+237=533 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.21% from 533); Green value is 87 (34.38% from 255 or 16.32% from 533); Blue value is 237 (92.97% from 255 or 44.47% from 533); Max value from RGB is 237 - color contains mainly: blue. Hex color #D157ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157ED is #2EA812. Grayscale: #8C8C8C. Windows color (decimal): -3057683 or 15554513. OLE color: 15554513.
HSL color Cylindrical-coordinate representation of color #D157ED: hue angle of 288.8º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D157ED is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 87 | 237 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.07 |
| HSL | 288.8º | 0.81% | 0.64% | - |
| HSV(B) | 288.8º | 0.63% | 0.93% | - |
| XYZ | 44.99 | 26.49 | 82.86 | - |
| YUV | 140.58 | 182.42 | 176.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 237 | 0.12 | 0.63 | 0 | 0.07 | 288.8 | 0.81 | 0.64 |
| Hex | D1 | 57 | ED | C | 3F | 0 | 7 | 121 | 51 | 40 |
| Octal | 321 | 127 | 355 | 14 | 77 | 0 | 7 | 441 | 121 | 100 |
| Binary | 11010001 | 1010111 | 11101101 | 1100 | 111111 | 0 | 111 | 100100001 | 1010001 | 1000000 |
Color Harmonies of #D157ED
Complementary color
Monochromatic Colors of #D157ED
Black with #D157ED
Text Example
Text Example
White with #D157ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157ED; }
p { color: rgb(209,87,237); }
H1.HeaderClassName
{
color: #D157ED;
}
.AnyTagClassName
{
color: #D157ED;
}
</style>
background-color css
<style>
a { background-color: #D157ED; }
a { background-color: rgb(209,87,237); }
div.DivClassName
{
background-color: #D157ED;
}
.BgClassName
{
background-color: #D157ED;
}
</style>
border-color css
<style>
span { border-color: #D157ED; }
span { border-color: rgb(209,87,237); }
td.TdClassName
{
border-color: #D157ED;
}
.TagClassName
{
border-color: #D157ED;
}
</style>