Shades of Orchid #DE77C9
Tints of Orchid #DE77C9
RGB
CMYK
RGB Variations
Color information
#DE77C9 (or 0xDE77C9) is known color: Orchid. HEX triplet: DE, 77 and C9. RGB value is (222,119,201). Sum of RGB (Red+Green+Blue) = 222+119+201=542 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.96% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 201 (78.91% from 255 or 37.08% from 542); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77C9 is #218836. Grayscale: #9E9E9E. Windows color (decimal): -2197559 or 13203422. OLE color: 13203422.
HSL color Cylindrical-coordinate representation of color #DE77C9: hue angle of 312.23º 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 #DE77C9 is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 201 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.13 |
| HSL | 312.23º | 0.61% | 0.67% | - |
| HSV(B) | 312.23º | 0.46% | 0.87% | - |
| XYZ | 47.26 | 32.94 | 59.13 | - |
| YUV | 159.15 | 151.62 | 172.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 201 | 0 | 0.46 | 0.09 | 0.13 | 312.23 | 0.61 | 0.67 |
| Hex | DE | 77 | C9 | 0 | 2E | 9 | D | 138 | 3D | 43 |
| Octal | 336 | 167 | 311 | 0 | 56 | 11 | 15 | 470 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11001001 | 0 | 101110 | 1001 | 1101 | 100111000 | 111101 | 1000011 |
Color Harmonies of #DE77C9
Complementary color
Monochromatic Colors of #DE77C9
Black with #DE77C9
Text Example
Text Example
White with #DE77C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77C9; }
p { color: rgb(222,119,201); }
H1.HeaderClassName
{
color: #DE77C9;
}
.AnyTagClassName
{
color: #DE77C9;
}
</style>
background-color css
<style>
a { background-color: #DE77C9; }
a { background-color: rgb(222,119,201); }
div.DivClassName
{
background-color: #DE77C9;
}
.BgClassName
{
background-color: #DE77C9;
}
</style>
border-color css
<style>
span { border-color: #DE77C9; }
span { border-color: rgb(222,119,201); }
td.TdClassName
{
border-color: #DE77C9;
}
.TagClassName
{
border-color: #DE77C9;
}
</style>