Shades of Orchid #DE77D2
Tints of Orchid #DE77D2
RGB
CMYK
RGB Variations
Color information
#DE77D2 (or 0xDE77D2) is known color: Orchid. HEX triplet: DE, 77 and D2. RGB value is (222,119,210). Sum of RGB (Red+Green+Blue) = 222+119+210=551 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.29% from 551); Green value is 119 (46.88% from 255 or 21.60% from 551); Blue value is 210 (82.42% from 255 or 38.11% from 551); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77D2 is #21882D. Grayscale: #9F9F9F. Windows color (decimal): -2197550 or 13793246. OLE color: 13793246.
HSL color Cylindrical-coordinate representation of color #DE77D2: hue angle of 306.99º 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 #DE77D2 is Cyan = 0, Magento = 0.46, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 210 | - |
| CMYK | 0 | 0.46 | 0.05 | 0.13 |
| HSL | 306.99º | 0.61% | 0.67% | - |
| HSV(B) | 306.99º | 0.46% | 0.87% | - |
| XYZ | 48.35 | 33.38 | 64.87 | - |
| YUV | 160.17 | 156.12 | 172.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 210 | 0 | 0.46 | 0.05 | 0.13 | 306.99 | 0.61 | 0.67 |
| Hex | DE | 77 | D2 | 0 | 2E | 5 | D | 133 | 3D | 43 |
| Octal | 336 | 167 | 322 | 0 | 56 | 5 | 15 | 463 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11010010 | 0 | 101110 | 101 | 1101 | 100110011 | 111101 | 1000011 |
Color Harmonies of #DE77D2
Complementary color
Monochromatic Colors of #DE77D2
Black with #DE77D2
Text Example
Text Example
White with #DE77D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77D2; }
p { color: rgb(222,119,210); }
H1.HeaderClassName
{
color: #DE77D2;
}
.AnyTagClassName
{
color: #DE77D2;
}
</style>
background-color css
<style>
a { background-color: #DE77D2; }
a { background-color: rgb(222,119,210); }
div.DivClassName
{
background-color: #DE77D2;
}
.BgClassName
{
background-color: #DE77D2;
}
</style>
border-color css
<style>
span { border-color: #DE77D2; }
span { border-color: rgb(222,119,210); }
td.TdClassName
{
border-color: #DE77D2;
}
.TagClassName
{
border-color: #DE77D2;
}
</style>