Shades of Orchid #DC6DBC
Tints of Orchid #DC6DBC
RGB
CMYK
RGB Variations
Color information
#DC6DBC (or 0xDC6DBC) is known color: Orchid. HEX triplet: DC, 6D and BC. RGB value is (220,109,188). Sum of RGB (Red+Green+Blue) = 220+109+188=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 109 (42.97% from 255 or 21.08% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBC is #239243. Grayscale: #969696. Windows color (decimal): -2331204 or 12348892. OLE color: 12348892.
HSL color Cylindrical-coordinate representation of color #DC6DBC: hue angle of 317.3º 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 #DC6DBC is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 188 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 317.3º | 0.61% | 0.65% | - |
| HSV(B) | 317.3º | 0.5% | 0.86% | - |
| XYZ | 44.06 | 29.78 | 51 | - |
| YUV | 151.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 188 | 0 | 0.50 | 0.15 | 0.14 | 317.3 | 0.61 | 0.65 |
| Hex | DC | 6D | BC | 0 | 32 | F | E | 13D | 3D | 41 |
| Octal | 334 | 155 | 274 | 0 | 62 | 17 | 16 | 475 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10111100 | 0 | 110010 | 1111 | 1110 | 100111101 | 111101 | 1000001 |
Color Harmonies of #DC6DBC
Complementary color
Monochromatic Colors of #DC6DBC
Black with #DC6DBC
Text Example
Text Example
White with #DC6DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DBC; }
p { color: rgb(220,109,188); }
H1.HeaderClassName
{
color: #DC6DBC;
}
.AnyTagClassName
{
color: #DC6DBC;
}
</style>
background-color css
<style>
a { background-color: #DC6DBC; }
a { background-color: rgb(220,109,188); }
div.DivClassName
{
background-color: #DC6DBC;
}
.BgClassName
{
background-color: #DC6DBC;
}
</style>
border-color css
<style>
span { border-color: #DC6DBC; }
span { border-color: rgb(220,109,188); }
td.TdClassName
{
border-color: #DC6DBC;
}
.TagClassName
{
border-color: #DC6DBC;
}
</style>