Shades of Medium Orchid #D02EDB
Tints of Medium Orchid #D02EDB
RGB
CMYK
RGB Variations
Color information
#D02EDB (or 0xD02EDB) is known color: Medium Orchid. HEX triplet: D0, 2E and DB. RGB value is (208,46,219). Sum of RGB (Red+Green+Blue) = 208+46+219=473 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.97% from 473); Green value is 46 (18.36% from 255 or 9.73% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02EDB is #2FD124. Grayscale: #717171. Windows color (decimal): -3133733 or 14364368. OLE color: 14364368.
HSL color Cylindrical-coordinate representation of color #D02EDB: hue angle of 296.18º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D02EDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 46 | 219 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.14 |
| HSL | 296.19º | 0.71% | 0.52% | - |
| HSV(B) | 296.19º | 0.79% | 0.86% | - |
| XYZ | 39.78 | 20.48 | 68.87 | - |
| YUV | 114.16 | 187.17 | 194.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 46 | 219 | 0.05 | 0.79 | 0 | 0.14 | 296.19 | 0.71 | 0.52 |
| Hex | D0 | 2E | DB | 5 | 4F | 0 | E | 128 | 47 | 34 |
| Octal | 320 | 56 | 333 | 5 | 117 | 0 | 16 | 450 | 107 | 64 |
| Binary | 11010000 | 101110 | 11011011 | 101 | 1001111 | 0 | 1110 | 100101000 | 1000111 | 110100 |
Color Harmonies of #D02EDB
Complementary color
Monochromatic Colors of #D02EDB
Black with #D02EDB
Text Example
Text Example
White with #D02EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02EDB; }
p { color: rgb(208,46,219); }
H1.HeaderClassName
{
color: #D02EDB;
}
.AnyTagClassName
{
color: #D02EDB;
}
</style>
background-color css
<style>
a { background-color: #D02EDB; }
a { background-color: rgb(208,46,219); }
div.DivClassName
{
background-color: #D02EDB;
}
.BgClassName
{
background-color: #D02EDB;
}
</style>
border-color css
<style>
span { border-color: #D02EDB; }
span { border-color: rgb(208,46,219); }
td.TdClassName
{
border-color: #D02EDB;
}
.TagClassName
{
border-color: #D02EDB;
}
</style>