Shades of Medium Orchid #D058E1
Tints of Medium Orchid #D058E1
RGB
CMYK
RGB Variations
Color information
#D058E1 (or 0xD058E1) is known color: Medium Orchid. HEX triplet: D0, 58 and E1. RGB value is (208,88,225). Sum of RGB (Red+Green+Blue) = 208+88+225=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 88 (34.77% from 255 or 16.89% from 521); Blue value is 225 (88.28% from 255 or 43.19% from 521); Max value from RGB is 225 - color contains mainly: blue. Hex color #D058E1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D058E1 is #2FA71E. Grayscale: #8B8B8B. Windows color (decimal): -3122975 or 14768336. OLE color: 14768336.
HSL color Cylindrical-coordinate representation of color #D058E1: hue angle of 292.55º degrees, saturation: 0.7, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D058E1 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 88 | 225 | - |
| CMYK | 0.08 | 0.61 | 0 | 0.12 |
| HSL | 292.55º | 0.7% | 0.61% | - |
| HSV(B) | 292.55º | 0.61% | 0.88% | - |
| XYZ | 43.09 | 25.83 | 73.95 | - |
| YUV | 139.5 | 176.26 | 176.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 88 | 225 | 0.08 | 0.61 | 0 | 0.12 | 292.55 | 0.7 | 0.61 |
| Hex | D0 | 58 | E1 | 8 | 3D | 0 | C | 125 | 46 | 3D |
| Octal | 320 | 130 | 341 | 10 | 75 | 0 | 14 | 445 | 106 | 75 |
| Binary | 11010000 | 1011000 | 11100001 | 1000 | 111101 | 0 | 1100 | 100100101 | 1000110 | 111101 |
Color Harmonies of #D058E1
Complementary color
Monochromatic Colors of #D058E1
Black with #D058E1
Text Example
Text Example
White with #D058E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D058E1; }
p { color: rgb(208,88,225); }
H1.HeaderClassName
{
color: #D058E1;
}
.AnyTagClassName
{
color: #D058E1;
}
</style>
background-color css
<style>
a { background-color: #D058E1; }
a { background-color: rgb(208,88,225); }
div.DivClassName
{
background-color: #D058E1;
}
.BgClassName
{
background-color: #D058E1;
}
</style>
border-color css
<style>
span { border-color: #D058E1; }
span { border-color: rgb(208,88,225); }
td.TdClassName
{
border-color: #D058E1;
}
.TagClassName
{
border-color: #D058E1;
}
</style>