Shades of Orchid #DC6EC2
Tints of Orchid #DC6EC2
RGB
CMYK
RGB Variations
Color information
#DC6EC2 (or 0xDC6EC2) is known color: Orchid. HEX triplet: DC, 6E and C2. RGB value is (220,110,194). Sum of RGB (Red+Green+Blue) = 220+110+194=524 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.98% from 524); Green value is 110 (43.36% from 255 or 20.99% from 524); Blue value is 194 (76.17% from 255 or 37.02% from 524); Max value from RGB is 220 - color contains mainly: red. Hex color #DC6EC2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EC2 is #23913D. Grayscale: #989898. Windows color (decimal): -2330942 or 12742364. OLE color: 12742364.
HSL color Cylindrical-coordinate representation of color #DC6EC2: hue angle of 314.18º 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 #DC6EC2 is Cyan = 0, Magento = 0.50, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 110 | 194 | - |
| CMYK | 0 | 0.50 | 0.12 | 0.14 |
| HSL | 314.18º | 0.61% | 0.65% | - |
| HSV(B) | 314.18º | 0.5% | 0.86% | - |
| XYZ | 44.83 | 30.26 | 54.52 | - |
| YUV | 152.47 | 151.44 | 176.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 194 | 0 | 0.50 | 0.12 | 0.14 | 314.18 | 0.61 | 0.65 |
| Hex | DC | 6E | C2 | 0 | 32 | C | E | 13A | 3D | 41 |
| Octal | 334 | 156 | 302 | 0 | 62 | 14 | 16 | 472 | 75 | 101 |
| Binary | 11011100 | 1101110 | 11000010 | 0 | 110010 | 1100 | 1110 | 100111010 | 111101 | 1000001 |
Color Harmonies of #DC6EC2
Complementary color
Monochromatic Colors of #DC6EC2
Black with #DC6EC2
Text Example
Text Example
White with #DC6EC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EC2; }
p { color: rgb(220,110,194); }
H1.HeaderClassName
{
color: #DC6EC2;
}
.AnyTagClassName
{
color: #DC6EC2;
}
</style>
background-color css
<style>
a { background-color: #DC6EC2; }
a { background-color: rgb(220,110,194); }
div.DivClassName
{
background-color: #DC6EC2;
}
.BgClassName
{
background-color: #DC6EC2;
}
</style>
border-color css
<style>
span { border-color: #DC6EC2; }
span { border-color: rgb(220,110,194); }
td.TdClassName
{
border-color: #DC6EC2;
}
.TagClassName
{
border-color: #DC6EC2;
}
</style>