Shades of Orchid #DC6AD4
Tints of Orchid #DC6AD4
RGB
CMYK
RGB Variations
Color information
#DC6AD4 (or 0xDC6AD4) is known color: Orchid. HEX triplet: DC, 6A and D4. RGB value is (220,106,212). Sum of RGB (Red+Green+Blue) = 220+106+212=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 106 (41.80% from 255 or 19.70% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD4 is #23952B. Grayscale: #979797. Windows color (decimal): -2331948 or 13920988. OLE color: 13920988.
HSL color Cylindrical-coordinate representation of color #DC6AD4: hue angle of 304.21º 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 #DC6AD4 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 212 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.14 |
| HSL | 304.21º | 0.62% | 0.64% | - |
| HSV(B) | 304.21º | 0.52% | 0.86% | - |
| XYZ | 46.55 | 30.28 | 65.68 | - |
| YUV | 152.17 | 161.77 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 212 | 0 | 0.52 | 0.04 | 0.14 | 304.21 | 0.62 | 0.64 |
| Hex | DC | 6A | D4 | 0 | 34 | 4 | E | 130 | 3E | 40 |
| Octal | 334 | 152 | 324 | 0 | 64 | 4 | 16 | 460 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11010100 | 0 | 110100 | 100 | 1110 | 100110000 | 111110 | 1000000 |
Color Harmonies of #DC6AD4
Complementary color
Monochromatic Colors of #DC6AD4
Black with #DC6AD4
Text Example
Text Example
White with #DC6AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AD4; }
p { color: rgb(220,106,212); }
H1.HeaderClassName
{
color: #DC6AD4;
}
.AnyTagClassName
{
color: #DC6AD4;
}
</style>
background-color css
<style>
a { background-color: #DC6AD4; }
a { background-color: rgb(220,106,212); }
div.DivClassName
{
background-color: #DC6AD4;
}
.BgClassName
{
background-color: #DC6AD4;
}
</style>
border-color css
<style>
span { border-color: #DC6AD4; }
span { border-color: rgb(220,106,212); }
td.TdClassName
{
border-color: #DC6AD4;
}
.TagClassName
{
border-color: #DC6AD4;
}
</style>