Shades of Medium Orchid #D038DB
Tints of Medium Orchid #D038DB
RGB
CMYK
RGB Variations
Color information
#D038DB (or 0xD038DB) is known color: Medium Orchid. HEX triplet: D0, 38 and DB. RGB value is (208,56,219). Sum of RGB (Red+Green+Blue) = 208+56+219=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 56 (22.27% from 255 or 11.59% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 219 - color contains mainly: blue. Hex color #D038DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D038DB is #2FC724. Grayscale: #777777. Windows color (decimal): -3131173 or 14366928. OLE color: 14366928.
HSL color Cylindrical-coordinate representation of color #D038DB: hue angle of 295.95º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D038DB is Cyan = 0.05, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 56 | 219 | - |
| CMYK | 0.05 | 0.74 | 0 | 0.14 |
| HSL | 295.95º | 0.69% | 0.54% | - |
| HSV(B) | 295.95º | 0.74% | 0.86% | - |
| XYZ | 40.21 | 21.35 | 69.02 | - |
| YUV | 120.03 | 183.86 | 190.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 56 | 219 | 0.05 | 0.74 | 0 | 0.14 | 295.95 | 0.69 | 0.54 |
| Hex | D0 | 38 | DB | 5 | 4A | 0 | E | 128 | 45 | 36 |
| Octal | 320 | 70 | 333 | 5 | 112 | 0 | 16 | 450 | 105 | 66 |
| Binary | 11010000 | 111000 | 11011011 | 101 | 1001010 | 0 | 1110 | 100101000 | 1000101 | 110110 |
Color Harmonies of #D038DB
Complementary color
Monochromatic Colors of #D038DB
Black with #D038DB
Text Example
Text Example
White with #D038DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D038DB; }
p { color: rgb(208,56,219); }
H1.HeaderClassName
{
color: #D038DB;
}
.AnyTagClassName
{
color: #D038DB;
}
</style>
background-color css
<style>
a { background-color: #D038DB; }
a { background-color: rgb(208,56,219); }
div.DivClassName
{
background-color: #D038DB;
}
.BgClassName
{
background-color: #D038DB;
}
</style>
border-color css
<style>
span { border-color: #D038DB; }
span { border-color: rgb(208,56,219); }
td.TdClassName
{
border-color: #D038DB;
}
.TagClassName
{
border-color: #D038DB;
}
</style>