Shades of Orchid #DE84CC
Tints of Orchid #DE84CC
RGB
CMYK
RGB Variations
Color information
#DE84CC (or 0xDE84CC) is known color: Orchid. HEX triplet: DE, 84 and CC. RGB value is (222,132,204). Sum of RGB (Red+Green+Blue) = 222+132+204=558 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.78% from 558); Green value is 132 (51.95% from 255 or 23.66% from 558); Blue value is 204 (80.08% from 255 or 36.56% from 558); Max value from RGB is 222 - color contains mainly: red. Hex color #DE84CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE84CC is #217B33. Grayscale: #A6A6A6. Windows color (decimal): -2194228 or 13403358. OLE color: 13403358.
HSL color Cylindrical-coordinate representation of color #DE84CC: hue angle of 312º 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 #DE84CC is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 132 | 204 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.13 |
| HSL | 312º | 0.58% | 0.69% | - |
| HSV(B) | 312º | 0.41% | 0.87% | - |
| XYZ | 49.27 | 36.39 | 61.55 | - |
| YUV | 167.12 | 148.82 | 167.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 132 | 204 | 0 | 0.41 | 0.08 | 0.13 | 312 | 0.58 | 0.69 |
| Hex | DE | 84 | CC | 0 | 29 | 8 | D | 138 | 3A | 45 |
| Octal | 336 | 204 | 314 | 0 | 51 | 10 | 15 | 470 | 72 | 105 |
| Binary | 11011110 | 10000100 | 11001100 | 0 | 101001 | 1000 | 1101 | 100111000 | 111010 | 1000101 |
Color Harmonies of #DE84CC
Complementary color
Monochromatic Colors of #DE84CC
Black with #DE84CC
Text Example
Text Example
White with #DE84CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE84CC; }
p { color: rgb(222,132,204); }
H1.HeaderClassName
{
color: #DE84CC;
}
.AnyTagClassName
{
color: #DE84CC;
}
</style>
background-color css
<style>
a { background-color: #DE84CC; }
a { background-color: rgb(222,132,204); }
div.DivClassName
{
background-color: #DE84CC;
}
.BgClassName
{
background-color: #DE84CC;
}
</style>
border-color css
<style>
span { border-color: #DE84CC; }
span { border-color: rgb(222,132,204); }
td.TdClassName
{
border-color: #DE84CC;
}
.TagClassName
{
border-color: #DE84CC;
}
</style>