Shades of Orchid #DC7EDC
Tints of Orchid #DC7EDC
RGB
CMYK
RGB Variations
Color information
#DC7EDC (or 0xDC7EDC) is known color: Orchid. HEX triplet: DC, 7E and DC. RGB value is (220,126,220). Sum of RGB (Red+Green+Blue) = 220+126+220=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 126 (49.61% from 255 or 22.26% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC7EDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7EDC is #238123. Grayscale: #A4A4A4. Windows color (decimal): -2326820 or 14450396. OLE color: 14450396.
HSL color Cylindrical-coordinate representation of color #DC7EDC: hue angle of 300º 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 #DC7EDC is Cyan = 0, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 126 | 220 | - |
CMYK | 0 | 0.43 | 0 | 0.14 |
HSL | 300º | 0.57% | 0.68% | - |
HSV(B) | 300º | 0.43% | 0.86% | - |
XYZ | 49.89 | 35.3 | 71.89 | - |
YUV | 164.82 | 159.14 | 167.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 126 | 220 | 0 | 0.43 | 0 | 0.14 | 300 | 0.57 | 0.68 |
Hex | DC | 7E | DC | 0 | 2B | 0 | E | 12C | 39 | 44 |
Octal | 334 | 176 | 334 | 0 | 53 | 0 | 16 | 454 | 71 | 104 |
Binary | 11011100 | 1111110 | 11011100 | 0 | 101011 | 0 | 1110 | 100101100 | 111001 | 1000100 |
Color Harmonies of #DC7EDC
Complementary color
Monochromatic Colors of #DC7EDC
Black with #DC7EDC
Text Example
Text Example
White with #DC7EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7EDC; }
p { color: rgb(220,126,220); }
H1.HeaderClassName
{
color: #DC7EDC;
}
.AnyTagClassName
{
color: #DC7EDC;
}
</style>
background-color css
<style>
a { background-color: #DC7EDC; }
a { background-color: rgb(220,126,220); }
div.DivClassName
{
background-color: #DC7EDC;
}
.BgClassName
{
background-color: #DC7EDC;
}
</style>
border-color css
<style>
span { border-color: #DC7EDC; }
span { border-color: rgb(220,126,220); }
td.TdClassName
{
border-color: #DC7EDC;
}
.TagClassName
{
border-color: #DC7EDC;
}
</style>