Shades of Orchid #DC7FC6
Tints of Orchid #DC7FC6
RGB
CMYK
RGB Variations
Color information
#DC7FC6 (or 0xDC7FC6) is known color: Orchid. HEX triplet: DC, 7F and C6. RGB value is (220,127,198). Sum of RGB (Red+Green+Blue) = 220+127+198=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 198 (77.73% from 255 or 36.33% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7FC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FC6 is #238039. Grayscale: #A2A2A2. Windows color (decimal): -2326586 or 13008860. OLE color: 13008860.
HSL color Cylindrical-coordinate representation of color #DC7FC6: hue angle of 314.19º 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 #DC7FC6 is Cyan = 0, Magento = 0.42, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 127 | 198 | - |
| CMYK | 0 | 0.42 | 0.1 | 0.14 |
| HSL | 314.19º | 0.57% | 0.68% | - |
| HSV(B) | 314.19º | 0.42% | 0.86% | - |
| XYZ | 47.3 | 34.47 | 57.59 | - |
| YUV | 162.9 | 147.81 | 168.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 198 | 0 | 0.42 | 0.1 | 0.14 | 314.19 | 0.57 | 0.68 |
| Hex | DC | 7F | C6 | 0 | 2A | A | E | 13A | 39 | 44 |
| Octal | 334 | 177 | 306 | 0 | 52 | 12 | 16 | 472 | 71 | 104 |
| Binary | 11011100 | 1111111 | 11000110 | 0 | 101010 | 1010 | 1110 | 100111010 | 111001 | 1000100 |
Color Harmonies of #DC7FC6
Complementary color
Monochromatic Colors of #DC7FC6
Black with #DC7FC6
Text Example
Text Example
White with #DC7FC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FC6; }
p { color: rgb(220,127,198); }
H1.HeaderClassName
{
color: #DC7FC6;
}
.AnyTagClassName
{
color: #DC7FC6;
}
</style>
background-color css
<style>
a { background-color: #DC7FC6; }
a { background-color: rgb(220,127,198); }
div.DivClassName
{
background-color: #DC7FC6;
}
.BgClassName
{
background-color: #DC7FC6;
}
</style>
border-color css
<style>
span { border-color: #DC7FC6; }
span { border-color: rgb(220,127,198); }
td.TdClassName
{
border-color: #DC7FC6;
}
.TagClassName
{
border-color: #DC7FC6;
}
</style>