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