Shades of Orchid #DC7CE4
Tints of Orchid #DC7CE4
RGB
CMYK
RGB Variations
Color information
#DC7CE4 (or 0xDC7CE4) is known color: Orchid. HEX triplet: DC, 7C and E4. RGB value is (220,124,228). Sum of RGB (Red+Green+Blue) = 220+124+228=572 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.46% from 572); Green value is 124 (48.83% from 255 or 21.68% from 572); Blue value is 228 (89.45% from 255 or 39.86% from 572); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC7CE4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CE4 is #23831B. Grayscale: #A4A4A4. Windows color (decimal): -2327324 or 14974172. OLE color: 14974172.
HSL color Cylindrical-coordinate representation of color #DC7CE4: hue angle of 295.38º degrees, saturation: 0.66, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7CE4 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 124 | 228 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.11 |
| HSL | 295.38º | 0.66% | 0.69% | - |
| HSV(B) | 295.38º | 0.46% | 0.89% | - |
| XYZ | 50.73 | 35.23 | 77.53 | - |
| YUV | 164.56 | 163.8 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 228 | 0.04 | 0.46 | 0 | 0.11 | 295.38 | 0.66 | 0.69 |
| Hex | DC | 7C | E4 | 4 | 2E | 0 | B | 127 | 42 | 45 |
| Octal | 334 | 174 | 344 | 4 | 56 | 0 | 13 | 447 | 102 | 105 |
| Binary | 11011100 | 1111100 | 11100100 | 100 | 101110 | 0 | 1011 | 100100111 | 1000010 | 1000101 |
Color Harmonies of #DC7CE4
Complementary color
Monochromatic Colors of #DC7CE4
Black with #DC7CE4
Text Example
Text Example
White with #DC7CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CE4; }
p { color: rgb(220,124,228); }
H1.HeaderClassName
{
color: #DC7CE4;
}
.AnyTagClassName
{
color: #DC7CE4;
}
</style>
background-color css
<style>
a { background-color: #DC7CE4; }
a { background-color: rgb(220,124,228); }
div.DivClassName
{
background-color: #DC7CE4;
}
.BgClassName
{
background-color: #DC7CE4;
}
</style>
border-color css
<style>
span { border-color: #DC7CE4; }
span { border-color: rgb(220,124,228); }
td.TdClassName
{
border-color: #DC7CE4;
}
.TagClassName
{
border-color: #DC7CE4;
}
</style>