Shades of Orchid #DC6EE5
Tints of Orchid #DC6EE5
RGB
CMYK
RGB Variations
Color information
#DC6EE5 (or 0xDC6EE5) is known color: Orchid. HEX triplet: DC, 6E and E5. RGB value is (220,110,229). Sum of RGB (Red+Green+Blue) = 220+110+229=559 (74% of max value = 765). Red value is 220 (86.33% from 255 or 39.36% from 559); Green value is 110 (43.36% from 255 or 19.68% from 559); Blue value is 229 (89.84% from 255 or 40.97% from 559); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC6EE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EE5 is #23911A. Grayscale: #9C9C9C. Windows color (decimal): -2330907 or 15036124. OLE color: 15036124.
HSL color Cylindrical-coordinate representation of color #DC6EE5: hue angle of 295.46º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6EE5 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 110 | 229 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.10 |
| HSL | 295.46º | 0.7% | 0.66% | - |
| HSV(B) | 295.46º | 0.52% | 0.9% | - |
| XYZ | 49.23 | 32.02 | 77.72 | - |
| YUV | 156.46 | 168.94 | 173.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 229 | 0.04 | 0.52 | 0 | 0.10 | 295.46 | 0.7 | 0.66 |
| Hex | DC | 6E | E5 | 4 | 34 | 0 | A | 127 | 46 | 42 |
| Octal | 334 | 156 | 345 | 4 | 64 | 0 | 12 | 447 | 106 | 102 |
| Binary | 11011100 | 1101110 | 11100101 | 100 | 110100 | 0 | 1010 | 100100111 | 1000110 | 1000010 |
Color Harmonies of #DC6EE5
Complementary color
Monochromatic Colors of #DC6EE5
Black with #DC6EE5
Text Example
Text Example
White with #DC6EE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EE5; }
p { color: rgb(220,110,229); }
H1.HeaderClassName
{
color: #DC6EE5;
}
.AnyTagClassName
{
color: #DC6EE5;
}
</style>
background-color css
<style>
a { background-color: #DC6EE5; }
a { background-color: rgb(220,110,229); }
div.DivClassName
{
background-color: #DC6EE5;
}
.BgClassName
{
background-color: #DC6EE5;
}
</style>
border-color css
<style>
span { border-color: #DC6EE5; }
span { border-color: rgb(220,110,229); }
td.TdClassName
{
border-color: #DC6EE5;
}
.TagClassName
{
border-color: #DC6EE5;
}
</style>