Shades of Orchid #DC77D4
Tints of Orchid #DC77D4
RGB
CMYK
RGB Variations
Color information
#DC77D4 (or 0xDC77D4) is known color: Orchid. HEX triplet: DC, 77 and D4. RGB value is (220,119,212). Sum of RGB (Red+Green+Blue) = 220+119+212=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 212 (83.20% from 255 or 38.48% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77D4 is #23882B. Grayscale: #9F9F9F. Windows color (decimal): -2328620 or 13924316. OLE color: 13924316.
HSL color Cylindrical-coordinate representation of color #DC77D4: hue angle of 304.75º 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 #DC77D4 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 212 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.14 |
| HSL | 304.75º | 0.59% | 0.66% | - |
| HSV(B) | 304.75º | 0.46% | 0.86% | - |
| XYZ | 48 | 33.16 | 66.16 | - |
| YUV | 159.8 | 157.46 | 170.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 212 | 0 | 0.46 | 0.04 | 0.14 | 304.75 | 0.59 | 0.66 |
| Hex | DC | 77 | D4 | 0 | 2E | 4 | E | 131 | 3B | 42 |
| Octal | 334 | 167 | 324 | 0 | 56 | 4 | 16 | 461 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11010100 | 0 | 101110 | 100 | 1110 | 100110001 | 111011 | 1000010 |
Color Harmonies of #DC77D4
Complementary color
Monochromatic Colors of #DC77D4
Black with #DC77D4
Text Example
Text Example
White with #DC77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77D4; }
p { color: rgb(220,119,212); }
H1.HeaderClassName
{
color: #DC77D4;
}
.AnyTagClassName
{
color: #DC77D4;
}
</style>
background-color css
<style>
a { background-color: #DC77D4; }
a { background-color: rgb(220,119,212); }
div.DivClassName
{
background-color: #DC77D4;
}
.BgClassName
{
background-color: #DC77D4;
}
</style>
border-color css
<style>
span { border-color: #DC77D4; }
span { border-color: rgb(220,119,212); }
td.TdClassName
{
border-color: #DC77D4;
}
.TagClassName
{
border-color: #DC77D4;
}
</style>