Shades of Medium Orchid #D03CED
Tints of Medium Orchid #D03CED
RGB
CMYK
RGB Variations
Color information
#D03CED (or 0xD03CED) is known color: Medium Orchid. HEX triplet: D0, 3C and ED. RGB value is (208,60,237). Sum of RGB (Red+Green+Blue) = 208+60+237=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 60 (23.83% from 255 or 11.88% from 505); Blue value is 237 (92.97% from 255 or 46.93% from 505); Max value from RGB is 237 - color contains mainly: blue. Hex color #D03CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D03CED is #2FC312. Grayscale: #7B7B7B. Windows color (decimal): -3130131 or 15547600. OLE color: 15547600.
HSL color Cylindrical-coordinate representation of color #D03CED: hue angle of 290.17º 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 #D03CED is Cyan = 0.12, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 60 | 237 | - |
| CMYK | 0.12 | 0.75 | 0 | 0.07 |
| HSL | 290.17º | 0.83% | 0.58% | - |
| HSV(B) | 290.17º | 0.75% | 0.93% | - |
| XYZ | 42.91 | 22.76 | 82.25 | - |
| YUV | 124.43 | 191.53 | 187.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 60 | 237 | 0.12 | 0.75 | 0 | 0.07 | 290.17 | 0.83 | 0.58 |
| Hex | D0 | 3C | ED | C | 4B | 0 | 7 | 122 | 53 | 3A |
| Octal | 320 | 74 | 355 | 14 | 113 | 0 | 7 | 442 | 123 | 72 |
| Binary | 11010000 | 111100 | 11101101 | 1100 | 1001011 | 0 | 111 | 100100010 | 1010011 | 111010 |
Color Harmonies of #D03CED
Complementary color
Monochromatic Colors of #D03CED
Black with #D03CED
Text Example
Text Example
White with #D03CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03CED; }
p { color: rgb(208,60,237); }
H1.HeaderClassName
{
color: #D03CED;
}
.AnyTagClassName
{
color: #D03CED;
}
</style>
background-color css
<style>
a { background-color: #D03CED; }
a { background-color: rgb(208,60,237); }
div.DivClassName
{
background-color: #D03CED;
}
.BgClassName
{
background-color: #D03CED;
}
</style>
border-color css
<style>
span { border-color: #D03CED; }
span { border-color: rgb(208,60,237); }
td.TdClassName
{
border-color: #D03CED;
}
.TagClassName
{
border-color: #D03CED;
}
</style>