Shades of Orchid #DC6ED8
Tints of Orchid #DC6ED8
RGB
CMYK
RGB Variations
Color information
#DC6ED8 (or 0xDC6ED8) is known color: Orchid. HEX triplet: DC, 6E and D8. RGB value is (220,110,216). Sum of RGB (Red+Green+Blue) = 220+110+216=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 110 (43.36% from 255 or 20.15% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED8 is #239127. Grayscale: #9A9A9A. Windows color (decimal): -2330920 or 14184156. OLE color: 14184156.
HSL color Cylindrical-coordinate representation of color #DC6ED8: hue angle of 302.18º 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 #DC6ED8 is Cyan = 0, Magento = 0.50, Yellow = 0.02 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 216 | - |
| CMYK | 0 | 0.50 | 0.02 | 0.14 |
| HSL | 302.18º | 0.61% | 0.65% | - |
| HSV(B) | 302.18º | 0.5% | 0.86% | - |
| XYZ | 47.49 | 31.33 | 68.51 | - |
| YUV | 154.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 216 | 0 | 0.50 | 0.02 | 0.14 | 302.18 | 0.61 | 0.65 |
| Hex | DC | 6E | D8 | 0 | 32 | 2 | E | 12E | 3D | 41 |
| Octal | 334 | 156 | 330 | 0 | 62 | 2 | 16 | 456 | 75 | 101 |
| Binary | 11011100 | 1101110 | 11011000 | 0 | 110010 | 10 | 1110 | 100101110 | 111101 | 1000001 |
Color Harmonies of #DC6ED8
Complementary color
Monochromatic Colors of #DC6ED8
Black with #DC6ED8
Text Example
Text Example
White with #DC6ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ED8; }
p { color: rgb(220,110,216); }
H1.HeaderClassName
{
color: #DC6ED8;
}
.AnyTagClassName
{
color: #DC6ED8;
}
</style>
background-color css
<style>
a { background-color: #DC6ED8; }
a { background-color: rgb(220,110,216); }
div.DivClassName
{
background-color: #DC6ED8;
}
.BgClassName
{
background-color: #DC6ED8;
}
</style>
border-color css
<style>
span { border-color: #DC6ED8; }
span { border-color: rgb(220,110,216); }
td.TdClassName
{
border-color: #DC6ED8;
}
.TagClassName
{
border-color: #DC6ED8;
}
</style>