Shades of Orchid #DC7FE1
Tints of Orchid #DC7FE1
RGB
CMYK
RGB Variations
Color information
#DC7FE1 (or 0xDC7FE1) is known color: Orchid. HEX triplet: DC, 7F and E1. RGB value is (220,127,225). Sum of RGB (Red+Green+Blue) = 220+127+225=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 127 (50% from 255 or 22.20% from 572); Blue value is 225 (88.28% from 255 or 39.34% from 572); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC7FE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7FE1 is #23801E. Grayscale: #A5A5A5. Windows color (decimal): -2326559 or 14778332. OLE color: 14778332.
HSL color Cylindrical-coordinate representation of color #DC7FE1: hue angle of 296.94º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DC7FE1 is Cyan = 0.02, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 127 | 225 | - |
| CMYK | 0.02 | 0.44 | 0 | 0.12 |
| HSL | 296.94º | 0.62% | 0.69% | - |
| HSV(B) | 296.94º | 0.44% | 0.88% | - |
| XYZ | 50.7 | 35.83 | 75.48 | - |
| YUV | 165.98 | 161.31 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 127 | 225 | 0.02 | 0.44 | 0 | 0.12 | 296.94 | 0.62 | 0.69 |
| Hex | DC | 7F | E1 | 2 | 2C | 0 | C | 129 | 3E | 45 |
| Octal | 334 | 177 | 341 | 2 | 54 | 0 | 14 | 451 | 76 | 105 |
| Binary | 11011100 | 1111111 | 11100001 | 10 | 101100 | 0 | 1100 | 100101001 | 111110 | 1000101 |
Color Harmonies of #DC7FE1
Complementary color
Monochromatic Colors of #DC7FE1
Black with #DC7FE1
Text Example
Text Example
White with #DC7FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7FE1; }
p { color: rgb(220,127,225); }
H1.HeaderClassName
{
color: #DC7FE1;
}
.AnyTagClassName
{
color: #DC7FE1;
}
</style>
background-color css
<style>
a { background-color: #DC7FE1; }
a { background-color: rgb(220,127,225); }
div.DivClassName
{
background-color: #DC7FE1;
}
.BgClassName
{
background-color: #DC7FE1;
}
</style>
border-color css
<style>
span { border-color: #DC7FE1; }
span { border-color: rgb(220,127,225); }
td.TdClassName
{
border-color: #DC7FE1;
}
.TagClassName
{
border-color: #DC7FE1;
}
</style>