Shades of Medium Orchid #D042DC
Tints of Medium Orchid #D042DC
RGB
CMYK
RGB Variations
Color information
#D042DC (or 0xD042DC) is known color: Medium Orchid. HEX triplet: D0, 42 and DC. RGB value is (208,66,220). Sum of RGB (Red+Green+Blue) = 208+66+220=494 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.11% from 494); Green value is 66 (26.17% from 255 or 13.36% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #D042DC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D042DC is #2FBD23. Grayscale: #7D7D7D. Windows color (decimal): -3128612 or 14435024. OLE color: 14435024.
HSL color Cylindrical-coordinate representation of color #D042DC: hue angle of 295.32º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D042DC is Cyan = 0.05, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 208 | 66 | 220 | - |
| CMYK | 0.05 | 0.7 | 0 | 0.14 |
| HSL | 295.32º | 0.69% | 0.56% | - |
| HSV(B) | 295.32º | 0.7% | 0.86% | - |
| XYZ | 40.88 | 22.47 | 69.89 | - |
| YUV | 126.01 | 181.04 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 66 | 220 | 0.05 | 0.7 | 0 | 0.14 | 295.32 | 0.69 | 0.56 |
| Hex | D0 | 42 | DC | 5 | 46 | 0 | E | 127 | 45 | 38 |
| Octal | 320 | 102 | 334 | 5 | 106 | 0 | 16 | 447 | 105 | 70 |
| Binary | 11010000 | 1000010 | 11011100 | 101 | 1000110 | 0 | 1110 | 100100111 | 1000101 | 111000 |
Color Harmonies of #D042DC
Complementary color
Monochromatic Colors of #D042DC
Black with #D042DC
Text Example
Text Example
White with #D042DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D042DC; }
p { color: rgb(208,66,220); }
H1.HeaderClassName
{
color: #D042DC;
}
.AnyTagClassName
{
color: #D042DC;
}
</style>
background-color css
<style>
a { background-color: #D042DC; }
a { background-color: rgb(208,66,220); }
div.DivClassName
{
background-color: #D042DC;
}
.BgClassName
{
background-color: #D042DC;
}
</style>
border-color css
<style>
span { border-color: #D042DC; }
span { border-color: rgb(208,66,220); }
td.TdClassName
{
border-color: #D042DC;
}
.TagClassName
{
border-color: #D042DC;
}
</style>