Shades of Medium Orchid #D04CDD
Tints of Medium Orchid #D04CDD
RGB
CMYK
RGB Variations
Color information
#D04CDD (or 0xD04CDD) is known color: Medium Orchid. HEX triplet: D0, 4C and DD. RGB value is (208,76,221). Sum of RGB (Red+Green+Blue) = 208+76+221=505 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.19% from 505); Green value is 76 (30.08% from 255 or 15.05% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #D04CDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDD is #2FB322. Grayscale: #838383. Windows color (decimal): -3126051 or 14503120. OLE color: 14503120.
HSL color Cylindrical-coordinate representation of color #D04CDD: hue angle of 294.62º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D04CDD is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 76 | 221 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.13 |
| HSL | 294.62º | 0.68% | 0.58% | - |
| HSV(B) | 294.62º | 0.66% | 0.87% | - |
| XYZ | 41.65 | 23.8 | 70.81 | - |
| YUV | 132 | 178.23 | 182.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 221 | 0.06 | 0.66 | 0 | 0.13 | 294.62 | 0.68 | 0.58 |
| Hex | D0 | 4C | DD | 6 | 42 | 0 | D | 127 | 44 | 3A |
| Octal | 320 | 114 | 335 | 6 | 102 | 0 | 15 | 447 | 104 | 72 |
| Binary | 11010000 | 1001100 | 11011101 | 110 | 1000010 | 0 | 1101 | 100100111 | 1000100 | 111010 |
Color Harmonies of #D04CDD
Complementary color
Monochromatic Colors of #D04CDD
Black with #D04CDD
Text Example
Text Example
White with #D04CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CDD; }
p { color: rgb(208,76,221); }
H1.HeaderClassName
{
color: #D04CDD;
}
.AnyTagClassName
{
color: #D04CDD;
}
</style>
background-color css
<style>
a { background-color: #D04CDD; }
a { background-color: rgb(208,76,221); }
div.DivClassName
{
background-color: #D04CDD;
}
.BgClassName
{
background-color: #D04CDD;
}
</style>
border-color css
<style>
span { border-color: #D04CDD; }
span { border-color: rgb(208,76,221); }
td.TdClassName
{
border-color: #D04CDD;
}
.TagClassName
{
border-color: #D04CDD;
}
</style>