Shades of Orchid #DC6ED9
Tints of Orchid #DC6ED9
RGB
CMYK
RGB Variations
Color information
#DC6ED9 (or 0xDC6ED9) is known color: Orchid. HEX triplet: DC, 6E and D9. RGB value is (220,110,217). Sum of RGB (Red+Green+Blue) = 220+110+217=547 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.22% from 547); Green value is 110 (43.36% from 255 or 20.11% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED9 is #239126. Grayscale: #9A9A9A. Windows color (decimal): -2330919 or 14249692. OLE color: 14249692.
HSL color Cylindrical-coordinate representation of color #DC6ED9: hue angle of 301.64º 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 #DC6ED9 is Cyan = 0, Magento = 0.50, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 110 | 217 | - |
CMYK | 0 | 0.50 | 0.01 | 0.14 |
HSL | 301.64º | 0.61% | 0.65% | - |
HSV(B) | 301.64º | 0.5% | 0.86% | - |
XYZ | 47.62 | 31.38 | 69.19 | - |
YUV | 155.09 | 162.94 | 174.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 110 | 217 | 0 | 0.50 | 0.01 | 0.14 | 301.64 | 0.61 | 0.65 |
Hex | DC | 6E | D9 | 0 | 32 | 1 | E | 12E | 3D | 41 |
Octal | 334 | 156 | 331 | 0 | 62 | 1 | 16 | 456 | 75 | 101 |
Binary | 11011100 | 1101110 | 11011001 | 0 | 110010 | 1 | 1110 | 100101110 | 111101 | 1000001 |
Color Harmonies of #DC6ED9
Complementary color
Monochromatic Colors of #DC6ED9
Black with #DC6ED9
Text Example
Text Example
White with #DC6ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ED9; }
p { color: rgb(220,110,217); }
H1.HeaderClassName
{
color: #DC6ED9;
}
.AnyTagClassName
{
color: #DC6ED9;
}
</style>
background-color css
<style>
a { background-color: #DC6ED9; }
a { background-color: rgb(220,110,217); }
div.DivClassName
{
background-color: #DC6ED9;
}
.BgClassName
{
background-color: #DC6ED9;
}
</style>
border-color css
<style>
span { border-color: #DC6ED9; }
span { border-color: rgb(220,110,217); }
td.TdClassName
{
border-color: #DC6ED9;
}
.TagClassName
{
border-color: #DC6ED9;
}
</style>