Shades of Orchid #DC6DBB
Tints of Orchid #DC6DBB
RGB
CMYK
RGB Variations
Color information
#DC6DBB (or 0xDC6DBB) is known color: Orchid. HEX triplet: DC, 6D and BB. RGB value is (220,109,187). Sum of RGB (Red+Green+Blue) = 220+109+187=516 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.64% from 516); Green value is 109 (42.97% from 255 or 21.12% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6DBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6DBB is #239244. Grayscale: #969696. Windows color (decimal): -2331205 or 12283356. OLE color: 12283356.
HSL color Cylindrical-coordinate representation of color #DC6DBB: hue angle of 317.84º 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 #DC6DBB is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 109 | 187 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 317.84º | 0.61% | 0.65% | - |
| HSV(B) | 317.84º | 0.5% | 0.86% | - |
| XYZ | 43.95 | 29.74 | 50.44 | - |
| YUV | 151.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 109 | 187 | 0 | 0.50 | 0.15 | 0.14 | 317.84 | 0.61 | 0.65 |
| Hex | DC | 6D | BB | 0 | 32 | F | E | 13E | 3D | 41 |
| Octal | 334 | 155 | 273 | 0 | 62 | 17 | 16 | 476 | 75 | 101 |
| Binary | 11011100 | 1101101 | 10111011 | 0 | 110010 | 1111 | 1110 | 100111110 | 111101 | 1000001 |
Color Harmonies of #DC6DBB
Complementary color
Monochromatic Colors of #DC6DBB
Black with #DC6DBB
Text Example
Text Example
White with #DC6DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6DBB; }
p { color: rgb(220,109,187); }
H1.HeaderClassName
{
color: #DC6DBB;
}
.AnyTagClassName
{
color: #DC6DBB;
}
</style>
background-color css
<style>
a { background-color: #DC6DBB; }
a { background-color: rgb(220,109,187); }
div.DivClassName
{
background-color: #DC6DBB;
}
.BgClassName
{
background-color: #DC6DBB;
}
</style>
border-color css
<style>
span { border-color: #DC6DBB; }
span { border-color: rgb(220,109,187); }
td.TdClassName
{
border-color: #DC6DBB;
}
.TagClassName
{
border-color: #DC6DBB;
}
</style>