Shades of Medium Orchid #D02DDB
Tints of Medium Orchid #D02DDB
RGB
CMYK
RGB Variations
Color information
#D02DDB (or 0xD02DDB) is known color: Medium Orchid. HEX triplet: D0, 2D and DB. RGB value is (208,45,219). Sum of RGB (Red+Green+Blue) = 208+45+219=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 45 (17.97% from 255 or 9.53% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #D02DDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D02DDB is #2FD224. Grayscale: #717171. Windows color (decimal): -3133989 or 14364112. OLE color: 14364112.
HSL color Cylindrical-coordinate representation of color #D02DDB: hue angle of 296.21º 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 #D02DDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 45 | 219 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.14 |
| HSL | 296.21º | 0.71% | 0.52% | - |
| HSV(B) | 296.21º | 0.79% | 0.86% | - |
| XYZ | 39.74 | 20.4 | 68.86 | - |
| YUV | 113.57 | 187.5 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 45 | 219 | 0.05 | 0.79 | 0 | 0.14 | 296.21 | 0.71 | 0.52 |
| Hex | D0 | 2D | DB | 5 | 4F | 0 | E | 128 | 47 | 34 |
| Octal | 320 | 55 | 333 | 5 | 117 | 0 | 16 | 450 | 107 | 64 |
| Binary | 11010000 | 101101 | 11011011 | 101 | 1001111 | 0 | 1110 | 100101000 | 1000111 | 110100 |
Color Harmonies of #D02DDB
Complementary color
Monochromatic Colors of #D02DDB
Black with #D02DDB
Text Example
Text Example
White with #D02DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D02DDB; }
p { color: rgb(208,45,219); }
H1.HeaderClassName
{
color: #D02DDB;
}
.AnyTagClassName
{
color: #D02DDB;
}
</style>
background-color css
<style>
a { background-color: #D02DDB; }
a { background-color: rgb(208,45,219); }
div.DivClassName
{
background-color: #D02DDB;
}
.BgClassName
{
background-color: #D02DDB;
}
</style>
border-color css
<style>
span { border-color: #D02DDB; }
span { border-color: rgb(208,45,219); }
td.TdClassName
{
border-color: #D02DDB;
}
.TagClassName
{
border-color: #D02DDB;
}
</style>