Shades of Orchid #DE77CA
Tints of Orchid #DE77CA
RGB
CMYK
RGB Variations
Color information
#DE77CA (or 0xDE77CA) is known color: Orchid. HEX triplet: DE, 77 and CA. RGB value is (222,119,202). Sum of RGB (Red+Green+Blue) = 222+119+202=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 202 (79.30% from 255 or 37.20% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE77CA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE77CA is #218835. Grayscale: #9F9F9F. Windows color (decimal): -2197558 or 13268958. OLE color: 13268958.
HSL color Cylindrical-coordinate representation of color #DE77CA: hue angle of 311.65º 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 #DE77CA is Cyan = 0, Magento = 0.46, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 119 | 202 | - |
| CMYK | 0 | 0.46 | 0.09 | 0.13 |
| HSL | 311.65º | 0.61% | 0.67% | - |
| HSV(B) | 311.65º | 0.46% | 0.87% | - |
| XYZ | 47.38 | 32.99 | 59.75 | - |
| YUV | 159.26 | 152.12 | 172.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 119 | 202 | 0 | 0.46 | 0.09 | 0.13 | 311.65 | 0.61 | 0.67 |
| Hex | DE | 77 | CA | 0 | 2E | 9 | D | 138 | 3D | 43 |
| Octal | 336 | 167 | 312 | 0 | 56 | 11 | 15 | 470 | 75 | 103 |
| Binary | 11011110 | 1110111 | 11001010 | 0 | 101110 | 1001 | 1101 | 100111000 | 111101 | 1000011 |
Color Harmonies of #DE77CA
Complementary color
Monochromatic Colors of #DE77CA
Black with #DE77CA
Text Example
Text Example
White with #DE77CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE77CA; }
p { color: rgb(222,119,202); }
H1.HeaderClassName
{
color: #DE77CA;
}
.AnyTagClassName
{
color: #DE77CA;
}
</style>
background-color css
<style>
a { background-color: #DE77CA; }
a { background-color: rgb(222,119,202); }
div.DivClassName
{
background-color: #DE77CA;
}
.BgClassName
{
background-color: #DE77CA;
}
</style>
border-color css
<style>
span { border-color: #DE77CA; }
span { border-color: rgb(222,119,202); }
td.TdClassName
{
border-color: #DE77CA;
}
.TagClassName
{
border-color: #DE77CA;
}
</style>