Shades of Orchid #DC71DE
Tints of Orchid #DC71DE
RGB
CMYK
RGB Variations
Color information
#DC71DE (or 0xDC71DE) is known color: Orchid. HEX triplet: DC, 71 and DE. RGB value is (220,113,222). Sum of RGB (Red+Green+Blue) = 220+113+222=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 113 (44.53% from 255 or 20.36% from 555); Blue value is 222 (87.11% from 255 or 40% from 555); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC71DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DE is #238E21. Grayscale: #9D9D9D. Windows color (decimal): -2330146 or 14578140. OLE color: 14578140.
HSL color Cylindrical-coordinate representation of color #DC71DE: hue angle of 298.9º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC71DE is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 113 | 222 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.9º | 0.62% | 0.66% | - |
| HSV(B) | 298.9º | 0.49% | 0.87% | - |
| XYZ | 48.61 | 32.3 | 72.78 | - |
| YUV | 157.42 | 164.45 | 172.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 222 | 0.01 | 0.49 | 0 | 0.13 | 298.9 | 0.62 | 0.66 |
| Hex | DC | 71 | DE | 1 | 31 | 0 | D | 12B | 3E | 42 |
| Octal | 334 | 161 | 336 | 1 | 61 | 0 | 15 | 453 | 76 | 102 |
| Binary | 11011100 | 1110001 | 11011110 | 1 | 110001 | 0 | 1101 | 100101011 | 111110 | 1000010 |
Color Harmonies of #DC71DE
Complementary color
Monochromatic Colors of #DC71DE
Black with #DC71DE
Text Example
Text Example
White with #DC71DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71DE; }
p { color: rgb(220,113,222); }
H1.HeaderClassName
{
color: #DC71DE;
}
.AnyTagClassName
{
color: #DC71DE;
}
</style>
background-color css
<style>
a { background-color: #DC71DE; }
a { background-color: rgb(220,113,222); }
div.DivClassName
{
background-color: #DC71DE;
}
.BgClassName
{
background-color: #DC71DE;
}
</style>
border-color css
<style>
span { border-color: #DC71DE; }
span { border-color: rgb(220,113,222); }
td.TdClassName
{
border-color: #DC71DE;
}
.TagClassName
{
border-color: #DC71DE;
}
</style>