Shades of Orchid #DC76E6
Tints of Orchid #DC76E6
RGB
CMYK
RGB Variations
Color information
#DC76E6 (or 0xDC76E6) is known color: Orchid. HEX triplet: DC, 76 and E6. RGB value is (220,118,230). Sum of RGB (Red+Green+Blue) = 220+118+230=568 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.73% from 568); Green value is 118 (46.48% from 255 or 20.77% from 568); Blue value is 230 (90.23% from 255 or 40.49% from 568); Max value from RGB is 230 - color contains mainly: blue. Hex color #DC76E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC76E6 is #238919. Grayscale: #A0A0A0. Windows color (decimal): -2328858 or 15103708. OLE color: 15103708.
HSL color Cylindrical-coordinate representation of color #DC76E6: hue angle of 294.64º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC76E6 is Cyan = 0.04, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 220 | 118 | 230 | - |
| CMYK | 0.04 | 0.49 | 0 | 0.10 |
| HSL | 294.64º | 0.69% | 0.68% | - |
| HSV(B) | 294.64º | 0.49% | 0.9% | - |
| XYZ | 50.28 | 33.89 | 78.75 | - |
| YUV | 161.27 | 166.79 | 169.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 118 | 230 | 0.04 | 0.49 | 0 | 0.10 | 294.64 | 0.69 | 0.68 |
| Hex | DC | 76 | E6 | 4 | 31 | 0 | A | 127 | 45 | 44 |
| Octal | 334 | 166 | 346 | 4 | 61 | 0 | 12 | 447 | 105 | 104 |
| Binary | 11011100 | 1110110 | 11100110 | 100 | 110001 | 0 | 1010 | 100100111 | 1000101 | 1000100 |
Color Harmonies of #DC76E6
Complementary color
Monochromatic Colors of #DC76E6
Black with #DC76E6
Text Example
Text Example
White with #DC76E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC76E6; }
p { color: rgb(220,118,230); }
H1.HeaderClassName
{
color: #DC76E6;
}
.AnyTagClassName
{
color: #DC76E6;
}
</style>
background-color css
<style>
a { background-color: #DC76E6; }
a { background-color: rgb(220,118,230); }
div.DivClassName
{
background-color: #DC76E6;
}
.BgClassName
{
background-color: #DC76E6;
}
</style>
border-color css
<style>
span { border-color: #DC76E6; }
span { border-color: rgb(220,118,230); }
td.TdClassName
{
border-color: #DC76E6;
}
.TagClassName
{
border-color: #DC76E6;
}
</style>