Shades of Orchid #DC71DA
Tints of Orchid #DC71DA
RGB
CMYK
RGB Variations
Color information
#DC71DA (or 0xDC71DA) is known color: Orchid. HEX triplet: DC, 71 and DA. RGB value is (220,113,218). Sum of RGB (Red+Green+Blue) = 220+113+218=551 (72% of max value = 765). Red value is 220 (86.33% from 255 or 39.93% from 551); Green value is 113 (44.53% from 255 or 20.51% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DA is #238E25. Grayscale: #9C9C9C. Windows color (decimal): -2330150 or 14315996. OLE color: 14315996.
HSL color Cylindrical-coordinate representation of color #DC71DA: hue angle of 301.12º 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 #DC71DA is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 218 | - |
| CMYK | 0 | 0.49 | 0.01 | 0.14 |
| HSL | 301.12º | 0.6% | 0.65% | - |
| HSV(B) | 301.12º | 0.49% | 0.86% | - |
| XYZ | 48.08 | 32.09 | 69.99 | - |
| YUV | 156.96 | 162.45 | 172.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 218 | 0 | 0.49 | 0.01 | 0.14 | 301.12 | 0.6 | 0.65 |
| Hex | DC | 71 | DA | 0 | 31 | 1 | E | 12D | 3C | 41 |
| Octal | 334 | 161 | 332 | 0 | 61 | 1 | 16 | 455 | 74 | 101 |
| Binary | 11011100 | 1110001 | 11011010 | 0 | 110001 | 1 | 1110 | 100101101 | 111100 | 1000001 |
Color Harmonies of #DC71DA
Complementary color
Monochromatic Colors of #DC71DA
Black with #DC71DA
Text Example
Text Example
White with #DC71DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71DA; }
p { color: rgb(220,113,218); }
H1.HeaderClassName
{
color: #DC71DA;
}
.AnyTagClassName
{
color: #DC71DA;
}
</style>
background-color css
<style>
a { background-color: #DC71DA; }
a { background-color: rgb(220,113,218); }
div.DivClassName
{
background-color: #DC71DA;
}
.BgClassName
{
background-color: #DC71DA;
}
</style>
border-color css
<style>
span { border-color: #DC71DA; }
span { border-color: rgb(220,113,218); }
td.TdClassName
{
border-color: #DC71DA;
}
.TagClassName
{
border-color: #DC71DA;
}
</style>