Shades of Medium Orchid #D157E9
Tints of Medium Orchid #D157E9
RGB
CMYK
RGB Variations
Color information
#D157E9 (or 0xD157E9) is known color: Medium Orchid. HEX triplet: D1, 57 and E9. RGB value is (209,87,233). Sum of RGB (Red+Green+Blue) = 209+87+233=529 (70% of max value = 765). Red value is 209 (82.03% from 255 or 39.51% from 529); Green value is 87 (34.38% from 255 or 16.45% from 529); Blue value is 233 (91.41% from 255 or 44.05% from 529); Max value from RGB is 233 - color contains mainly: blue. Hex color #D157E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D157E9 is #2EA816. Grayscale: #8B8B8B. Windows color (decimal): -3057687 or 15292369. OLE color: 15292369.
HSL color Cylindrical-coordinate representation of color #D157E9: hue angle of 290.14º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D157E9 is Cyan = 0.10, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 209 | 87 | 233 | - |
| CMYK | 0.10 | 0.63 | 0 | 0.09 |
| HSL | 290.14º | 0.77% | 0.63% | - |
| HSV(B) | 290.14º | 0.63% | 0.91% | - |
| XYZ | 44.41 | 26.25 | 79.82 | - |
| YUV | 140.12 | 180.42 | 177.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 87 | 233 | 0.10 | 0.63 | 0 | 0.09 | 290.14 | 0.77 | 0.63 |
| Hex | D1 | 57 | E9 | A | 3F | 0 | 9 | 122 | 4D | 3F |
| Octal | 321 | 127 | 351 | 12 | 77 | 0 | 11 | 442 | 115 | 77 |
| Binary | 11010001 | 1010111 | 11101001 | 1010 | 111111 | 0 | 1001 | 100100010 | 1001101 | 111111 |
Color Harmonies of #D157E9
Complementary color
Monochromatic Colors of #D157E9
Black with #D157E9
Text Example
Text Example
White with #D157E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D157E9; }
p { color: rgb(209,87,233); }
H1.HeaderClassName
{
color: #D157E9;
}
.AnyTagClassName
{
color: #D157E9;
}
</style>
background-color css
<style>
a { background-color: #D157E9; }
a { background-color: rgb(209,87,233); }
div.DivClassName
{
background-color: #D157E9;
}
.BgClassName
{
background-color: #D157E9;
}
</style>
border-color css
<style>
span { border-color: #D157E9; }
span { border-color: rgb(209,87,233); }
td.TdClassName
{
border-color: #D157E9;
}
.TagClassName
{
border-color: #D157E9;
}
</style>