Shades of Orchid #DC6EC9
Tints of Orchid #DC6EC9
RGB
CMYK
RGB Variations
Color information
#DC6EC9 (or 0xDC6EC9) is known color: Orchid. HEX triplet: DC, 6E and C9. RGB value is (220,110,201). Sum of RGB (Red+Green+Blue) = 220+110+201=531 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.43% from 531); Green value is 110 (43.36% from 255 or 20.72% from 531); Blue value is 201 (78.91% from 255 or 37.85% from 531); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC9 is #239136. Grayscale: #999999. Windows color (decimal): -2330935 or 13201116. OLE color: 13201116.
HSL color Cylindrical-coordinate representation of color #DC6EC9: hue angle of 310.36º 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 #DC6EC9 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 201 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.14 |
| HSL | 310.36º | 0.61% | 0.65% | - |
| HSV(B) | 310.36º | 0.5% | 0.86% | - |
| XYZ | 45.63 | 30.58 | 58.76 | - |
| YUV | 153.26 | 154.94 | 175.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 201 | 0 | 0.50 | 0.09 | 0.14 | 310.36 | 0.61 | 0.65 |
| Hex | DC | 6E | C9 | 0 | 32 | 9 | E | 136 | 3D | 41 |
| Octal | 334 | 156 | 311 | 0 | 62 | 11 | 16 | 466 | 75 | 101 |
| Binary | 11011100 | 1101110 | 11001001 | 0 | 110010 | 1001 | 1110 | 100110110 | 111101 | 1000001 |
Color Harmonies of #DC6EC9
Complementary color
Monochromatic Colors of #DC6EC9
Black with #DC6EC9
Text Example
Text Example
White with #DC6EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EC9; }
p { color: rgb(220,110,201); }
H1.HeaderClassName
{
color: #DC6EC9;
}
.AnyTagClassName
{
color: #DC6EC9;
}
</style>
background-color css
<style>
a { background-color: #DC6EC9; }
a { background-color: rgb(220,110,201); }
div.DivClassName
{
background-color: #DC6EC9;
}
.BgClassName
{
background-color: #DC6EC9;
}
</style>
border-color css
<style>
span { border-color: #DC6EC9; }
span { border-color: rgb(220,110,201); }
td.TdClassName
{
border-color: #DC6EC9;
}
.TagClassName
{
border-color: #DC6EC9;
}
</style>