Shades of Orchid #DE77C4
Tints of Orchid #DE77C4
RGB
CMYK
RGB Variations
Color information
#DE77C4 (or 0xDE77C4) is known color: Orchid. HEX triplet: DE, 77 and C4. RGB value is (222,119,196). Sum of RGB (Red+Green+Blue) = 222+119+196=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 119 (46.88% from 255 or 22.16% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77C4 is #21883B. Grayscale: #9E9E9E. Windows color (decimal): -2197564 or 12875742. OLE color: 12875742.
HSL color Cylindrical-coordinate representation of color #DE77C4: hue angle of 315.15º 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 #DE77C4 is Cyan = 0, Magento = 0.46, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 196 | - |
| CMYK | 0 | 0.46 | 0.12 | 0.13 |
| HSL | 315.15º | 0.61% | 0.67% | - |
| HSV(B) | 315.15º | 0.46% | 0.87% | - |
| XYZ | 46.68 | 32.71 | 56.08 | - |
| YUV | 158.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 196 | 0 | 0.46 | 0.12 | 0.13 | 315.15 | 0.61 | 0.67 |
| Hex | DE | 77 | C4 | 0 | 2E | C | D | 13B | 3D | 43 |
| Octal | 336 | 167 | 304 | 0 | 56 | 14 | 15 | 473 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11000100 | 0 | 101110 | 1100 | 1101 | 100111011 | 111101 | 1000011 |
Color Harmonies of #DE77C4
Complementary color
Monochromatic Colors of #DE77C4
Black with #DE77C4
Text Example
Text Example
White with #DE77C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77C4; }
p { color: rgb(222,119,196); }
H1.HeaderClassName
{
color: #DE77C4;
}
.AnyTagClassName
{
color: #DE77C4;
}
</style>
background-color css
<style>
a { background-color: #DE77C4; }
a { background-color: rgb(222,119,196); }
div.DivClassName
{
background-color: #DE77C4;
}
.BgClassName
{
background-color: #DE77C4;
}
</style>
border-color css
<style>
span { border-color: #DE77C4; }
span { border-color: rgb(222,119,196); }
td.TdClassName
{
border-color: #DE77C4;
}
.TagClassName
{
border-color: #DE77C4;
}
</style>