Shades of Orchid #DC77E8
Tints of Orchid #DC77E8
RGB
CMYK
RGB Variations
Color information
#DC77E8 (or 0xDC77E8) is known color: Orchid. HEX triplet: DC, 77 and E8. RGB value is (220,119,232). Sum of RGB (Red+Green+Blue) = 220+119+232=571 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.53% from 571); Green value is 119 (46.88% from 255 or 20.84% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 232 - color contains mainly: blue. Hex color #DC77E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DC77E8 is #238817. Grayscale: #A1A1A1. Windows color (decimal): -2328600 or 15235036. OLE color: 15235036.
HSL color Cylindrical-coordinate representation of color #DC77E8: hue angle of 293.63º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DC77E8 is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 220 | 119 | 232 | - |
| CMYK | 0.05 | 0.49 | 0 | 0.09 |
| HSL | 293.63º | 0.71% | 0.69% | - |
| HSV(B) | 293.63º | 0.49% | 0.91% | - |
| XYZ | 50.68 | 34.24 | 80.28 | - |
| YUV | 162.08 | 167.46 | 169.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 119 | 232 | 0.05 | 0.49 | 0 | 0.09 | 293.63 | 0.71 | 0.69 |
| Hex | DC | 77 | E8 | 5 | 31 | 0 | 9 | 126 | 47 | 45 |
| Octal | 334 | 167 | 350 | 5 | 61 | 0 | 11 | 446 | 107 | 105 |
| Binary | 11011100 | 1110111 | 11101000 | 101 | 110001 | 0 | 1001 | 100100110 | 1000111 | 1000101 |
Color Harmonies of #DC77E8
Complementary color
Monochromatic Colors of #DC77E8
Black with #DC77E8
Text Example
Text Example
White with #DC77E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC77E8; }
p { color: rgb(220,119,232); }
H1.HeaderClassName
{
color: #DC77E8;
}
.AnyTagClassName
{
color: #DC77E8;
}
</style>
background-color css
<style>
a { background-color: #DC77E8; }
a { background-color: rgb(220,119,232); }
div.DivClassName
{
background-color: #DC77E8;
}
.BgClassName
{
background-color: #DC77E8;
}
</style>
border-color css
<style>
span { border-color: #DC77E8; }
span { border-color: rgb(220,119,232); }
td.TdClassName
{
border-color: #DC77E8;
}
.TagClassName
{
border-color: #DC77E8;
}
</style>