Shades of Medium Orchid #D04ADE
Tints of Medium Orchid #D04ADE
RGB
CMYK
RGB Variations
Color information
#D04ADE (or 0xD04ADE) is known color: Medium Orchid. HEX triplet: D0, 4A and DE. RGB value is (208,74,222). Sum of RGB (Red+Green+Blue) = 208+74+222=504 (66% of max value = 765). Red value is 208 (81.64% from 255 or 41.27% from 504); Green value is 74 (29.30% from 255 or 14.68% from 504); Blue value is 222 (87.11% from 255 or 44.05% from 504); Max value from RGB is 222 - color contains mainly: blue. Hex color #D04ADE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D04ADE is #2FB521. Grayscale: #828282. Windows color (decimal): -3126562 or 14568144. OLE color: 14568144.
HSL color Cylindrical-coordinate representation of color #D04ADE: hue angle of 294.32º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04ADE is Cyan = 0.06, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 74 | 222 | - |
| CMYK | 0.06 | 0.67 | 0 | 0.13 |
| HSL | 294.32º | 0.69% | 0.58% | - |
| HSV(B) | 294.32º | 0.67% | 0.87% | - |
| XYZ | 41.65 | 23.58 | 71.46 | - |
| YUV | 130.94 | 179.39 | 182.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 74 | 222 | 0.06 | 0.67 | 0 | 0.13 | 294.32 | 0.69 | 0.58 |
| Hex | D0 | 4A | DE | 6 | 43 | 0 | D | 126 | 45 | 3A |
| Octal | 320 | 112 | 336 | 6 | 103 | 0 | 15 | 446 | 105 | 72 |
| Binary | 11010000 | 1001010 | 11011110 | 110 | 1000011 | 0 | 1101 | 100100110 | 1000101 | 111010 |
Color Harmonies of #D04ADE
Complementary color
Monochromatic Colors of #D04ADE
Black with #D04ADE
Text Example
Text Example
White with #D04ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04ADE; }
p { color: rgb(208,74,222); }
H1.HeaderClassName
{
color: #D04ADE;
}
.AnyTagClassName
{
color: #D04ADE;
}
</style>
background-color css
<style>
a { background-color: #D04ADE; }
a { background-color: rgb(208,74,222); }
div.DivClassName
{
background-color: #D04ADE;
}
.BgClassName
{
background-color: #D04ADE;
}
</style>
border-color css
<style>
span { border-color: #D04ADE; }
span { border-color: rgb(208,74,222); }
td.TdClassName
{
border-color: #D04ADE;
}
.TagClassName
{
border-color: #D04ADE;
}
</style>