Shades of Medium Orchid #D03BED
Tints of Medium Orchid #D03BED
RGB
CMYK
RGB Variations
Color information
#D03BED (or 0xD03BED) is known color: Medium Orchid. HEX triplet: D0, 3B and ED. RGB value is (208,59,237). Sum of RGB (Red+Green+Blue) = 208+59+237=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 59 (23.44% from 255 or 11.71% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #D03BED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03BED is #2FC412. Grayscale: #7B7B7B. Windows color (decimal): -3130387 or 15547344. OLE color: 15547344.
HSL color Cylindrical-coordinate representation of color #D03BED: hue angle of 290.22º degrees, saturation: 0.83, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D03BED is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 59 | 237 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.07 |
| HSL | 290.22º | 0.83% | 0.58% | - |
| HSV(B) | 290.22º | 0.75% | 0.93% | - |
| XYZ | 42.86 | 22.65 | 82.23 | - |
| YUV | 123.84 | 191.86 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 59 | 237 | 0.12 | 0.75 | 0 | 0.07 | 290.22 | 0.83 | 0.58 |
| Hex | D0 | 3B | ED | C | 4B | 0 | 7 | 122 | 53 | 3A |
| Octal | 320 | 73 | 355 | 14 | 113 | 0 | 7 | 442 | 123 | 72 |
| Binary | 11010000 | 111011 | 11101101 | 1100 | 1001011 | 0 | 111 | 100100010 | 1010011 | 111010 |
Color Harmonies of #D03BED
Complementary color
Monochromatic Colors of #D03BED
Black with #D03BED
Text Example
Text Example
White with #D03BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03BED; }
p { color: rgb(208,59,237); }
H1.HeaderClassName
{
color: #D03BED;
}
.AnyTagClassName
{
color: #D03BED;
}
</style>
background-color css
<style>
a { background-color: #D03BED; }
a { background-color: rgb(208,59,237); }
div.DivClassName
{
background-color: #D03BED;
}
.BgClassName
{
background-color: #D03BED;
}
</style>
border-color css
<style>
span { border-color: #D03BED; }
span { border-color: rgb(208,59,237); }
td.TdClassName
{
border-color: #D03BED;
}
.TagClassName
{
border-color: #D03BED;
}
</style>