Shades of Medium Orchid #D04BE1
Tints of Medium Orchid #D04BE1
RGB
CMYK
RGB Variations
Color information
#D04BE1 (or 0xD04BE1) is known color: Medium Orchid. HEX triplet: D0, 4B and E1. RGB value is (208,75,225). Sum of RGB (Red+Green+Blue) = 208+75+225=508 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.94% from 508); Green value is 75 (29.69% from 255 or 14.76% from 508); Blue value is 225 (88.28% from 255 or 44.29% from 508); Max value from RGB is 225 - color contains mainly: blue. Hex color #D04BE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BE1 is #2FB41E. Grayscale: #838383. Windows color (decimal): -3126303 or 14765008. OLE color: 14765008.
HSL color Cylindrical-coordinate representation of color #D04BE1: hue angle of 293.2º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04BE1 is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 75 | 225 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.12 |
| HSL | 293.2º | 0.71% | 0.59% | - |
| HSV(B) | 293.2º | 0.67% | 0.88% | - |
| XYZ | 42.12 | 23.88 | 73.62 | - |
| YUV | 131.87 | 180.56 | 182.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 225 | 0.08 | 0.67 | 0 | 0.12 | 293.2 | 0.71 | 0.59 |
| Hex | D0 | 4B | E1 | 8 | 43 | 0 | C | 125 | 47 | 3B |
| Octal | 320 | 113 | 341 | 10 | 103 | 0 | 14 | 445 | 107 | 73 |
| Binary | 11010000 | 1001011 | 11100001 | 1000 | 1000011 | 0 | 1100 | 100100101 | 1000111 | 111011 |
Color Harmonies of #D04BE1
Complementary color
Monochromatic Colors of #D04BE1
Black with #D04BE1
Text Example
Text Example
White with #D04BE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BE1; }
p { color: rgb(208,75,225); }
H1.HeaderClassName
{
color: #D04BE1;
}
.AnyTagClassName
{
color: #D04BE1;
}
</style>
background-color css
<style>
a { background-color: #D04BE1; }
a { background-color: rgb(208,75,225); }
div.DivClassName
{
background-color: #D04BE1;
}
.BgClassName
{
background-color: #D04BE1;
}
</style>
border-color css
<style>
span { border-color: #D04BE1; }
span { border-color: rgb(208,75,225); }
td.TdClassName
{
border-color: #D04BE1;
}
.TagClassName
{
border-color: #D04BE1;
}
</style>