Shades of Orchid #DC7FD5
Tints of Orchid #DC7FD5
RGB
CMYK
RGB Variations
Color information
#DC7FD5 (or 0xDC7FD5) is known color: Orchid. HEX triplet: DC, 7F and D5. RGB value is (220,127,213). Sum of RGB (Red+Green+Blue) = 220+127+213=560 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.29% from 560); Green value is 127 (50% from 255 or 22.68% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FD5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FD5 is #23802A. Grayscale: #A4A4A4. Windows color (decimal): -2326571 or 13991900. OLE color: 13991900.
HSL color Cylindrical-coordinate representation of color #DC7FD5: hue angle of 304.52º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DC7FD5 is Cyan = 0, Magento = 0.42, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 213 | - |
| CMYK | 0 | 0.42 | 0.03 | 0.14 |
| HSL | 304.52º | 0.57% | 0.68% | - |
| HSV(B) | 304.52º | 0.42% | 0.86% | - |
| XYZ | 49.11 | 35.2 | 67.16 | - |
| YUV | 164.61 | 155.31 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 213 | 0 | 0.42 | 0.03 | 0.14 | 304.52 | 0.57 | 0.68 |
| Hex | DC | 7F | D5 | 0 | 2A | 3 | E | 131 | 39 | 44 |
| Octal | 334 | 177 | 325 | 0 | 52 | 3 | 16 | 461 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11010101 | 0 | 101010 | 11 | 1110 | 100110001 | 111001 | 1000100 |
Color Harmonies of #DC7FD5
Complementary color
Monochromatic Colors of #DC7FD5
Black with #DC7FD5
Text Example
Text Example
White with #DC7FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FD5; }
p { color: rgb(220,127,213); }
H1.HeaderClassName
{
color: #DC7FD5;
}
.AnyTagClassName
{
color: #DC7FD5;
}
</style>
background-color css
<style>
a { background-color: #DC7FD5; }
a { background-color: rgb(220,127,213); }
div.DivClassName
{
background-color: #DC7FD5;
}
.BgClassName
{
background-color: #DC7FD5;
}
</style>
border-color css
<style>
span { border-color: #DC7FD5; }
span { border-color: rgb(220,127,213); }
td.TdClassName
{
border-color: #DC7FD5;
}
.TagClassName
{
border-color: #DC7FD5;
}
</style>