Shades of Medium Orchid #D042DD
Tints of Medium Orchid #D042DD
RGB
CMYK
RGB Variations
Color information
#D042DD (or 0xD042DD) is known color: Medium Orchid. HEX triplet: D0, 42 and DD. RGB value is (208,66,221). Sum of RGB (Red+Green+Blue) = 208+66+221=495 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.02% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 221 - color contains mainly: blue. Hex color #D042DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042DD is #2FBD22. Grayscale: #7D7D7D. Windows color (decimal): -3128611 or 14500560. OLE color: 14500560.
HSL color Cylindrical-coordinate representation of color #D042DD: hue angle of 294.97º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D042DD is Cyan = 0.06, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 208 | 66 | 221 | - |
| CMYK | 0.06 | 0.70 | 0 | 0.13 |
| HSL | 294.97º | 0.7% | 0.56% | - |
| HSV(B) | 294.97º | 0.7% | 0.87% | - |
| XYZ | 41.01 | 22.53 | 70.59 | - |
| YUV | 126.13 | 181.54 | 186.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 221 | 0.06 | 0.70 | 0 | 0.13 | 294.97 | 0.7 | 0.56 |
| Hex | D0 | 42 | DD | 6 | 46 | 0 | D | 127 | 46 | 38 |
| Octal | 320 | 102 | 335 | 6 | 106 | 0 | 15 | 447 | 106 | 70 |
| Binary | 11010000 | 1000010 | 11011101 | 110 | 1000110 | 0 | 1101 | 100100111 | 1000110 | 111000 |
Color Harmonies of #D042DD
Complementary color
Monochromatic Colors of #D042DD
Black with #D042DD
Text Example
Text Example
White with #D042DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042DD; }
p { color: rgb(208,66,221); }
H1.HeaderClassName
{
color: #D042DD;
}
.AnyTagClassName
{
color: #D042DD;
}
</style>
background-color css
<style>
a { background-color: #D042DD; }
a { background-color: rgb(208,66,221); }
div.DivClassName
{
background-color: #D042DD;
}
.BgClassName
{
background-color: #D042DD;
}
</style>
border-color css
<style>
span { border-color: #D042DD; }
span { border-color: rgb(208,66,221); }
td.TdClassName
{
border-color: #D042DD;
}
.TagClassName
{
border-color: #D042DD;
}
</style>