Shades of Orchid #DC71DC
Tints of Orchid #DC71DC
RGB
CMYK
RGB Variations
Color information
#DC71DC (or 0xDC71DC) is known color: Orchid. HEX triplet: DC, 71 and DC. RGB value is (220,113,220). Sum of RGB (Red+Green+Blue) = 220+113+220=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 113 (44.53% from 255 or 20.43% from 553); Blue value is 220 (86.33% from 255 or 39.78% from 553); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC71DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DC is #238E23. Grayscale: #9C9C9C. Windows color (decimal): -2330148 or 14447068. OLE color: 14447068.
HSL color Cylindrical-coordinate representation of color #DC71DC: hue angle of 300º 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 #DC71DC is Cyan = 0, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 220 | - |
| CMYK | 0 | 0.49 | 0 | 0.14 |
| HSL | 300º | 0.6% | 0.65% | - |
| HSV(B) | 300º | 0.49% | 0.86% | - |
| XYZ | 48.34 | 32.19 | 71.38 | - |
| YUV | 157.19 | 163.45 | 172.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 220 | 0 | 0.49 | 0 | 0.14 | 300 | 0.6 | 0.65 |
| Hex | DC | 71 | DC | 0 | 31 | 0 | E | 12C | 3C | 41 |
| Octal | 334 | 161 | 334 | 0 | 61 | 0 | 16 | 454 | 74 | 101 |
| Binary | 11011100 | 1110001 | 11011100 | 0 | 110001 | 0 | 1110 | 100101100 | 111100 | 1000001 |
Color Harmonies of #DC71DC
Complementary color
Monochromatic Colors of #DC71DC
Black with #DC71DC
Text Example
Text Example
White with #DC71DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71DC; }
p { color: rgb(220,113,220); }
H1.HeaderClassName
{
color: #DC71DC;
}
.AnyTagClassName
{
color: #DC71DC;
}
</style>
background-color css
<style>
a { background-color: #DC71DC; }
a { background-color: rgb(220,113,220); }
div.DivClassName
{
background-color: #DC71DC;
}
.BgClassName
{
background-color: #DC71DC;
}
</style>
border-color css
<style>
span { border-color: #DC71DC; }
span { border-color: rgb(220,113,220); }
td.TdClassName
{
border-color: #DC71DC;
}
.TagClassName
{
border-color: #DC71DC;
}
</style>