Shades of Orchid #DC71DF
Tints of Orchid #DC71DF
RGB
CMYK
RGB Variations
Color information
#DC71DF (or 0xDC71DF) is known color: Orchid. HEX triplet: DC, 71 and DF. RGB value is (220,113,223). Sum of RGB (Red+Green+Blue) = 220+113+223=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 113 (44.53% from 255 or 20.32% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC71DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC71DF is #238E20. Grayscale: #9D9D9D. Windows color (decimal): -2330145 or 14643676. OLE color: 14643676.
HSL color Cylindrical-coordinate representation of color #DC71DF: hue angle of 298.36º degrees, saturation: 0.63, 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 #DC71DF is Cyan = 0.01, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 113 | 223 | - |
| CMYK | 0.01 | 0.49 | 0 | 0.13 |
| HSL | 298.36º | 0.63% | 0.66% | - |
| HSV(B) | 298.36º | 0.49% | 0.87% | - |
| XYZ | 48.74 | 32.35 | 73.49 | - |
| YUV | 157.53 | 164.95 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 223 | 0.01 | 0.49 | 0 | 0.13 | 298.36 | 0.63 | 0.66 |
| Hex | DC | 71 | DF | 1 | 31 | 0 | D | 12A | 3F | 42 |
| Octal | 334 | 161 | 337 | 1 | 61 | 0 | 15 | 452 | 77 | 102 |
| Binary | 11011100 | 1110001 | 11011111 | 1 | 110001 | 0 | 1101 | 100101010 | 111111 | 1000010 |
Color Harmonies of #DC71DF
Complementary color
Monochromatic Colors of #DC71DF
Black with #DC71DF
Text Example
Text Example
White with #DC71DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71DF; }
p { color: rgb(220,113,223); }
H1.HeaderClassName
{
color: #DC71DF;
}
.AnyTagClassName
{
color: #DC71DF;
}
</style>
background-color css
<style>
a { background-color: #DC71DF; }
a { background-color: rgb(220,113,223); }
div.DivClassName
{
background-color: #DC71DF;
}
.BgClassName
{
background-color: #DC71DF;
}
</style>
border-color css
<style>
span { border-color: #DC71DF; }
span { border-color: rgb(220,113,223); }
td.TdClassName
{
border-color: #DC71DF;
}
.TagClassName
{
border-color: #DC71DF;
}
</style>