Shades of Orchid #DC7DDE
Tints of Orchid #DC7DDE
RGB
CMYK
RGB Variations
Color information
#DC7DDE (or 0xDC7DDE) is known color: Orchid. HEX triplet: DC, 7D and DE. RGB value is (220,125,222). Sum of RGB (Red+Green+Blue) = 220+125+222=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 125 (49.22% from 255 or 22.05% from 567); Blue value is 222 (87.11% from 255 or 39.15% from 567); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC7DDE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DDE is #238221. Grayscale: #A4A4A4. Windows color (decimal): -2327074 or 14581212. OLE color: 14581212.
HSL color Cylindrical-coordinate representation of color #DC7DDE: hue angle of 298.76º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7DDE is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 125 | 222 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.13 |
| HSL | 298.76º | 0.6% | 0.68% | - |
| HSV(B) | 298.76º | 0.44% | 0.87% | - |
| XYZ | 50.03 | 35.16 | 73.26 | - |
| YUV | 164.46 | 160.47 | 167.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 222 | 0.01 | 0.44 | 0 | 0.13 | 298.76 | 0.6 | 0.68 |
| Hex | DC | 7D | DE | 1 | 2C | 0 | D | 12B | 3C | 44 |
| Octal | 334 | 175 | 336 | 1 | 54 | 0 | 15 | 453 | 74 | 104 |
| Binary | 11011100 | 1111101 | 11011110 | 1 | 101100 | 0 | 1101 | 100101011 | 111100 | 1000100 |
Color Harmonies of #DC7DDE
Complementary color
Monochromatic Colors of #DC7DDE
Black with #DC7DDE
Text Example
Text Example
White with #DC7DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DDE; }
p { color: rgb(220,125,222); }
H1.HeaderClassName
{
color: #DC7DDE;
}
.AnyTagClassName
{
color: #DC7DDE;
}
</style>
background-color css
<style>
a { background-color: #DC7DDE; }
a { background-color: rgb(220,125,222); }
div.DivClassName
{
background-color: #DC7DDE;
}
.BgClassName
{
background-color: #DC7DDE;
}
</style>
border-color css
<style>
span { border-color: #DC7DDE; }
span { border-color: rgb(220,125,222); }
td.TdClassName
{
border-color: #DC7DDE;
}
.TagClassName
{
border-color: #DC7DDE;
}
</style>