Shades of Orchid #DC6ABF
Tints of Orchid #DC6ABF
RGB
CMYK
RGB Variations
Color information
#DC6ABF (or 0xDC6ABF) is known color: Orchid. HEX triplet: DC, 6A and BF. RGB value is (220,106,191). Sum of RGB (Red+Green+Blue) = 220+106+191=517 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.55% from 517); Green value is 106 (41.80% from 255 or 20.50% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ABF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ABF is #239540. Grayscale: #959595. Windows color (decimal): -2331969 or 12544732. OLE color: 12544732.
HSL color Cylindrical-coordinate representation of color #DC6ABF: hue angle of 315.26º 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 #DC6ABF is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 191 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.14 |
| HSL | 315.26º | 0.62% | 0.64% | - |
| HSV(B) | 315.26º | 0.52% | 0.86% | - |
| XYZ | 44.07 | 29.29 | 52.62 | - |
| YUV | 149.78 | 151.27 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 191 | 0 | 0.52 | 0.13 | 0.14 | 315.26 | 0.62 | 0.64 |
| Hex | DC | 6A | BF | 0 | 34 | D | E | 13B | 3E | 40 |
| Octal | 334 | 152 | 277 | 0 | 64 | 15 | 16 | 473 | 76 | 100 |
| Binary | 11011100 | 1101010 | 10111111 | 0 | 110100 | 1101 | 1110 | 100111011 | 111110 | 1000000 |
Color Harmonies of #DC6ABF
Complementary color
Monochromatic Colors of #DC6ABF
Black with #DC6ABF
Text Example
Text Example
White with #DC6ABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ABF; }
p { color: rgb(220,106,191); }
H1.HeaderClassName
{
color: #DC6ABF;
}
.AnyTagClassName
{
color: #DC6ABF;
}
</style>
background-color css
<style>
a { background-color: #DC6ABF; }
a { background-color: rgb(220,106,191); }
div.DivClassName
{
background-color: #DC6ABF;
}
.BgClassName
{
background-color: #DC6ABF;
}
</style>
border-color css
<style>
span { border-color: #DC6ABF; }
span { border-color: rgb(220,106,191); }
td.TdClassName
{
border-color: #DC6ABF;
}
.TagClassName
{
border-color: #DC6ABF;
}
</style>