Shades of Orchid #DC6DBD
Tints of Orchid #DC6DBD
RGB
CMYK
RGB Variations
Color information
#DC6DBD (or 0xDC6DBD) is known color: Orchid. HEX triplet: DC, 6D and BD. RGB value is (220,109,189). Sum of RGB (Red+Green+Blue) = 220+109+189=518 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.47% from 518); Green value is 109 (42.97% from 255 or 21.04% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBD is #239242. Grayscale: #979797. Windows color (decimal): -2331203 or 12414428. OLE color: 12414428.
HSL color Cylindrical-coordinate representation of color #DC6DBD: hue angle of 316.76º 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 #DC6DBD is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 189 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.14 |
| HSL | 316.76º | 0.61% | 0.65% | - |
| HSV(B) | 316.76º | 0.5% | 0.86% | - |
| XYZ | 44.17 | 29.83 | 51.57 | - |
| YUV | 151.31 | 149.27 | 177 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 189 | 0 | 0.50 | 0.14 | 0.14 | 316.76 | 0.61 | 0.65 |
| Hex | DC | 6D | BD | 0 | 32 | E | E | 13D | 3D | 41 |
| Octal | 334 | 155 | 275 | 0 | 62 | 16 | 16 | 475 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10111101 | 0 | 110010 | 1110 | 1110 | 100111101 | 111101 | 1000001 |
Color Harmonies of #DC6DBD
Complementary color
Monochromatic Colors of #DC6DBD
Black with #DC6DBD
Text Example
Text Example
White with #DC6DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DBD; }
p { color: rgb(220,109,189); }
H1.HeaderClassName
{
color: #DC6DBD;
}
.AnyTagClassName
{
color: #DC6DBD;
}
</style>
background-color css
<style>
a { background-color: #DC6DBD; }
a { background-color: rgb(220,109,189); }
div.DivClassName
{
background-color: #DC6DBD;
}
.BgClassName
{
background-color: #DC6DBD;
}
</style>
border-color css
<style>
span { border-color: #DC6DBD; }
span { border-color: rgb(220,109,189); }
td.TdClassName
{
border-color: #DC6DBD;
}
.TagClassName
{
border-color: #DC6DBD;
}
</style>