Shades of Orchid #DC76BF
Tints of Orchid #DC76BF
RGB
CMYK
RGB Variations
Color information
#DC76BF (or 0xDC76BF) is known color: Orchid. HEX triplet: DC, 76 and BF. RGB value is (220,118,191). Sum of RGB (Red+Green+Blue) = 220+118+191=529 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.59% from 529); Green value is 118 (46.48% from 255 or 22.31% from 529); Blue value is 191 (75% from 255 or 36.11% from 529); Max value from RGB is 220 - color contains mainly: red. Hex color #DC76BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76BF is #238940. Grayscale: #9C9C9C. Windows color (decimal): -2328897 or 12547804. OLE color: 12547804.
HSL color Cylindrical-coordinate representation of color #DC76BF: hue angle of 317.06º 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 #DC76BF is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 118 | 191 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.14 |
| HSL | 317.06º | 0.59% | 0.66% | - |
| HSV(B) | 317.06º | 0.46% | 0.86% | - |
| XYZ | 45.4 | 31.93 | 53.06 | - |
| YUV | 156.82 | 147.29 | 173.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 191 | 0 | 0.46 | 0.13 | 0.14 | 317.06 | 0.59 | 0.66 |
| Hex | DC | 76 | BF | 0 | 2E | D | E | 13D | 3B | 42 |
| Octal | 334 | 166 | 277 | 0 | 56 | 15 | 16 | 475 | 73 | 102 |
| Binary | 11011100 | 1110110 | 10111111 | 0 | 101110 | 1101 | 1110 | 100111101 | 111011 | 1000010 |
Color Harmonies of #DC76BF
Complementary color
Monochromatic Colors of #DC76BF
Black with #DC76BF
Text Example
Text Example
White with #DC76BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76BF; }
p { color: rgb(220,118,191); }
H1.HeaderClassName
{
color: #DC76BF;
}
.AnyTagClassName
{
color: #DC76BF;
}
</style>
background-color css
<style>
a { background-color: #DC76BF; }
a { background-color: rgb(220,118,191); }
div.DivClassName
{
background-color: #DC76BF;
}
.BgClassName
{
background-color: #DC76BF;
}
</style>
border-color css
<style>
span { border-color: #DC76BF; }
span { border-color: rgb(220,118,191); }
td.TdClassName
{
border-color: #DC76BF;
}
.TagClassName
{
border-color: #DC76BF;
}
</style>