Shades of Orchid #DE83CB
Tints of Orchid #DE83CB
RGB
CMYK
RGB Variations
Color information
#DE83CB (or 0xDE83CB) is known color: Orchid. HEX triplet: DE, 83 and CB. RGB value is (222,131,203). Sum of RGB (Red+Green+Blue) = 222+131+203=556 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.93% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 203 (79.69% from 255 or 36.51% from 556); Max value from RGB is 222 - color contains mainly: red. Hex color #DE83CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE83CB is #217C34. Grayscale: #A6A6A6. Windows color (decimal): -2194485 or 13337566. OLE color: 13337566.
HSL color Cylindrical-coordinate representation of color #DE83CB: hue angle of 312.53º 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 #DE83CB is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 131 | 203 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.13 |
| HSL | 312.53º | 0.58% | 0.69% | - |
| HSV(B) | 312.53º | 0.41% | 0.87% | - |
| XYZ | 49.02 | 36.07 | 60.88 | - |
| YUV | 166.42 | 148.65 | 167.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 131 | 203 | 0 | 0.41 | 0.09 | 0.13 | 312.53 | 0.58 | 0.69 |
| Hex | DE | 83 | CB | 0 | 29 | 9 | D | 139 | 3A | 45 |
| Octal | 336 | 203 | 313 | 0 | 51 | 11 | 15 | 471 | 72 | 105 |
| Binary | 11011110 | 10000011 | 11001011 | 0 | 101001 | 1001 | 1101 | 100111001 | 111010 | 1000101 |
Color Harmonies of #DE83CB
Complementary color
Monochromatic Colors of #DE83CB
Black with #DE83CB
Text Example
Text Example
White with #DE83CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE83CB; }
p { color: rgb(222,131,203); }
H1.HeaderClassName
{
color: #DE83CB;
}
.AnyTagClassName
{
color: #DE83CB;
}
</style>
background-color css
<style>
a { background-color: #DE83CB; }
a { background-color: rgb(222,131,203); }
div.DivClassName
{
background-color: #DE83CB;
}
.BgClassName
{
background-color: #DE83CB;
}
</style>
border-color css
<style>
span { border-color: #DE83CB; }
span { border-color: rgb(222,131,203); }
td.TdClassName
{
border-color: #DE83CB;
}
.TagClassName
{
border-color: #DE83CB;
}
</style>