Shades of Medium Orchid #D057E2
Tints of Medium Orchid #D057E2
RGB
CMYK
RGB Variations
Color information
#D057E2 (or 0xD057E2) is known color: Medium Orchid. HEX triplet: D0, 57 and E2. RGB value is (208,87,226). Sum of RGB (Red+Green+Blue) = 208+87+226=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 87 (34.38% from 255 or 16.70% from 521); Blue value is 226 (88.67% from 255 or 43.38% from 521); Max value from RGB is 226 - color contains mainly: blue. Hex color #D057E2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D057E2 is #2FA81D. Grayscale: #8A8A8A. Windows color (decimal): -3123230 or 14833616. OLE color: 14833616.
HSL color Cylindrical-coordinate representation of color #D057E2: hue angle of 292.23º degrees, saturation: 0.71, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D057E2 is Cyan = 0.08, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 87 | 226 | - |
| CMYK | 0.08 | 0.62 | 0 | 0.11 |
| HSL | 292.23º | 0.71% | 0.61% | - |
| HSV(B) | 292.23º | 0.62% | 0.89% | - |
| XYZ | 43.15 | 25.72 | 74.64 | - |
| YUV | 139.03 | 177.09 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 87 | 226 | 0.08 | 0.62 | 0 | 0.11 | 292.23 | 0.71 | 0.61 |
| Hex | D0 | 57 | E2 | 8 | 3E | 0 | B | 124 | 47 | 3D |
| Octal | 320 | 127 | 342 | 10 | 76 | 0 | 13 | 444 | 107 | 75 |
| Binary | 11010000 | 1010111 | 11100010 | 1000 | 111110 | 0 | 1011 | 100100100 | 1000111 | 111101 |
Color Harmonies of #D057E2
Complementary color
Monochromatic Colors of #D057E2
Black with #D057E2
Text Example
Text Example
White with #D057E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D057E2; }
p { color: rgb(208,87,226); }
H1.HeaderClassName
{
color: #D057E2;
}
.AnyTagClassName
{
color: #D057E2;
}
</style>
background-color css
<style>
a { background-color: #D057E2; }
a { background-color: rgb(208,87,226); }
div.DivClassName
{
background-color: #D057E2;
}
.BgClassName
{
background-color: #D057E2;
}
</style>
border-color css
<style>
span { border-color: #D057E2; }
span { border-color: rgb(208,87,226); }
td.TdClassName
{
border-color: #D057E2;
}
.TagClassName
{
border-color: #D057E2;
}
</style>