Shades of Orchid #DC6EE1
Tints of Orchid #DC6EE1
RGB
CMYK
RGB Variations
Color information
#DC6EE1 (or 0xDC6EE1) is known color: Orchid. HEX triplet: DC, 6E and E1. RGB value is (220,110,225). Sum of RGB (Red+Green+Blue) = 220+110+225=555 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.64% from 555); Green value is 110 (43.36% from 255 or 19.82% from 555); Blue value is 225 (88.28% from 255 or 40.54% from 555); Max value from RGB is 225 - color contains mainly: blue. Hex color #DC6EE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EE1 is #23911E. Grayscale: #9B9B9B. Windows color (decimal): -2330911 or 14773980. OLE color: 14773980.
HSL color Cylindrical-coordinate representation of color #DC6EE1: hue angle of 297.39º degrees, saturation: 0.66, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DC6EE1 is Cyan = 0.02, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 220 | 110 | 225 | - |
| CMYK | 0.02 | 0.51 | 0 | 0.12 |
| HSL | 297.39º | 0.66% | 0.66% | - |
| HSV(B) | 297.39º | 0.51% | 0.88% | - |
| XYZ | 48.68 | 31.8 | 74.81 | - |
| YUV | 156 | 166.94 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 225 | 0.02 | 0.51 | 0 | 0.12 | 297.39 | 0.66 | 0.66 |
| Hex | DC | 6E | E1 | 2 | 33 | 0 | C | 129 | 42 | 42 |
| Octal | 334 | 156 | 341 | 2 | 63 | 0 | 14 | 451 | 102 | 102 |
| Binary | 11011100 | 1101110 | 11100001 | 10 | 110011 | 0 | 1100 | 100101001 | 1000010 | 1000010 |
Color Harmonies of #DC6EE1
Complementary color
Monochromatic Colors of #DC6EE1
Black with #DC6EE1
Text Example
Text Example
White with #DC6EE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EE1; }
p { color: rgb(220,110,225); }
H1.HeaderClassName
{
color: #DC6EE1;
}
.AnyTagClassName
{
color: #DC6EE1;
}
</style>
background-color css
<style>
a { background-color: #DC6EE1; }
a { background-color: rgb(220,110,225); }
div.DivClassName
{
background-color: #DC6EE1;
}
.BgClassName
{
background-color: #DC6EE1;
}
</style>
border-color css
<style>
span { border-color: #DC6EE1; }
span { border-color: rgb(220,110,225); }
td.TdClassName
{
border-color: #DC6EE1;
}
.TagClassName
{
border-color: #DC6EE1;
}
</style>