Shades of Orchid #DC77C1
Tints of Orchid #DC77C1
RGB
CMYK
RGB Variations
Color information
#DC77C1 (or 0xDC77C1) is known color: Orchid. HEX triplet: DC, 77 and C1. RGB value is (220,119,193). Sum of RGB (Red+Green+Blue) = 220+119+193=532 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.35% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 193 (75.78% from 255 or 36.28% from 532); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77C1 is #23883E. Grayscale: #9D9D9D. Windows color (decimal): -2328639 or 12679132. OLE color: 12679132.
HSL color Cylindrical-coordinate representation of color #DC77C1: hue angle of 316.04º 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 #DC77C1 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 193 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.14 |
| HSL | 316.04º | 0.59% | 0.66% | - |
| HSV(B) | 316.04º | 0.46% | 0.86% | - |
| XYZ | 45.74 | 32.26 | 54.27 | - |
| YUV | 157.64 | 147.96 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 193 | 0 | 0.46 | 0.12 | 0.14 | 316.04 | 0.59 | 0.66 |
| Hex | DC | 77 | C1 | 0 | 2E | C | E | 13C | 3B | 42 |
| Octal | 334 | 167 | 301 | 0 | 56 | 14 | 16 | 474 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11000001 | 0 | 101110 | 1100 | 1110 | 100111100 | 111011 | 1000010 |
Color Harmonies of #DC77C1
Complementary color
Monochromatic Colors of #DC77C1
Black with #DC77C1
Text Example
Text Example
White with #DC77C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77C1; }
p { color: rgb(220,119,193); }
H1.HeaderClassName
{
color: #DC77C1;
}
.AnyTagClassName
{
color: #DC77C1;
}
</style>
background-color css
<style>
a { background-color: #DC77C1; }
a { background-color: rgb(220,119,193); }
div.DivClassName
{
background-color: #DC77C1;
}
.BgClassName
{
background-color: #DC77C1;
}
</style>
border-color css
<style>
span { border-color: #DC77C1; }
span { border-color: rgb(220,119,193); }
td.TdClassName
{
border-color: #DC77C1;
}
.TagClassName
{
border-color: #DC77C1;
}
</style>