Shades of Orchid #DC77BF
Tints of Orchid #DC77BF
RGB
CMYK
RGB Variations
Color information
#DC77BF (or 0xDC77BF) is known color: Orchid. HEX triplet: DC, 77 and BF. RGB value is (220,119,191). Sum of RGB (Red+Green+Blue) = 220+119+191=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 119 (46.88% from 255 or 22.45% from 530); Blue value is 191 (75% from 255 or 36.04% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DC77BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC77BF is #238840. Grayscale: #9D9D9D. Windows color (decimal): -2328641 or 12548060. OLE color: 12548060.
HSL color Cylindrical-coordinate representation of color #DC77BF: hue angle of 317.23º 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 #DC77BF is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 119 | 191 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.14 |
| HSL | 317.23º | 0.59% | 0.66% | - |
| HSV(B) | 317.23º | 0.46% | 0.86% | - |
| XYZ | 45.52 | 32.17 | 53.1 | - |
| YUV | 157.41 | 146.96 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 191 | 0 | 0.46 | 0.13 | 0.14 | 317.23 | 0.59 | 0.66 |
| Hex | DC | 77 | BF | 0 | 2E | D | E | 13D | 3B | 42 |
| Octal | 334 | 167 | 277 | 0 | 56 | 15 | 16 | 475 | 73 | 102 |
| Binary | 11011100 | 1110111 | 10111111 | 0 | 101110 | 1101 | 1110 | 100111101 | 111011 | 1000010 |
Color Harmonies of #DC77BF
Complementary color
Monochromatic Colors of #DC77BF
Black with #DC77BF
Text Example
Text Example
White with #DC77BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77BF; }
p { color: rgb(220,119,191); }
H1.HeaderClassName
{
color: #DC77BF;
}
.AnyTagClassName
{
color: #DC77BF;
}
</style>
background-color css
<style>
a { background-color: #DC77BF; }
a { background-color: rgb(220,119,191); }
div.DivClassName
{
background-color: #DC77BF;
}
.BgClassName
{
background-color: #DC77BF;
}
</style>
border-color css
<style>
span { border-color: #DC77BF; }
span { border-color: rgb(220,119,191); }
td.TdClassName
{
border-color: #DC77BF;
}
.TagClassName
{
border-color: #DC77BF;
}
</style>