Shades of Medium Orchid #D04BE0
Tints of Medium Orchid #D04BE0
RGB
CMYK
RGB Variations
Color information
#D04BE0 (or 0xD04BE0) is known color: Medium Orchid. HEX triplet: D0, 4B and E0. RGB value is (208,75,224). Sum of RGB (Red+Green+Blue) = 208+75+224=507 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.03% from 507); Green value is 75 (29.69% from 255 or 14.79% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #D04BE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04BE0 is #2FB41F. Grayscale: #838383. Windows color (decimal): -3126304 or 14699472. OLE color: 14699472.
HSL color Cylindrical-coordinate representation of color #D04BE0: hue angle of 293.56º 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 #D04BE0 is Cyan = 0.07, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 208 | 75 | 224 | - |
| CMYK | 0.07 | 0.67 | 0 | 0.12 |
| HSL | 293.56º | 0.71% | 0.59% | - |
| HSV(B) | 293.56º | 0.67% | 0.88% | - |
| XYZ | 41.98 | 23.82 | 72.91 | - |
| YUV | 131.75 | 180.06 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 224 | 0.07 | 0.67 | 0 | 0.12 | 293.56 | 0.71 | 0.59 |
| Hex | D0 | 4B | E0 | 7 | 43 | 0 | C | 126 | 47 | 3B |
| Octal | 320 | 113 | 340 | 7 | 103 | 0 | 14 | 446 | 107 | 73 |
| Binary | 11010000 | 1001011 | 11100000 | 111 | 1000011 | 0 | 1100 | 100100110 | 1000111 | 111011 |
Color Harmonies of #D04BE0
Complementary color
Monochromatic Colors of #D04BE0
Black with #D04BE0
Text Example
Text Example
White with #D04BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BE0; }
p { color: rgb(208,75,224); }
H1.HeaderClassName
{
color: #D04BE0;
}
.AnyTagClassName
{
color: #D04BE0;
}
</style>
background-color css
<style>
a { background-color: #D04BE0; }
a { background-color: rgb(208,75,224); }
div.DivClassName
{
background-color: #D04BE0;
}
.BgClassName
{
background-color: #D04BE0;
}
</style>
border-color css
<style>
span { border-color: #D04BE0; }
span { border-color: rgb(208,75,224); }
td.TdClassName
{
border-color: #D04BE0;
}
.TagClassName
{
border-color: #D04BE0;
}
</style>