Shades of Orchid #DC6EE4
Tints of Orchid #DC6EE4
RGB
CMYK
RGB Variations
Color information
#DC6EE4 (or 0xDC6EE4) is known color: Orchid. HEX triplet: DC, 6E and E4. RGB value is (220,110,228). Sum of RGB (Red+Green+Blue) = 220+110+228=558 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.43% from 558); Green value is 110 (43.36% from 255 or 19.71% from 558); Blue value is 228 (89.45% from 255 or 40.86% from 558); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC6EE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC6EE4 is #23911B. Grayscale: #9B9B9B. Windows color (decimal): -2330908 or 14970588. OLE color: 14970588.
HSL color Cylindrical-coordinate representation of color #DC6EE4: hue angle of 295.93º degrees, saturation: 0.69, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DC6EE4 is Cyan = 0.04, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 110 | 228 | - |
| CMYK | 0.04 | 0.52 | 0 | 0.11 |
| HSL | 295.93º | 0.69% | 0.66% | - |
| HSV(B) | 295.93º | 0.52% | 0.89% | - |
| XYZ | 49.09 | 31.97 | 76.98 | - |
| YUV | 156.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 110 | 228 | 0.04 | 0.52 | 0 | 0.11 | 295.93 | 0.69 | 0.66 |
| Hex | DC | 6E | E4 | 4 | 34 | 0 | B | 128 | 45 | 42 |
| Octal | 334 | 156 | 344 | 4 | 64 | 0 | 13 | 450 | 105 | 102 |
| Binary | 11011100 | 1101110 | 11100100 | 100 | 110100 | 0 | 1011 | 100101000 | 1000101 | 1000010 |
Color Harmonies of #DC6EE4
Complementary color
Monochromatic Colors of #DC6EE4
Black with #DC6EE4
Text Example
Text Example
White with #DC6EE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC6EE4; }
p { color: rgb(220,110,228); }
H1.HeaderClassName
{
color: #DC6EE4;
}
.AnyTagClassName
{
color: #DC6EE4;
}
</style>
background-color css
<style>
a { background-color: #DC6EE4; }
a { background-color: rgb(220,110,228); }
div.DivClassName
{
background-color: #DC6EE4;
}
.BgClassName
{
background-color: #DC6EE4;
}
</style>
border-color css
<style>
span { border-color: #DC6EE4; }
span { border-color: rgb(220,110,228); }
td.TdClassName
{
border-color: #DC6EE4;
}
.TagClassName
{
border-color: #DC6EE4;
}
</style>