Shades of Orchid #DC6ADA
Tints of Orchid #DC6ADA
RGB
CMYK
RGB Variations
Color information
#DC6ADA (or 0xDC6ADA) is known color: Orchid. HEX triplet: DC, 6A and DA. RGB value is (220,106,218). Sum of RGB (Red+Green+Blue) = 220+106+218=544 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.44% from 544); Green value is 106 (41.80% from 255 or 19.49% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ADA is #239525. Grayscale: #989898. Windows color (decimal): -2331942 or 14314204. OLE color: 14314204.
HSL color Cylindrical-coordinate representation of color #DC6ADA: hue angle of 301.05º 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 #DC6ADA is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 218 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.14 |
| HSL | 301.05º | 0.62% | 0.64% | - |
| HSV(B) | 301.05º | 0.52% | 0.86% | - |
| XYZ | 47.32 | 30.59 | 69.74 | - |
| YUV | 152.85 | 164.77 | 175.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 218 | 0 | 0.52 | 0.01 | 0.14 | 301.05 | 0.62 | 0.64 |
| Hex | DC | 6A | DA | 0 | 34 | 1 | E | 12D | 3E | 40 |
| Octal | 334 | 152 | 332 | 0 | 64 | 1 | 16 | 455 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11011010 | 0 | 110100 | 1 | 1110 | 100101101 | 111110 | 1000000 |
Color Harmonies of #DC6ADA
Complementary color
Monochromatic Colors of #DC6ADA
Black with #DC6ADA
Text Example
Text Example
White with #DC6ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ADA; }
p { color: rgb(220,106,218); }
H1.HeaderClassName
{
color: #DC6ADA;
}
.AnyTagClassName
{
color: #DC6ADA;
}
</style>
background-color css
<style>
a { background-color: #DC6ADA; }
a { background-color: rgb(220,106,218); }
div.DivClassName
{
background-color: #DC6ADA;
}
.BgClassName
{
background-color: #DC6ADA;
}
</style>
border-color css
<style>
span { border-color: #DC6ADA; }
span { border-color: rgb(220,106,218); }
td.TdClassName
{
border-color: #DC6ADA;
}
.TagClassName
{
border-color: #DC6ADA;
}
</style>