Shades of Orchid #DC7ACC
Tints of Orchid #DC7ACC
RGB
CMYK
RGB Variations
Color information
#DC7ACC (or 0xDC7ACC) is known color: Orchid. HEX triplet: DC, 7A and CC. RGB value is (220,122,204). Sum of RGB (Red+Green+Blue) = 220+122+204=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 204 (80.08% from 255 or 37.36% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ACC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ACC is #238533. Grayscale: #A0A0A0. Windows color (decimal): -2327860 or 13400796. OLE color: 13400796.
HSL color Cylindrical-coordinate representation of color #DC7ACC: hue angle of 309.8º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DC7ACC is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 122 | 204 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.14 |
| HSL | 309.8º | 0.58% | 0.67% | - |
| HSV(B) | 309.8º | 0.45% | 0.86% | - |
| XYZ | 47.37 | 33.49 | 61.09 | - |
| YUV | 160.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 122 | 204 | 0 | 0.45 | 0.07 | 0.14 | 309.8 | 0.58 | 0.67 |
| Hex | DC | 7A | CC | 0 | 2D | 7 | E | 136 | 3A | 43 |
| Octal | 334 | 172 | 314 | 0 | 55 | 7 | 16 | 466 | 72 | 103 |
| Binary | 11011100 | 1111010 | 11001100 | 0 | 101101 | 111 | 1110 | 100110110 | 111010 | 1000011 |
Color Harmonies of #DC7ACC
Complementary color
Monochromatic Colors of #DC7ACC
Black with #DC7ACC
Text Example
Text Example
White with #DC7ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ACC; }
p { color: rgb(220,122,204); }
H1.HeaderClassName
{
color: #DC7ACC;
}
.AnyTagClassName
{
color: #DC7ACC;
}
</style>
background-color css
<style>
a { background-color: #DC7ACC; }
a { background-color: rgb(220,122,204); }
div.DivClassName
{
background-color: #DC7ACC;
}
.BgClassName
{
background-color: #DC7ACC;
}
</style>
border-color css
<style>
span { border-color: #DC7ACC; }
span { border-color: rgb(220,122,204); }
td.TdClassName
{
border-color: #DC7ACC;
}
.TagClassName
{
border-color: #DC7ACC;
}
</style>