Shades of Medium Orchid #D057E9
Tints of Medium Orchid #D057E9
RGB
CMYK
RGB Variations
Color information
#D057E9 (or 0xD057E9) is known color: Medium Orchid. HEX triplet: D0, 57 and E9. RGB value is (208,87,233). Sum of RGB (Red+Green+Blue) = 208+87+233=528 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.39% from 528); Green value is 87 (34.38% from 255 or 16.48% from 528); Blue value is 233 (91.41% from 255 or 44.13% from 528); Max value from RGB is 233 - color contains mainly: blue. Hex color #D057E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D057E9 is #2FA816. Grayscale: #8B8B8B. Windows color (decimal): -3123223 or 15292368. OLE color: 15292368.
HSL color Cylindrical-coordinate representation of color #D057E9: hue angle of 289.73º 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 #D057E9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 208 | 87 | 233 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.09 |
| HSL | 289.73º | 0.77% | 0.63% | - |
| HSV(B) | 289.73º | 0.63% | 0.91% | - |
| XYZ | 44.13 | 26.11 | 79.8 | - |
| YUV | 139.82 | 180.59 | 176.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 233 | 0.11 | 0.63 | 0 | 0.09 | 289.73 | 0.77 | 0.63 |
| Hex | D0 | 57 | E9 | B | 3F | 0 | 9 | 122 | 4D | 3F |
| Octal | 320 | 127 | 351 | 13 | 77 | 0 | 11 | 442 | 115 | 77 |
| Binary | 11010000 | 1010111 | 11101001 | 1011 | 111111 | 0 | 1001 | 100100010 | 1001101 | 111111 |
Color Harmonies of #D057E9
Complementary color
Monochromatic Colors of #D057E9
Black with #D057E9
Text Example
Text Example
White with #D057E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057E9; }
p { color: rgb(208,87,233); }
H1.HeaderClassName
{
color: #D057E9;
}
.AnyTagClassName
{
color: #D057E9;
}
</style>
background-color css
<style>
a { background-color: #D057E9; }
a { background-color: rgb(208,87,233); }
div.DivClassName
{
background-color: #D057E9;
}
.BgClassName
{
background-color: #D057E9;
}
</style>
border-color css
<style>
span { border-color: #D057E9; }
span { border-color: rgb(208,87,233); }
td.TdClassName
{
border-color: #D057E9;
}
.TagClassName
{
border-color: #D057E9;
}
</style>