Shades of Orchid #DC76E7
Tints of Orchid #DC76E7
RGB
CMYK
RGB Variations
Color information
#DC76E7 (or 0xDC76E7) is known color: Orchid. HEX triplet: DC, 76 and E7. RGB value is (220,118,231). Sum of RGB (Red+Green+Blue) = 220+118+231=569 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.66% from 569); Green value is 118 (46.48% from 255 or 20.74% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #DC76E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76E7 is #238918. Grayscale: #A1A1A1. Windows color (decimal): -2328857 or 15169244. OLE color: 15169244.
HSL color Cylindrical-coordinate representation of color #DC76E7: hue angle of 294.16º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC76E7 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 118 | 231 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.09 |
| HSL | 294.16º | 0.7% | 0.68% | - |
| HSV(B) | 294.16º | 0.49% | 0.91% | - |
| XYZ | 50.42 | 33.94 | 79.5 | - |
| YUV | 161.38 | 167.29 | 169.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 231 | 0.05 | 0.49 | 0 | 0.09 | 294.16 | 0.7 | 0.68 |
| Hex | DC | 76 | E7 | 5 | 31 | 0 | 9 | 126 | 46 | 44 |
| Octal | 334 | 166 | 347 | 5 | 61 | 0 | 11 | 446 | 106 | 104 |
| Binary | 11011100 | 1110110 | 11100111 | 101 | 110001 | 0 | 1001 | 100100110 | 1000110 | 1000100 |
Color Harmonies of #DC76E7
Complementary color
Monochromatic Colors of #DC76E7
Black with #DC76E7
Text Example
Text Example
White with #DC76E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76E7; }
p { color: rgb(220,118,231); }
H1.HeaderClassName
{
color: #DC76E7;
}
.AnyTagClassName
{
color: #DC76E7;
}
</style>
background-color css
<style>
a { background-color: #DC76E7; }
a { background-color: rgb(220,118,231); }
div.DivClassName
{
background-color: #DC76E7;
}
.BgClassName
{
background-color: #DC76E7;
}
</style>
border-color css
<style>
span { border-color: #DC76E7; }
span { border-color: rgb(220,118,231); }
td.TdClassName
{
border-color: #DC76E7;
}
.TagClassName
{
border-color: #DC76E7;
}
</style>