Shades of Orchid #DE77DD
Tints of Orchid #DE77DD
RGB
CMYK
RGB Variations
Color information
#DE77DD (or 0xDE77DD) is known color: Orchid. HEX triplet: DE, 77 and DD. RGB value is (222,119,221). Sum of RGB (Red+Green+Blue) = 222+119+221=562 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.50% from 562); Green value is 119 (46.88% from 255 or 21.17% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DD is #218822. Grayscale: #A1A1A1. Windows color (decimal): -2197539 or 14514142. OLE color: 14514142.
HSL color Cylindrical-coordinate representation of color #DE77DD: hue angle of 300.58º 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 #DE77DD is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 221 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.13 |
| HSL | 300.58º | 0.61% | 0.67% | - |
| HSV(B) | 300.58º | 0.46% | 0.87% | - |
| XYZ | 49.77 | 33.94 | 72.34 | - |
| YUV | 161.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 221 | 0 | 0.46 | 0.00 | 0.13 | 300.58 | 0.61 | 0.67 |
| Hex | DE | 77 | DD | 0 | 2E | 0 | D | 12D | 3D | 43 |
| Octal | 336 | 167 | 335 | 0 | 56 | 0 | 15 | 455 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11011101 | 0 | 101110 | 0 | 1101 | 100101101 | 111101 | 1000011 |
Color Harmonies of #DE77DD
Complementary color
Monochromatic Colors of #DE77DD
Black with #DE77DD
Text Example
Text Example
White with #DE77DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77DD; }
p { color: rgb(222,119,221); }
H1.HeaderClassName
{
color: #DE77DD;
}
.AnyTagClassName
{
color: #DE77DD;
}
</style>
background-color css
<style>
a { background-color: #DE77DD; }
a { background-color: rgb(222,119,221); }
div.DivClassName
{
background-color: #DE77DD;
}
.BgClassName
{
background-color: #DE77DD;
}
</style>
border-color css
<style>
span { border-color: #DE77DD; }
span { border-color: rgb(222,119,221); }
td.TdClassName
{
border-color: #DE77DD;
}
.TagClassName
{
border-color: #DE77DD;
}
</style>