Shades of Orchid #DC71BF
Tints of Orchid #DC71BF
RGB
CMYK
RGB Variations
Color information
#DC71BF (or 0xDC71BF) is known color: Orchid. HEX triplet: DC, 71 and BF. RGB value is (220,113,191). Sum of RGB (Red+Green+Blue) = 220+113+191=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 191 (75% from 255 or 36.45% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71BF is #238E40. Grayscale: #999999. Windows color (decimal): -2330177 or 12546524. OLE color: 12546524.
HSL color Cylindrical-coordinate representation of color #DC71BF: hue angle of 316.26º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71BF is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 191 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.14 |
| HSL | 316.26º | 0.6% | 0.65% | - |
| HSV(B) | 316.26º | 0.49% | 0.86% | - |
| XYZ | 44.82 | 30.79 | 52.87 | - |
| YUV | 153.89 | 148.95 | 175.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 191 | 0 | 0.49 | 0.13 | 0.14 | 316.26 | 0.6 | 0.65 |
| Hex | DC | 71 | BF | 0 | 31 | D | E | 13C | 3C | 41 |
| Octal | 334 | 161 | 277 | 0 | 61 | 15 | 16 | 474 | 74 | 101 |
| Binary | 11011100 | 1110001 | 10111111 | 0 | 110001 | 1101 | 1110 | 100111100 | 111100 | 1000001 |
Color Harmonies of #DC71BF
Complementary color
Monochromatic Colors of #DC71BF
Black with #DC71BF
Text Example
Text Example
White with #DC71BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71BF; }
p { color: rgb(220,113,191); }
H1.HeaderClassName
{
color: #DC71BF;
}
.AnyTagClassName
{
color: #DC71BF;
}
</style>
background-color css
<style>
a { background-color: #DC71BF; }
a { background-color: rgb(220,113,191); }
div.DivClassName
{
background-color: #DC71BF;
}
.BgClassName
{
background-color: #DC71BF;
}
</style>
border-color css
<style>
span { border-color: #DC71BF; }
span { border-color: rgb(220,113,191); }
td.TdClassName
{
border-color: #DC71BF;
}
.TagClassName
{
border-color: #DC71BF;
}
</style>