Shades of Orchid #DE76CB
Tints of Orchid #DE76CB
RGB
CMYK
RGB Variations
Color information
#DE76CB (or 0xDE76CB) is known color: Orchid. HEX triplet: DE, 76 and CB. RGB value is (222,118,203). Sum of RGB (Red+Green+Blue) = 222+118+203=543 (71% of max value = 765). Red value is 222 (87.11% from 255 or 40.88% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 222 - color contains mainly: red. Hex color #DE76CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE76CB is #218934. Grayscale: #9E9E9E. Windows color (decimal): -2197813 or 13334238. OLE color: 13334238.
HSL color Cylindrical-coordinate representation of color #DE76CB: hue angle of 310.96º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DE76CB is Cyan = 0, Magento = 0.47, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 118 | 203 | - |
| CMYK | 0 | 0.47 | 0.09 | 0.13 |
| HSL | 310.96º | 0.61% | 0.67% | - |
| HSV(B) | 310.96º | 0.47% | 0.87% | - |
| XYZ | 47.38 | 32.8 | 60.33 | - |
| YUV | 158.79 | 152.96 | 173.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 118 | 203 | 0 | 0.47 | 0.09 | 0.13 | 310.96 | 0.61 | 0.67 |
| Hex | DE | 76 | CB | 0 | 2F | 9 | D | 137 | 3D | 43 |
| Octal | 336 | 166 | 313 | 0 | 57 | 11 | 15 | 467 | 75 | 103 |
| Binary | 11011110 | 1110110 | 11001011 | 0 | 101111 | 1001 | 1101 | 100110111 | 111101 | 1000011 |
Color Harmonies of #DE76CB
Complementary color
Monochromatic Colors of #DE76CB
Black with #DE76CB
Text Example
Text Example
White with #DE76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE76CB; }
p { color: rgb(222,118,203); }
H1.HeaderClassName
{
color: #DE76CB;
}
.AnyTagClassName
{
color: #DE76CB;
}
</style>
background-color css
<style>
a { background-color: #DE76CB; }
a { background-color: rgb(222,118,203); }
div.DivClassName
{
background-color: #DE76CB;
}
.BgClassName
{
background-color: #DE76CB;
}
</style>
border-color css
<style>
span { border-color: #DE76CB; }
span { border-color: rgb(222,118,203); }
td.TdClassName
{
border-color: #DE76CB;
}
.TagClassName
{
border-color: #DE76CB;
}
</style>