Shades of Orchid #DE77DC
Tints of Orchid #DE77DC
RGB
CMYK
RGB Variations
Color information
#DE77DC (or 0xDE77DC) is known color: Orchid. HEX triplet: DE, 77 and DC. RGB value is (222,119,220). Sum of RGB (Red+Green+Blue) = 222+119+220=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 119 (46.88% from 255 or 21.21% from 561); Blue value is 220 (86.33% from 255 or 39.22% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DC is #218823. Grayscale: #A1A1A1. Windows color (decimal): -2197540 or 14448606. OLE color: 14448606.
HSL color Cylindrical-coordinate representation of color #DE77DC: hue angle of 301.17º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DE77DC is Cyan = 0, Magento = 0.46, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 220 | - |
| CMYK | 0 | 0.46 | 0.01 | 0.13 |
| HSL | 301.17º | 0.61% | 0.67% | - |
| HSV(B) | 301.17º | 0.46% | 0.87% | - |
| XYZ | 49.64 | 33.89 | 71.64 | - |
| YUV | 161.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 220 | 0 | 0.46 | 0.01 | 0.13 | 301.17 | 0.61 | 0.67 |
| Hex | DE | 77 | DC | 0 | 2E | 1 | D | 12D | 3D | 43 |
| Octal | 336 | 167 | 334 | 0 | 56 | 1 | 15 | 455 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11011100 | 0 | 101110 | 1 | 1101 | 100101101 | 111101 | 1000011 |
Color Harmonies of #DE77DC
Complementary color
Monochromatic Colors of #DE77DC
Black with #DE77DC
Text Example
Text Example
White with #DE77DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77DC; }
p { color: rgb(222,119,220); }
H1.HeaderClassName
{
color: #DE77DC;
}
.AnyTagClassName
{
color: #DE77DC;
}
</style>
background-color css
<style>
a { background-color: #DE77DC; }
a { background-color: rgb(222,119,220); }
div.DivClassName
{
background-color: #DE77DC;
}
.BgClassName
{
background-color: #DE77DC;
}
</style>
border-color css
<style>
span { border-color: #DE77DC; }
span { border-color: rgb(222,119,220); }
td.TdClassName
{
border-color: #DE77DC;
}
.TagClassName
{
border-color: #DE77DC;
}
</style>