Shades of Orchid #DC7FD7
Tints of Orchid #DC7FD7
RGB
CMYK
RGB Variations
Color information
#DC7FD7 (or 0xDC7FD7) is known color: Orchid. HEX triplet: DC, 7F and D7. RGB value is (220,127,215). Sum of RGB (Red+Green+Blue) = 220+127+215=562 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.15% from 562); Green value is 127 (50% from 255 or 22.60% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FD7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FD7 is #238028. Grayscale: #A4A4A4. Windows color (decimal): -2326569 or 14122972. OLE color: 14122972.
HSL color Cylindrical-coordinate representation of color #DC7FD7: hue angle of 303.23º 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 #DC7FD7 is Cyan = 0, Magento = 0.42, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 215 | - |
| CMYK | 0 | 0.42 | 0.02 | 0.14 |
| HSL | 303.23º | 0.57% | 0.68% | - |
| HSV(B) | 303.23º | 0.42% | 0.86% | - |
| XYZ | 49.37 | 35.3 | 68.5 | - |
| YUV | 164.84 | 156.31 | 167.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 215 | 0 | 0.42 | 0.02 | 0.14 | 303.23 | 0.57 | 0.68 |
| Hex | DC | 7F | D7 | 0 | 2A | 2 | E | 12F | 39 | 44 |
| Octal | 334 | 177 | 327 | 0 | 52 | 2 | 16 | 457 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11010111 | 0 | 101010 | 10 | 1110 | 100101111 | 111001 | 1000100 |
Color Harmonies of #DC7FD7
Complementary color
Monochromatic Colors of #DC7FD7
Black with #DC7FD7
Text Example
Text Example
White with #DC7FD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FD7; }
p { color: rgb(220,127,215); }
H1.HeaderClassName
{
color: #DC7FD7;
}
.AnyTagClassName
{
color: #DC7FD7;
}
</style>
background-color css
<style>
a { background-color: #DC7FD7; }
a { background-color: rgb(220,127,215); }
div.DivClassName
{
background-color: #DC7FD7;
}
.BgClassName
{
background-color: #DC7FD7;
}
</style>
border-color css
<style>
span { border-color: #DC7FD7; }
span { border-color: rgb(220,127,215); }
td.TdClassName
{
border-color: #DC7FD7;
}
.TagClassName
{
border-color: #DC7FD7;
}
</style>