Shades of Orchid #DC7ECF
Tints of Orchid #DC7ECF
RGB
CMYK
RGB Variations
Color information
#DC7ECF (or 0xDC7ECF) is known color: Orchid. HEX triplet: DC, 7E and CF. RGB value is (220,126,207). Sum of RGB (Red+Green+Blue) = 220+126+207=553 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.78% from 553); Green value is 126 (49.61% from 255 or 22.78% from 553); Blue value is 207 (81.25% from 255 or 37.43% from 553); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7ECF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7ECF is #238130. Grayscale: #A3A3A3. Windows color (decimal): -2326833 or 13598428. OLE color: 13598428.
HSL color Cylindrical-coordinate representation of color #DC7ECF: hue angle of 308.3º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DC7ECF is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 126 | 207 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.14 |
| HSL | 308.3º | 0.57% | 0.68% | - |
| HSV(B) | 308.3º | 0.43% | 0.86% | - |
| XYZ | 48.24 | 34.64 | 63.18 | - |
| YUV | 163.34 | 152.64 | 168.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 126 | 207 | 0 | 0.43 | 0.06 | 0.14 | 308.3 | 0.57 | 0.68 |
| Hex | DC | 7E | CF | 0 | 2B | 6 | E | 134 | 39 | 44 |
| Octal | 334 | 176 | 317 | 0 | 53 | 6 | 16 | 464 | 71 | 104 |
| Binary | 11011100 | 1111110 | 11001111 | 0 | 101011 | 110 | 1110 | 100110100 | 111001 | 1000100 |
Color Harmonies of #DC7ECF
Complementary color
Monochromatic Colors of #DC7ECF
Black with #DC7ECF
Text Example
Text Example
White with #DC7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7ECF; }
p { color: rgb(220,126,207); }
H1.HeaderClassName
{
color: #DC7ECF;
}
.AnyTagClassName
{
color: #DC7ECF;
}
</style>
background-color css
<style>
a { background-color: #DC7ECF; }
a { background-color: rgb(220,126,207); }
div.DivClassName
{
background-color: #DC7ECF;
}
.BgClassName
{
background-color: #DC7ECF;
}
</style>
border-color css
<style>
span { border-color: #DC7ECF; }
span { border-color: rgb(220,126,207); }
td.TdClassName
{
border-color: #DC7ECF;
}
.TagClassName
{
border-color: #DC7ECF;
}
</style>