Shades of Orchid #DC6ABB
Tints of Orchid #DC6ABB
RGB
CMYK
RGB Variations
Color information
#DC6ABB (or 0xDC6ABB) is known color: Orchid. HEX triplet: DC, 6A and BB. RGB value is (220,106,187). Sum of RGB (Red+Green+Blue) = 220+106+187=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 106 (41.80% from 255 or 20.66% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ABB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ABB is #239544. Grayscale: #959595. Windows color (decimal): -2331973 or 12282588. OLE color: 12282588.
HSL color Cylindrical-coordinate representation of color #DC6ABB: hue angle of 317.37º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6ABB is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 187 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.14 |
| HSL | 317.37º | 0.62% | 0.64% | - |
| HSV(B) | 317.37º | 0.52% | 0.86% | - |
| XYZ | 43.64 | 29.11 | 50.33 | - |
| YUV | 149.32 | 149.27 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 187 | 0 | 0.52 | 0.15 | 0.14 | 317.37 | 0.62 | 0.64 |
| Hex | DC | 6A | BB | 0 | 34 | F | E | 13D | 3E | 40 |
| Octal | 334 | 152 | 273 | 0 | 64 | 17 | 16 | 475 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10111011 | 0 | 110100 | 1111 | 1110 | 100111101 | 111110 | 1000000 |
Color Harmonies of #DC6ABB
Complementary color
Monochromatic Colors of #DC6ABB
Black with #DC6ABB
Text Example
Text Example
White with #DC6ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ABB; }
p { color: rgb(220,106,187); }
H1.HeaderClassName
{
color: #DC6ABB;
}
.AnyTagClassName
{
color: #DC6ABB;
}
</style>
background-color css
<style>
a { background-color: #DC6ABB; }
a { background-color: rgb(220,106,187); }
div.DivClassName
{
background-color: #DC6ABB;
}
.BgClassName
{
background-color: #DC6ABB;
}
</style>
border-color css
<style>
span { border-color: #DC6ABB; }
span { border-color: rgb(220,106,187); }
td.TdClassName
{
border-color: #DC6ABB;
}
.TagClassName
{
border-color: #DC6ABB;
}
</style>