Shades of Orchid #DC6ADB
Tints of Orchid #DC6ADB
RGB
CMYK
RGB Variations
Color information
#DC6ADB (or 0xDC6ADB) is known color: Orchid. HEX triplet: DC, 6A and DB. RGB value is (220,106,219). Sum of RGB (Red+Green+Blue) = 220+106+219=545 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.37% from 545); Green value is 106 (41.80% from 255 or 19.45% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ADB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADB is #239524. Grayscale: #989898. Windows color (decimal): -2331941 or 14379740. OLE color: 14379740.
HSL color Cylindrical-coordinate representation of color #DC6ADB: hue angle of 300.53º 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 #DC6ADB is Cyan = 0, Magento = 0.52, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 219 | - |
| CMYK | 0 | 0.52 | 0.00 | 0.14 |
| HSL | 300.53º | 0.62% | 0.64% | - |
| HSV(B) | 300.53º | 0.52% | 0.86% | - |
| XYZ | 47.46 | 30.64 | 70.43 | - |
| YUV | 152.97 | 165.27 | 175.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 219 | 0 | 0.52 | 0.00 | 0.14 | 300.53 | 0.62 | 0.64 |
| Hex | DC | 6A | DB | 0 | 34 | 0 | E | 12D | 3E | 40 |
| Octal | 334 | 152 | 333 | 0 | 64 | 0 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11011011 | 0 | 110100 | 0 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC6ADB
Complementary color
Monochromatic Colors of #DC6ADB
Black with #DC6ADB
Text Example
Text Example
White with #DC6ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ADB; }
p { color: rgb(220,106,219); }
H1.HeaderClassName
{
color: #DC6ADB;
}
.AnyTagClassName
{
color: #DC6ADB;
}
</style>
background-color css
<style>
a { background-color: #DC6ADB; }
a { background-color: rgb(220,106,219); }
div.DivClassName
{
background-color: #DC6ADB;
}
.BgClassName
{
background-color: #DC6ADB;
}
</style>
border-color css
<style>
span { border-color: #DC6ADB; }
span { border-color: rgb(220,106,219); }
td.TdClassName
{
border-color: #DC6ADB;
}
.TagClassName
{
border-color: #DC6ADB;
}
</style>