Shades of Orchid #DC7FCD
Tints of Orchid #DC7FCD
RGB
CMYK
RGB Variations
Color information
#DC7FCD (or 0xDC7FCD) is known color: Orchid. HEX triplet: DC, 7F and CD. RGB value is (220,127,205). Sum of RGB (Red+Green+Blue) = 220+127+205=552 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.86% from 552); Green value is 127 (50% from 255 or 23.01% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FCD is #238032. Grayscale: #A3A3A3. Windows color (decimal): -2326579 or 13467612. OLE color: 13467612.
HSL color Cylindrical-coordinate representation of color #DC7FCD: hue angle of 309.68º 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 #DC7FCD is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 205 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.14 |
| HSL | 309.68º | 0.57% | 0.68% | - |
| HSV(B) | 309.68º | 0.42% | 0.86% | - |
| XYZ | 48.12 | 34.8 | 61.94 | - |
| YUV | 163.7 | 151.31 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 205 | 0 | 0.42 | 0.07 | 0.14 | 309.68 | 0.57 | 0.68 |
| Hex | DC | 7F | CD | 0 | 2A | 7 | E | 136 | 39 | 44 |
| Octal | 334 | 177 | 315 | 0 | 52 | 7 | 16 | 466 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11001101 | 0 | 101010 | 111 | 1110 | 100110110 | 111001 | 1000100 |
Color Harmonies of #DC7FCD
Complementary color
Monochromatic Colors of #DC7FCD
Black with #DC7FCD
Text Example
Text Example
White with #DC7FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FCD; }
p { color: rgb(220,127,205); }
H1.HeaderClassName
{
color: #DC7FCD;
}
.AnyTagClassName
{
color: #DC7FCD;
}
</style>
background-color css
<style>
a { background-color: #DC7FCD; }
a { background-color: rgb(220,127,205); }
div.DivClassName
{
background-color: #DC7FCD;
}
.BgClassName
{
background-color: #DC7FCD;
}
</style>
border-color css
<style>
span { border-color: #DC7FCD; }
span { border-color: rgb(220,127,205); }
td.TdClassName
{
border-color: #DC7FCD;
}
.TagClassName
{
border-color: #DC7FCD;
}
</style>