Shades of Orchid #DC6ED1
Tints of Orchid #DC6ED1
RGB
CMYK
RGB Variations
Color information
#DC6ED1 (or 0xDC6ED1) is known color: Orchid. HEX triplet: DC, 6E and D1. RGB value is (220,110,209). Sum of RGB (Red+Green+Blue) = 220+110+209=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 209 (82.03% from 255 or 38.78% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6ED1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6ED1 is #23912E. Grayscale: #999999. Windows color (decimal): -2330927 or 13725404. OLE color: 13725404.
HSL color Cylindrical-coordinate representation of color #DC6ED1: hue angle of 306º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DC6ED1 is Cyan = 0, Magento = 0.50, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 209 | - |
| CMYK | 0 | 0.50 | 0.05 | 0.14 |
| HSL | 306º | 0.61% | 0.65% | - |
| HSV(B) | 306º | 0.5% | 0.86% | - |
| XYZ | 46.6 | 30.97 | 63.84 | - |
| YUV | 154.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 209 | 0 | 0.50 | 0.05 | 0.14 | 306 | 0.61 | 0.65 |
| Hex | DC | 6E | D1 | 0 | 32 | 5 | E | 132 | 3D | 41 |
| Octal | 334 | 156 | 321 | 0 | 62 | 5 | 16 | 462 | 75 | 101 |
| Binary | 11011100 | 1101110 | 11010001 | 0 | 110010 | 101 | 1110 | 100110010 | 111101 | 1000001 |
Color Harmonies of #DC6ED1
Complementary color
Monochromatic Colors of #DC6ED1
Black with #DC6ED1
Text Example
Text Example
White with #DC6ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6ED1; }
p { color: rgb(220,110,209); }
H1.HeaderClassName
{
color: #DC6ED1;
}
.AnyTagClassName
{
color: #DC6ED1;
}
</style>
background-color css
<style>
a { background-color: #DC6ED1; }
a { background-color: rgb(220,110,209); }
div.DivClassName
{
background-color: #DC6ED1;
}
.BgClassName
{
background-color: #DC6ED1;
}
</style>
border-color css
<style>
span { border-color: #DC6ED1; }
span { border-color: rgb(220,110,209); }
td.TdClassName
{
border-color: #DC6ED1;
}
.TagClassName
{
border-color: #DC6ED1;
}
</style>