Shades of Orchid #DC6EBB
Tints of Orchid #DC6EBB
RGB
CMYK
RGB Variations
Color information
#DC6EBB (or 0xDC6EBB) is known color: Orchid. HEX triplet: DC, 6E and BB. RGB value is (220,110,187). Sum of RGB (Red+Green+Blue) = 220+110+187=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 110 (43.36% from 255 or 21.28% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EBB is #239144. Grayscale: #979797. Windows color (decimal): -2330949 or 12283612. OLE color: 12283612.
HSL color Cylindrical-coordinate representation of color #DC6EBB: hue angle of 318º 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 #DC6EBB is Cyan = 0, Magento = 0.50, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 187 | - |
| CMYK | 0 | 0.50 | 0.15 | 0.14 |
| HSL | 318º | 0.61% | 0.65% | - |
| HSV(B) | 318º | 0.5% | 0.86% | - |
| XYZ | 44.06 | 29.96 | 50.47 | - |
| YUV | 151.67 | 147.94 | 176.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 187 | 0 | 0.50 | 0.15 | 0.14 | 318 | 0.61 | 0.65 |
| Hex | DC | 6E | BB | 0 | 32 | F | E | 13E | 3D | 41 |
| Octal | 334 | 156 | 273 | 0 | 62 | 17 | 16 | 476 | 75 | 101 |
| Binary | 11011100 | 1101110 | 10111011 | 0 | 110010 | 1111 | 1110 | 100111110 | 111101 | 1000001 |
Color Harmonies of #DC6EBB
Complementary color
Monochromatic Colors of #DC6EBB
Black with #DC6EBB
Text Example
Text Example
White with #DC6EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EBB; }
p { color: rgb(220,110,187); }
H1.HeaderClassName
{
color: #DC6EBB;
}
.AnyTagClassName
{
color: #DC6EBB;
}
</style>
background-color css
<style>
a { background-color: #DC6EBB; }
a { background-color: rgb(220,110,187); }
div.DivClassName
{
background-color: #DC6EBB;
}
.BgClassName
{
background-color: #DC6EBB;
}
</style>
border-color css
<style>
span { border-color: #DC6EBB; }
span { border-color: rgb(220,110,187); }
td.TdClassName
{
border-color: #DC6EBB;
}
.TagClassName
{
border-color: #DC6EBB;
}
</style>