Shades of Orchid #DC6AD1
Tints of Orchid #DC6AD1
RGB
CMYK
RGB Variations
Color information
#DC6AD1 (or 0xDC6AD1) is known color: Orchid. HEX triplet: DC, 6A and D1. RGB value is (220,106,209). Sum of RGB (Red+Green+Blue) = 220+106+209=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 106 (41.80% from 255 or 19.81% from 535); Blue value is 209 (82.03% from 255 or 39.07% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6AD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6AD1 is #23952E. Grayscale: #979797. Windows color (decimal): -2331951 or 13724380. OLE color: 13724380.
HSL color Cylindrical-coordinate representation of color #DC6AD1: hue angle of 305.79º 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 #DC6AD1 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 106 | 209 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.14 |
| HSL | 305.79º | 0.62% | 0.64% | - |
| HSV(B) | 305.79º | 0.52% | 0.86% | - |
| XYZ | 46.18 | 30.13 | 63.7 | - |
| YUV | 151.83 | 160.27 | 176.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 106 | 209 | 0 | 0.52 | 0.05 | 0.14 | 305.79 | 0.62 | 0.64 |
| Hex | DC | 6A | D1 | 0 | 34 | 5 | E | 132 | 3E | 40 |
| Octal | 334 | 152 | 321 | 0 | 64 | 5 | 16 | 462 | 76 | 100 |
| Binary | 11011100 | 1101010 | 11010001 | 0 | 110100 | 101 | 1110 | 100110010 | 111110 | 1000000 |
Color Harmonies of #DC6AD1
Complementary color
Monochromatic Colors of #DC6AD1
Black with #DC6AD1
Text Example
Text Example
White with #DC6AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6AD1; }
p { color: rgb(220,106,209); }
H1.HeaderClassName
{
color: #DC6AD1;
}
.AnyTagClassName
{
color: #DC6AD1;
}
</style>
background-color css
<style>
a { background-color: #DC6AD1; }
a { background-color: rgb(220,106,209); }
div.DivClassName
{
background-color: #DC6AD1;
}
.BgClassName
{
background-color: #DC6AD1;
}
</style>
border-color css
<style>
span { border-color: #DC6AD1; }
span { border-color: rgb(220,106,209); }
td.TdClassName
{
border-color: #DC6AD1;
}
.TagClassName
{
border-color: #DC6AD1;
}
</style>