Shades of Orchid #DC6EBC
Tints of Orchid #DC6EBC
RGB
CMYK
RGB Variations
Color information
#DC6EBC (or 0xDC6EBC) is known color: Orchid. HEX triplet: DC, 6E and BC. RGB value is (220,110,188). Sum of RGB (Red+Green+Blue) = 220+110+188=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 110 (43.36% from 255 or 21.24% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EBC is #239143. Grayscale: #979797. Windows color (decimal): -2330948 or 12349148. OLE color: 12349148.
HSL color Cylindrical-coordinate representation of color #DC6EBC: hue angle of 317.45º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6EBC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 188 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 317.45º | 0.61% | 0.65% | - |
| HSV(B) | 317.45º | 0.5% | 0.86% | - |
| XYZ | 44.17 | 30 | 51.04 | - |
| YUV | 151.78 | 148.44 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 188 | 0 | 0.50 | 0.15 | 0.14 | 317.45 | 0.61 | 0.65 |
| Hex | DC | 6E | BC | 0 | 32 | F | E | 13D | 3D | 41 |
| Octal | 334 | 156 | 274 | 0 | 62 | 17 | 16 | 475 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10111100 | 0 | 110010 | 1111 | 1110 | 100111101 | 111101 | 1000001 |
Color Harmonies of #DC6EBC
Complementary color
Monochromatic Colors of #DC6EBC
Black with #DC6EBC
Text Example
Text Example
White with #DC6EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EBC; }
p { color: rgb(220,110,188); }
H1.HeaderClassName
{
color: #DC6EBC;
}
.AnyTagClassName
{
color: #DC6EBC;
}
</style>
background-color css
<style>
a { background-color: #DC6EBC; }
a { background-color: rgb(220,110,188); }
div.DivClassName
{
background-color: #DC6EBC;
}
.BgClassName
{
background-color: #DC6EBC;
}
</style>
border-color css
<style>
span { border-color: #DC6EBC; }
span { border-color: rgb(220,110,188); }
td.TdClassName
{
border-color: #DC6EBC;
}
.TagClassName
{
border-color: #DC6EBC;
}
</style>