Shades of Orchid #DE77D4
Tints of Orchid #DE77D4
RGB
CMYK
RGB Variations
Color information
#DE77D4 (or 0xDE77D4) is known color: Orchid. HEX triplet: DE, 77 and D4. RGB value is (222,119,212). Sum of RGB (Red+Green+Blue) = 222+119+212=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 119 (46.88% from 255 or 21.52% from 553); Blue value is 212 (83.20% from 255 or 38.34% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77D4 is #21882B. Grayscale: #A0A0A0. Windows color (decimal): -2197548 or 13924318. OLE color: 13924318.
HSL color Cylindrical-coordinate representation of color #DE77D4: hue angle of 305.83º 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 #DE77D4 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 212 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 305.83º | 0.61% | 0.67% | - |
| HSV(B) | 305.83º | 0.46% | 0.87% | - |
| XYZ | 48.6 | 33.48 | 66.19 | - |
| YUV | 160.4 | 157.12 | 171.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 212 | 0 | 0.46 | 0.05 | 0.13 | 305.83 | 0.61 | 0.67 |
| Hex | DE | 77 | D4 | 0 | 2E | 5 | D | 132 | 3D | 43 |
| Octal | 336 | 167 | 324 | 0 | 56 | 5 | 15 | 462 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11010100 | 0 | 101110 | 101 | 1101 | 100110010 | 111101 | 1000011 |
Color Harmonies of #DE77D4
Complementary color
Monochromatic Colors of #DE77D4
Black with #DE77D4
Text Example
Text Example
White with #DE77D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77D4; }
p { color: rgb(222,119,212); }
H1.HeaderClassName
{
color: #DE77D4;
}
.AnyTagClassName
{
color: #DE77D4;
}
</style>
background-color css
<style>
a { background-color: #DE77D4; }
a { background-color: rgb(222,119,212); }
div.DivClassName
{
background-color: #DE77D4;
}
.BgClassName
{
background-color: #DE77D4;
}
</style>
border-color css
<style>
span { border-color: #DE77D4; }
span { border-color: rgb(222,119,212); }
td.TdClassName
{
border-color: #DE77D4;
}
.TagClassName
{
border-color: #DE77D4;
}
</style>