Shades of Orchid #DC7CE5
Tints of Orchid #DC7CE5
RGB
CMYK
RGB Variations
Color information
#DC7CE5 (or 0xDC7CE5) is known color: Orchid. HEX triplet: DC, 7C and E5. RGB value is (220,124,229). Sum of RGB (Red+Green+Blue) = 220+124+229=573 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.39% from 573); Green value is 124 (48.83% from 255 or 21.64% from 573); Blue value is 229 (89.84% from 255 or 39.97% from 573); Max value from RGB is 229 - color contains mainly: blue. Hex color #DC7CE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC7CE5 is #23831A. Grayscale: #A4A4A4. Windows color (decimal): -2327323 or 15039708. OLE color: 15039708.
HSL color Cylindrical-coordinate representation of color #DC7CE5: hue angle of 294.86º degrees, saturation: 0.67, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7CE5 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 124 | 229 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.10 |
| HSL | 294.86º | 0.67% | 0.69% | - |
| HSV(B) | 294.86º | 0.46% | 0.9% | - |
| XYZ | 50.87 | 35.29 | 78.26 | - |
| YUV | 164.67 | 164.3 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 124 | 229 | 0.04 | 0.46 | 0 | 0.10 | 294.86 | 0.67 | 0.69 |
| Hex | DC | 7C | E5 | 4 | 2E | 0 | A | 127 | 43 | 45 |
| Octal | 334 | 174 | 345 | 4 | 56 | 0 | 12 | 447 | 103 | 105 |
| Binary | 11011100 | 1111100 | 11100101 | 100 | 101110 | 0 | 1010 | 100100111 | 1000011 | 1000101 |
Color Harmonies of #DC7CE5
Complementary color
Monochromatic Colors of #DC7CE5
Black with #DC7CE5
Text Example
Text Example
White with #DC7CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC7CE5; }
p { color: rgb(220,124,229); }
H1.HeaderClassName
{
color: #DC7CE5;
}
.AnyTagClassName
{
color: #DC7CE5;
}
</style>
background-color css
<style>
a { background-color: #DC7CE5; }
a { background-color: rgb(220,124,229); }
div.DivClassName
{
background-color: #DC7CE5;
}
.BgClassName
{
background-color: #DC7CE5;
}
</style>
border-color css
<style>
span { border-color: #DC7CE5; }
span { border-color: rgb(220,124,229); }
td.TdClassName
{
border-color: #DC7CE5;
}
.TagClassName
{
border-color: #DC7CE5;
}
</style>