Shades of Orchid #DC77C6
Tints of Orchid #DC77C6
RGB
CMYK
RGB Variations
Color information
#DC77C6 (or 0xDC77C6) is known color: Orchid. HEX triplet: DC, 77 and C6. RGB value is (220,119,198). Sum of RGB (Red+Green+Blue) = 220+119+198=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 198 (77.73% from 255 or 36.87% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C6 is #238839. Grayscale: #9D9D9D. Windows color (decimal): -2328634 or 13006812. OLE color: 13006812.
HSL color Cylindrical-coordinate representation of color #DC77C6: hue angle of 313.07º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC77C6 is Cyan = 0, Magento = 0.46, Yellow = 0.1 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 198 | - |
| CMYK | 0 | 0.46 | 0.1 | 0.14 |
| HSL | 313.07º | 0.59% | 0.66% | - |
| HSV(B) | 313.07º | 0.46% | 0.86% | - |
| XYZ | 46.31 | 32.49 | 57.26 | - |
| YUV | 158.21 | 150.46 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 198 | 0 | 0.46 | 0.1 | 0.14 | 313.07 | 0.59 | 0.66 |
| Hex | DC | 77 | C6 | 0 | 2E | A | E | 139 | 3B | 42 |
| Octal | 334 | 167 | 306 | 0 | 56 | 12 | 16 | 471 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11000110 | 0 | 101110 | 1010 | 1110 | 100111001 | 111011 | 1000010 |
Color Harmonies of #DC77C6
Complementary color
Monochromatic Colors of #DC77C6
Black with #DC77C6
Text Example
Text Example
White with #DC77C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77C6; }
p { color: rgb(220,119,198); }
H1.HeaderClassName
{
color: #DC77C6;
}
.AnyTagClassName
{
color: #DC77C6;
}
</style>
background-color css
<style>
a { background-color: #DC77C6; }
a { background-color: rgb(220,119,198); }
div.DivClassName
{
background-color: #DC77C6;
}
.BgClassName
{
background-color: #DC77C6;
}
</style>
border-color css
<style>
span { border-color: #DC77C6; }
span { border-color: rgb(220,119,198); }
td.TdClassName
{
border-color: #DC77C6;
}
.TagClassName
{
border-color: #DC77C6;
}
</style>