Shades of Orchid #DC77CE
Tints of Orchid #DC77CE
RGB
CMYK
RGB Variations
Color information
#DC77CE (or 0xDC77CE) is known color: Orchid. HEX triplet: DC, 77 and CE. RGB value is (220,119,206). Sum of RGB (Red+Green+Blue) = 220+119+206=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 119 (46.88% from 255 or 21.83% from 545); Blue value is 206 (80.86% from 255 or 37.80% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77CE is #238831. Grayscale: #9E9E9E. Windows color (decimal): -2328626 or 13531100. OLE color: 13531100.
HSL color Cylindrical-coordinate representation of color #DC77CE: hue angle of 308.32º 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 #DC77CE is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 206 | - |
| CMYK | 0 | 0.46 | 0.06 | 0.14 |
| HSL | 308.32º | 0.59% | 0.66% | - |
| HSV(B) | 308.32º | 0.46% | 0.86% | - |
| XYZ | 47.25 | 32.87 | 62.25 | - |
| YUV | 159.12 | 154.46 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 206 | 0 | 0.46 | 0.06 | 0.14 | 308.32 | 0.59 | 0.66 |
| Hex | DC | 77 | CE | 0 | 2E | 6 | E | 134 | 3B | 42 |
| Octal | 334 | 167 | 316 | 0 | 56 | 6 | 16 | 464 | 73 | 102 |
| Binary | 11011100 | 1110111 | 11001110 | 0 | 101110 | 110 | 1110 | 100110100 | 111011 | 1000010 |
Color Harmonies of #DC77CE
Complementary color
Monochromatic Colors of #DC77CE
Black with #DC77CE
Text Example
Text Example
White with #DC77CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77CE; }
p { color: rgb(220,119,206); }
H1.HeaderClassName
{
color: #DC77CE;
}
.AnyTagClassName
{
color: #DC77CE;
}
</style>
background-color css
<style>
a { background-color: #DC77CE; }
a { background-color: rgb(220,119,206); }
div.DivClassName
{
background-color: #DC77CE;
}
.BgClassName
{
background-color: #DC77CE;
}
</style>
border-color css
<style>
span { border-color: #DC77CE; }
span { border-color: rgb(220,119,206); }
td.TdClassName
{
border-color: #DC77CE;
}
.TagClassName
{
border-color: #DC77CE;
}
</style>