Shades of Medium Orchid #D04BEB
Tints of Medium Orchid #D04BEB
RGB
CMYK
RGB Variations
Color information
#D04BEB (or 0xD04BEB) is known color: Medium Orchid. HEX triplet: D0, 4B and EB. RGB value is (208,75,235). Sum of RGB (Red+Green+Blue) = 208+75+235=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 75 (29.69% from 255 or 14.48% from 518); Blue value is 235 (92.19% from 255 or 45.37% from 518); Max value from RGB is 235 - color contains mainly: blue. Hex color #D04BEB is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04BEB is #2FB414. Grayscale: #848484. Windows color (decimal): -3126293 or 15420368. OLE color: 15420368.
HSL color Cylindrical-coordinate representation of color #D04BEB: hue angle of 289.88º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04BEB is Cyan = 0.11, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 75 | 235 | - |
| CMYK | 0.11 | 0.68 | 0 | 0.08 |
| HSL | 289.88º | 0.8% | 0.61% | - |
| HSV(B) | 289.88º | 0.68% | 0.92% | - |
| XYZ | 43.52 | 24.44 | 81.02 | - |
| YUV | 133.01 | 185.56 | 181.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 75 | 235 | 0.11 | 0.68 | 0 | 0.08 | 289.88 | 0.8 | 0.61 |
| Hex | D0 | 4B | EB | B | 44 | 0 | 8 | 122 | 50 | 3D |
| Octal | 320 | 113 | 353 | 13 | 104 | 0 | 10 | 442 | 120 | 75 |
| Binary | 11010000 | 1001011 | 11101011 | 1011 | 1000100 | 0 | 1000 | 100100010 | 1010000 | 111101 |
Color Harmonies of #D04BEB
Complementary color
Monochromatic Colors of #D04BEB
Black with #D04BEB
Text Example
Text Example
White with #D04BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04BEB; }
p { color: rgb(208,75,235); }
H1.HeaderClassName
{
color: #D04BEB;
}
.AnyTagClassName
{
color: #D04BEB;
}
</style>
background-color css
<style>
a { background-color: #D04BEB; }
a { background-color: rgb(208,75,235); }
div.DivClassName
{
background-color: #D04BEB;
}
.BgClassName
{
background-color: #D04BEB;
}
</style>
border-color css
<style>
span { border-color: #D04BEB; }
span { border-color: rgb(208,75,235); }
td.TdClassName
{
border-color: #D04BEB;
}
.TagClassName
{
border-color: #D04BEB;
}
</style>