Shades of Orchid #DC71CC
Tints of Orchid #DC71CC
RGB
CMYK
RGB Variations
Color information
#DC71CC (or 0xDC71CC) is known color: Orchid. HEX triplet: DC, 71 and CC. RGB value is (220,113,204). Sum of RGB (Red+Green+Blue) = 220+113+204=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 113 (44.53% from 255 or 21.04% from 537); Blue value is 204 (80.08% from 255 or 37.99% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DC71CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71CC is #238E33. Grayscale: #9B9B9B. Windows color (decimal): -2330164 or 13398492. OLE color: 13398492.
HSL color Cylindrical-coordinate representation of color #DC71CC: hue angle of 308.97º 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 #DC71CC is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 113 | 204 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.14 |
| HSL | 308.97º | 0.6% | 0.65% | - |
| HSV(B) | 308.97º | 0.49% | 0.86% | - |
| XYZ | 46.32 | 31.39 | 60.74 | - |
| YUV | 155.37 | 155.45 | 174.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 204 | 0 | 0.49 | 0.07 | 0.14 | 308.97 | 0.6 | 0.65 |
| Hex | DC | 71 | CC | 0 | 31 | 7 | E | 135 | 3C | 41 |
| Octal | 334 | 161 | 314 | 0 | 61 | 7 | 16 | 465 | 74 | 101 |
| Binary | 11011100 | 1110001 | 11001100 | 0 | 110001 | 111 | 1110 | 100110101 | 111100 | 1000001 |
Color Harmonies of #DC71CC
Complementary color
Monochromatic Colors of #DC71CC
Black with #DC71CC
Text Example
Text Example
White with #DC71CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71CC; }
p { color: rgb(220,113,204); }
H1.HeaderClassName
{
color: #DC71CC;
}
.AnyTagClassName
{
color: #DC71CC;
}
</style>
background-color css
<style>
a { background-color: #DC71CC; }
a { background-color: rgb(220,113,204); }
div.DivClassName
{
background-color: #DC71CC;
}
.BgClassName
{
background-color: #DC71CC;
}
</style>
border-color css
<style>
span { border-color: #DC71CC; }
span { border-color: rgb(220,113,204); }
td.TdClassName
{
border-color: #DC71CC;
}
.TagClassName
{
border-color: #DC71CC;
}
</style>