Shades of Orchid #D05EDB
Tints of Orchid #D05EDB
RGB
CMYK
RGB Variations
Color information
#D05EDB (or 0xD05EDB) is known color: Orchid. HEX triplet: D0, 5E and DB. RGB value is (208,94,219). Sum of RGB (Red+Green+Blue) = 208+94+219=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 94 (37.11% from 255 or 18.04% from 521); Blue value is 219 (85.94% from 255 or 42.03% from 521); Max value from RGB is 219 - color contains mainly: blue. Hex color #D05EDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D05EDB is #2FA124. Grayscale: #8D8D8D. Windows color (decimal): -3121445 or 14376656. OLE color: 14376656.
HSL color Cylindrical-coordinate representation of color #D05EDB: hue angle of 294.72º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #D05EDB is Cyan = 0.05, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 94 | 219 | - |
| CMYK | 0.05 | 0.57 | 0 | 0.14 |
| HSL | 294.72º | 0.63% | 0.61% | - |
| HSV(B) | 294.72º | 0.57% | 0.86% | - |
| XYZ | 42.8 | 26.53 | 69.88 | - |
| YUV | 142.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 94 | 219 | 0.05 | 0.57 | 0 | 0.14 | 294.72 | 0.63 | 0.61 |
| Hex | D0 | 5E | DB | 5 | 39 | 0 | E | 127 | 3F | 3D |
| Octal | 320 | 136 | 333 | 5 | 71 | 0 | 16 | 447 | 77 | 75 |
| Binary | 11010000 | 1011110 | 11011011 | 101 | 111001 | 0 | 1110 | 100100111 | 111111 | 111101 |
Color Harmonies of #D05EDB
Complementary color
Monochromatic Colors of #D05EDB
Black with #D05EDB
Text Example
Text Example
White with #D05EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05EDB; }
p { color: rgb(208,94,219); }
H1.HeaderClassName
{
color: #D05EDB;
}
.AnyTagClassName
{
color: #D05EDB;
}
</style>
background-color css
<style>
a { background-color: #D05EDB; }
a { background-color: rgb(208,94,219); }
div.DivClassName
{
background-color: #D05EDB;
}
.BgClassName
{
background-color: #D05EDB;
}
</style>
border-color css
<style>
span { border-color: #D05EDB; }
span { border-color: rgb(208,94,219); }
td.TdClassName
{
border-color: #D05EDB;
}
.TagClassName
{
border-color: #D05EDB;
}
</style>