Shades of Medium Orchid #D04CDE
Tints of Medium Orchid #D04CDE
RGB
CMYK
RGB Variations
Color information
#D04CDE (or 0xD04CDE) is known color: Medium Orchid. HEX triplet: D0, 4C and DE. RGB value is (208,76,222). Sum of RGB (Red+Green+Blue) = 208+76+222=506 (67% of max value = 765). Red value is 208 (81.64% from 255 or 41.11% from 506); Green value is 76 (30.08% from 255 or 15.02% from 506); Blue value is 222 (87.11% from 255 or 43.87% from 506); Max value from RGB is 222 - color contains mainly: blue. Hex color #D04CDE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04CDE is #2FB321. Grayscale: #838383. Windows color (decimal): -3126050 or 14568656. OLE color: 14568656.
HSL color Cylindrical-coordinate representation of color #D04CDE: hue angle of 294.25º degrees, saturation: 0.69, 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 #D04CDE is Cyan = 0.06, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 76 | 222 | - |
| CMYK | 0.06 | 0.66 | 0 | 0.13 |
| HSL | 294.25º | 0.69% | 0.58% | - |
| HSV(B) | 294.25º | 0.66% | 0.87% | - |
| XYZ | 41.78 | 23.85 | 71.51 | - |
| YUV | 132.11 | 178.73 | 182.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 76 | 222 | 0.06 | 0.66 | 0 | 0.13 | 294.25 | 0.69 | 0.58 |
| Hex | D0 | 4C | DE | 6 | 42 | 0 | D | 126 | 45 | 3A |
| Octal | 320 | 114 | 336 | 6 | 102 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11010000 | 1001100 | 11011110 | 110 | 1000010 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #D04CDE
Complementary color
Monochromatic Colors of #D04CDE
Black with #D04CDE
Text Example
Text Example
White with #D04CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04CDE; }
p { color: rgb(208,76,222); }
H1.HeaderClassName
{
color: #D04CDE;
}
.AnyTagClassName
{
color: #D04CDE;
}
</style>
background-color css
<style>
a { background-color: #D04CDE; }
a { background-color: rgb(208,76,222); }
div.DivClassName
{
background-color: #D04CDE;
}
.BgClassName
{
background-color: #D04CDE;
}
</style>
border-color css
<style>
span { border-color: #D04CDE; }
span { border-color: rgb(208,76,222); }
td.TdClassName
{
border-color: #D04CDE;
}
.TagClassName
{
border-color: #D04CDE;
}
</style>