Shades of Orchid #DC6AD6
Tints of Orchid #DC6AD6
RGB
CMYK
RGB Variations
Color information
#DC6AD6 (or 0xDC6AD6) is known color: Orchid. HEX triplet: DC, 6A and D6. RGB value is (220,106,214). Sum of RGB (Red+Green+Blue) = 220+106+214=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 106 (41.80% from 255 or 19.63% from 540); Blue value is 214 (83.98% from 255 or 39.63% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD6 is #239529. Grayscale: #989898. Windows color (decimal): -2331946 or 14052060. OLE color: 14052060.
HSL color Cylindrical-coordinate representation of color #DC6AD6: hue angle of 303.16º 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 #DC6AD6 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 214 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.14 |
| HSL | 303.16º | 0.62% | 0.64% | - |
| HSV(B) | 303.16º | 0.52% | 0.86% | - |
| XYZ | 46.81 | 30.38 | 67.02 | - |
| YUV | 152.4 | 162.77 | 176.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 214 | 0 | 0.52 | 0.03 | 0.14 | 303.16 | 0.62 | 0.64 |
| Hex | DC | 6A | D6 | 0 | 34 | 3 | E | 12F | 3E | 40 |
| Octal | 334 | 152 | 326 | 0 | 64 | 3 | 16 | 457 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11010110 | 0 | 110100 | 11 | 1110 | 100101111 | 111110 | 1000000 |
Color Harmonies of #DC6AD6
Complementary color
Monochromatic Colors of #DC6AD6
Black with #DC6AD6
Text Example
Text Example
White with #DC6AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AD6; }
p { color: rgb(220,106,214); }
H1.HeaderClassName
{
color: #DC6AD6;
}
.AnyTagClassName
{
color: #DC6AD6;
}
</style>
background-color css
<style>
a { background-color: #DC6AD6; }
a { background-color: rgb(220,106,214); }
div.DivClassName
{
background-color: #DC6AD6;
}
.BgClassName
{
background-color: #DC6AD6;
}
</style>
border-color css
<style>
span { border-color: #DC6AD6; }
span { border-color: rgb(220,106,214); }
td.TdClassName
{
border-color: #DC6AD6;
}
.TagClassName
{
border-color: #DC6AD6;
}
</style>