Shades of Orchid #DE84CF
Tints of Orchid #DE84CF
RGB
CMYK
RGB Variations
Color information
#DE84CF (or 0xDE84CF) is known color: Orchid. HEX triplet: DE, 84 and CF. RGB value is (222,132,207). Sum of RGB (Red+Green+Blue) = 222+132+207=561 (74% of max value = 765). Red value is 222 (87.11% from 255 or 39.57% from 561); Green value is 132 (51.95% from 255 or 23.53% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CF is #217B30. Grayscale: #A7A7A7. Windows color (decimal): -2194225 or 13599966. OLE color: 13599966.
HSL color Cylindrical-coordinate representation of color #DE84CF: hue angle of 310º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE84CF is Cyan = 0, Magento = 0.41, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 207 | - |
| CMYK | 0 | 0.41 | 0.07 | 0.13 |
| HSL | 310º | 0.58% | 0.69% | - |
| HSV(B) | 310º | 0.41% | 0.87% | - |
| XYZ | 49.64 | 36.54 | 63.47 | - |
| YUV | 167.46 | 150.32 | 166.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 207 | 0 | 0.41 | 0.07 | 0.13 | 310 | 0.58 | 0.69 |
| Hex | DE | 84 | CF | 0 | 29 | 7 | D | 136 | 3A | 45 |
| Octal | 336 | 204 | 317 | 0 | 51 | 7 | 15 | 466 | 72 | 105 |
| Binary | 11011110 | 10000100 | 11001111 | 0 | 101001 | 111 | 1101 | 100110110 | 111010 | 1000101 |
Color Harmonies of #DE84CF
Complementary color
Monochromatic Colors of #DE84CF
Black with #DE84CF
Text Example
Text Example
White with #DE84CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84CF; }
p { color: rgb(222,132,207); }
H1.HeaderClassName
{
color: #DE84CF;
}
.AnyTagClassName
{
color: #DE84CF;
}
</style>
background-color css
<style>
a { background-color: #DE84CF; }
a { background-color: rgb(222,132,207); }
div.DivClassName
{
background-color: #DE84CF;
}
.BgClassName
{
background-color: #DE84CF;
}
</style>
border-color css
<style>
span { border-color: #DE84CF; }
span { border-color: rgb(222,132,207); }
td.TdClassName
{
border-color: #DE84CF;
}
.TagClassName
{
border-color: #DE84CF;
}
</style>