Shades of Medium Orchid #D04CED
Tints of Medium Orchid #D04CED
RGB
CMYK
RGB Variations
Color information
#D04CED (or 0xD04CED) is known color: Medium Orchid. HEX triplet: D0, 4C and ED. RGB value is (208,76,237). Sum of RGB (Red+Green+Blue) = 208+76+237=521 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.92% from 521); Green value is 76 (30.08% from 255 or 14.59% from 521); Blue value is 237 (92.97% from 255 or 45.49% from 521); Max value from RGB is 237 - color contains mainly: blue. Hex color #D04CED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #D04CED is #2FB312. Grayscale: #858585. Windows color (decimal): -3126035 or 15551696. OLE color: 15551696.
HSL color Cylindrical-coordinate representation of color #D04CED: hue angle of 289.19º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #D04CED is Cyan = 0.12, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 76 | 237 | - |
| CMYK | 0.12 | 0.68 | 0 | 0.07 |
| HSL | 289.19º | 0.82% | 0.61% | - |
| HSV(B) | 289.19º | 0.68% | 0.93% | - |
| XYZ | 43.88 | 24.69 | 82.57 | - |
| YUV | 133.82 | 186.23 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 237 | 0.12 | 0.68 | 0 | 0.07 | 289.19 | 0.82 | 0.61 |
| Hex | D0 | 4C | ED | C | 44 | 0 | 7 | 121 | 52 | 3D |
| Octal | 320 | 114 | 355 | 14 | 104 | 0 | 7 | 441 | 122 | 75 |
| Binary | 11010000 | 1001100 | 11101101 | 1100 | 1000100 | 0 | 111 | 100100001 | 1010010 | 111101 |
Color Harmonies of #D04CED
Complementary color
Monochromatic Colors of #D04CED
Black with #D04CED
Text Example
Text Example
White with #D04CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CED; }
p { color: rgb(208,76,237); }
H1.HeaderClassName
{
color: #D04CED;
}
.AnyTagClassName
{
color: #D04CED;
}
</style>
background-color css
<style>
a { background-color: #D04CED; }
a { background-color: rgb(208,76,237); }
div.DivClassName
{
background-color: #D04CED;
}
.BgClassName
{
background-color: #D04CED;
}
</style>
border-color css
<style>
span { border-color: #D04CED; }
span { border-color: rgb(208,76,237); }
td.TdClassName
{
border-color: #D04CED;
}
.TagClassName
{
border-color: #D04CED;
}
</style>