Shades of Orchid #DE77DE
Tints of Orchid #DE77DE
RGB
CMYK
RGB Variations
Color information
#DE77DE (or 0xDE77DE) is known color: Orchid. HEX triplet: DE, 77 and DE. RGB value is (222,119,222). Sum of RGB (Red+Green+Blue) = 222+119+222=563 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.43% from 563); Green value is 119 (46.88% from 255 or 21.14% from 563); Blue value is 222 (87.11% from 255 or 39.43% from 563); Max value from RGB is 222 - color contains mainly: red, blue. Hex color #DE77DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77DE is #218821. Grayscale: #A1A1A1. Windows color (decimal): -2197538 or 14579678. OLE color: 14579678.
HSL color Cylindrical-coordinate representation of color #DE77DE: hue angle of 300º 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 #DE77DE is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 222 | - |
| CMYK | 0 | 0.46 | 0 | 0.13 |
| HSL | 300º | 0.61% | 0.67% | - |
| HSV(B) | 300º | 0.46% | 0.87% | - |
| XYZ | 49.91 | 34 | 73.04 | - |
| YUV | 161.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 222 | 0 | 0.46 | 0 | 0.13 | 300 | 0.61 | 0.67 |
| Hex | DE | 77 | DE | 0 | 2E | 0 | D | 12C | 3D | 43 |
| Octal | 336 | 167 | 336 | 0 | 56 | 0 | 15 | 454 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11011110 | 0 | 101110 | 0 | 1101 | 100101100 | 111101 | 1000011 |
Color Harmonies of #DE77DE
Complementary color
Monochromatic Colors of #DE77DE
Black with #DE77DE
Text Example
Text Example
White with #DE77DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77DE; }
p { color: rgb(222,119,222); }
H1.HeaderClassName
{
color: #DE77DE;
}
.AnyTagClassName
{
color: #DE77DE;
}
</style>
background-color css
<style>
a { background-color: #DE77DE; }
a { background-color: rgb(222,119,222); }
div.DivClassName
{
background-color: #DE77DE;
}
.BgClassName
{
background-color: #DE77DE;
}
</style>
border-color css
<style>
span { border-color: #DE77DE; }
span { border-color: rgb(222,119,222); }
td.TdClassName
{
border-color: #DE77DE;
}
.TagClassName
{
border-color: #DE77DE;
}
</style>