Shades of Orchid #DC71E7
Tints of Orchid #DC71E7
RGB
CMYK
RGB Variations
Color information
#DC71E7 (or 0xDC71E7) is known color: Orchid. HEX triplet: DC, 71 and E7. RGB value is (220,113,231). Sum of RGB (Red+Green+Blue) = 220+113+231=564 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.01% from 564); Green value is 113 (44.53% from 255 or 20.04% from 564); Blue value is 231 (90.62% from 255 or 40.96% from 564); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC71E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC71E7 is #238E18. Grayscale: #9E9E9E. Windows color (decimal): -2330137 or 15167964. OLE color: 15167964.
HSL color Cylindrical-coordinate representation of color #DC71E7: hue angle of 294.41º degrees, saturation: 0.71, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC71E7 is Cyan = 0.05, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 113 | 231 | - |
| CMYK | 0.05 | 0.51 | 0 | 0.09 |
| HSL | 294.41º | 0.71% | 0.67% | - |
| HSV(B) | 294.41º | 0.51% | 0.91% | - |
| XYZ | 49.84 | 32.8 | 79.3 | - |
| YUV | 158.45 | 168.95 | 171.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 113 | 231 | 0.05 | 0.51 | 0 | 0.09 | 294.41 | 0.71 | 0.67 |
| Hex | DC | 71 | E7 | 5 | 33 | 0 | 9 | 126 | 47 | 43 |
| Octal | 334 | 161 | 347 | 5 | 63 | 0 | 11 | 446 | 107 | 103 |
| Binary | 11011100 | 1110001 | 11100111 | 101 | 110011 | 0 | 1001 | 100100110 | 1000111 | 1000011 |
Color Harmonies of #DC71E7
Complementary color
Monochromatic Colors of #DC71E7
Black with #DC71E7
Text Example
Text Example
White with #DC71E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC71E7; }
p { color: rgb(220,113,231); }
H1.HeaderClassName
{
color: #DC71E7;
}
.AnyTagClassName
{
color: #DC71E7;
}
</style>
background-color css
<style>
a { background-color: #DC71E7; }
a { background-color: rgb(220,113,231); }
div.DivClassName
{
background-color: #DC71E7;
}
.BgClassName
{
background-color: #DC71E7;
}
</style>
border-color css
<style>
span { border-color: #DC71E7; }
span { border-color: rgb(220,113,231); }
td.TdClassName
{
border-color: #DC71E7;
}
.TagClassName
{
border-color: #DC71E7;
}
</style>