Shades of Orchid #DC76E4
Tints of Orchid #DC76E4
RGB
CMYK
RGB Variations
Color information
#DC76E4 (or 0xDC76E4) is known color: Orchid. HEX triplet: DC, 76 and E4. RGB value is (220,118,228). Sum of RGB (Red+Green+Blue) = 220+118+228=566 (74% of max value = 765). Red value is 220 (86.33% from 255 or 38.87% from 566); Green value is 118 (46.48% from 255 or 20.85% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #DC76E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DC76E4 is #23891B. Grayscale: #A0A0A0. Windows color (decimal): -2328860 or 14972636. OLE color: 14972636.
HSL color Cylindrical-coordinate representation of color #DC76E4: hue angle of 295.64º degrees, saturation: 0.67, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DC76E4 is Cyan = 0.04, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 220 | 118 | 228 | - |
| CMYK | 0.04 | 0.48 | 0 | 0.11 |
| HSL | 295.64º | 0.67% | 0.68% | - |
| HSV(B) | 295.64º | 0.48% | 0.89% | - |
| XYZ | 50 | 33.77 | 77.28 | - |
| YUV | 161.04 | 165.79 | 170.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 228 | 0.04 | 0.48 | 0 | 0.11 | 295.64 | 0.67 | 0.68 |
| Hex | DC | 76 | E4 | 4 | 30 | 0 | B | 128 | 43 | 44 |
| Octal | 334 | 166 | 344 | 4 | 60 | 0 | 13 | 450 | 103 | 104 |
| Binary | 11011100 | 1110110 | 11100100 | 100 | 110000 | 0 | 1011 | 100101000 | 1000011 | 1000100 |
Color Harmonies of #DC76E4
Complementary color
Monochromatic Colors of #DC76E4
Black with #DC76E4
Text Example
Text Example
White with #DC76E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76E4; }
p { color: rgb(220,118,228); }
H1.HeaderClassName
{
color: #DC76E4;
}
.AnyTagClassName
{
color: #DC76E4;
}
</style>
background-color css
<style>
a { background-color: #DC76E4; }
a { background-color: rgb(220,118,228); }
div.DivClassName
{
background-color: #DC76E4;
}
.BgClassName
{
background-color: #DC76E4;
}
</style>
border-color css
<style>
span { border-color: #DC76E4; }
span { border-color: rgb(220,118,228); }
td.TdClassName
{
border-color: #DC76E4;
}
.TagClassName
{
border-color: #DC76E4;
}
</style>