Shades of Orchid #DC77CD
Tints of Orchid #DC77CD
RGB
CMYK
RGB Variations
Color information
#DC77CD (or 0xDC77CD) is known color: Orchid. HEX triplet: DC, 77 and CD. RGB value is (220,119,205). Sum of RGB (Red+Green+Blue) = 220+119+205=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 119 (46.88% from 255 or 21.88% from 544); Blue value is 205 (80.47% from 255 or 37.68% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77CD is #238832. Grayscale: #9E9E9E. Windows color (decimal): -2328627 or 13465564. OLE color: 13465564.
HSL color Cylindrical-coordinate representation of color #DC77CD: hue angle of 308.91º 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 #DC77CD is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 205 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.14 |
| HSL | 308.91º | 0.59% | 0.66% | - |
| HSV(B) | 308.91º | 0.46% | 0.86% | - |
| XYZ | 47.13 | 32.82 | 61.61 | - |
| YUV | 159 | 153.96 | 171.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 205 | 0 | 0.46 | 0.07 | 0.14 | 308.91 | 0.59 | 0.66 |
| Hex | DC | 77 | CD | 0 | 2E | 7 | E | 135 | 3B | 42 |
| Octal | 334 | 167 | 315 | 0 | 56 | 7 | 16 | 465 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11001101 | 0 | 101110 | 111 | 1110 | 100110101 | 111011 | 1000010 |
Color Harmonies of #DC77CD
Complementary color
Monochromatic Colors of #DC77CD
Black with #DC77CD
Text Example
Text Example
White with #DC77CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77CD; }
p { color: rgb(220,119,205); }
H1.HeaderClassName
{
color: #DC77CD;
}
.AnyTagClassName
{
color: #DC77CD;
}
</style>
background-color css
<style>
a { background-color: #DC77CD; }
a { background-color: rgb(220,119,205); }
div.DivClassName
{
background-color: #DC77CD;
}
.BgClassName
{
background-color: #DC77CD;
}
</style>
border-color css
<style>
span { border-color: #DC77CD; }
span { border-color: rgb(220,119,205); }
td.TdClassName
{
border-color: #DC77CD;
}
.TagClassName
{
border-color: #DC77CD;
}
</style>