Shades of Orchid #DC7AD5
Tints of Orchid #DC7AD5
RGB
CMYK
RGB Variations
Color information
#DC7AD5 (or 0xDC7AD5) is known color: Orchid. HEX triplet: DC, 7A and D5. RGB value is (220,122,213). Sum of RGB (Red+Green+Blue) = 220+122+213=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 122 (48.05% from 255 or 21.98% from 555); Blue value is 213 (83.59% from 255 or 38.38% from 555); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7AD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7AD5 is #23852A. Grayscale: #A1A1A1. Windows color (decimal): -2327851 or 13990620. OLE color: 13990620.
HSL color Cylindrical-coordinate representation of color #DC7AD5: hue angle of 304.29º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7AD5 is Cyan = 0, Magento = 0.45, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 213 | - |
| CMYK | 0 | 0.45 | 0.03 | 0.14 |
| HSL | 304.29º | 0.58% | 0.67% | - |
| HSV(B) | 304.29º | 0.45% | 0.86% | - |
| XYZ | 48.48 | 33.94 | 66.95 | - |
| YUV | 161.68 | 156.97 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 213 | 0 | 0.45 | 0.03 | 0.14 | 304.29 | 0.58 | 0.67 |
| Hex | DC | 7A | D5 | 0 | 2D | 3 | E | 130 | 3A | 43 |
| Octal | 334 | 172 | 325 | 0 | 55 | 3 | 16 | 460 | 72 | 103 |
| Binary | 11011100 | 1111010 | 11010101 | 0 | 101101 | 11 | 1110 | 100110000 | 111010 | 1000011 |
Color Harmonies of #DC7AD5
Complementary color
Monochromatic Colors of #DC7AD5
Black with #DC7AD5
Text Example
Text Example
White with #DC7AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7AD5; }
p { color: rgb(220,122,213); }
H1.HeaderClassName
{
color: #DC7AD5;
}
.AnyTagClassName
{
color: #DC7AD5;
}
</style>
background-color css
<style>
a { background-color: #DC7AD5; }
a { background-color: rgb(220,122,213); }
div.DivClassName
{
background-color: #DC7AD5;
}
.BgClassName
{
background-color: #DC7AD5;
}
</style>
border-color css
<style>
span { border-color: #DC7AD5; }
span { border-color: rgb(220,122,213); }
td.TdClassName
{
border-color: #DC7AD5;
}
.TagClassName
{
border-color: #DC7AD5;
}
</style>