Shades of Orchid #DC7DD5
Tints of Orchid #DC7DD5
RGB
CMYK
RGB Variations
Color information
#DC7DD5 (or 0xDC7DD5) is known color: Orchid. HEX triplet: DC, 7D and D5. RGB value is (220,125,213). Sum of RGB (Red+Green+Blue) = 220+125+213=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 125 (49.22% from 255 or 22.40% from 558); Blue value is 213 (83.59% from 255 or 38.17% from 558); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7DD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7DD5 is #23822A. Grayscale: #A3A3A3. Windows color (decimal): -2327083 or 13991388. OLE color: 13991388.
HSL color Cylindrical-coordinate representation of color #DC7DD5: hue angle of 304.42º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7DD5 is Cyan = 0, Magento = 0.43, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 125 | 213 | - |
| CMYK | 0 | 0.43 | 0.03 | 0.14 |
| HSL | 304.42º | 0.58% | 0.68% | - |
| HSV(B) | 304.42º | 0.43% | 0.86% | - |
| XYZ | 48.86 | 34.69 | 67.07 | - |
| YUV | 163.44 | 155.97 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 125 | 213 | 0 | 0.43 | 0.03 | 0.14 | 304.42 | 0.58 | 0.68 |
| Hex | DC | 7D | D5 | 0 | 2B | 3 | E | 130 | 3A | 44 |
| Octal | 334 | 175 | 325 | 0 | 53 | 3 | 16 | 460 | 72 | 104 |
| Binary | 11011100 | 1111101 | 11010101 | 0 | 101011 | 11 | 1110 | 100110000 | 111010 | 1000100 |
Color Harmonies of #DC7DD5
Complementary color
Monochromatic Colors of #DC7DD5
Black with #DC7DD5
Text Example
Text Example
White with #DC7DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7DD5; }
p { color: rgb(220,125,213); }
H1.HeaderClassName
{
color: #DC7DD5;
}
.AnyTagClassName
{
color: #DC7DD5;
}
</style>
background-color css
<style>
a { background-color: #DC7DD5; }
a { background-color: rgb(220,125,213); }
div.DivClassName
{
background-color: #DC7DD5;
}
.BgClassName
{
background-color: #DC7DD5;
}
</style>
border-color css
<style>
span { border-color: #DC7DD5; }
span { border-color: rgb(220,125,213); }
td.TdClassName
{
border-color: #DC7DD5;
}
.TagClassName
{
border-color: #DC7DD5;
}
</style>