Shades of Orchid #DE80CB
Tints of Orchid #DE80CB
RGB
CMYK
RGB Variations
Color information
#DE80CB (or 0xDE80CB) is known color: Orchid. HEX triplet: DE, 80 and CB. RGB value is (222,128,203). Sum of RGB (Red+Green+Blue) = 222+128+203=553 (73% of max value = 765). Red value is 222 (87.11% from 255 or 40.14% from 553); Green value is 128 (50.39% from 255 or 23.15% from 553); Blue value is 203 (79.69% from 255 or 36.71% from 553); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80CB is #217F34. Grayscale: #A4A4A4. Windows color (decimal): -2195253 or 13336798. OLE color: 13336798.
HSL color Cylindrical-coordinate representation of color #DE80CB: hue angle of 312.13º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DE80CB is Cyan = 0, Magento = 0.42, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 203 | - |
| CMYK | 0 | 0.42 | 0.09 | 0.13 |
| HSL | 312.13º | 0.59% | 0.69% | - |
| HSV(B) | 312.13º | 0.42% | 0.87% | - |
| XYZ | 48.62 | 35.28 | 60.75 | - |
| YUV | 164.66 | 149.64 | 168.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 203 | 0 | 0.42 | 0.09 | 0.13 | 312.13 | 0.59 | 0.69 |
| Hex | DE | 80 | CB | 0 | 2A | 9 | D | 138 | 3B | 45 |
| Octal | 336 | 200 | 313 | 0 | 52 | 11 | 15 | 470 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11001011 | 0 | 101010 | 1001 | 1101 | 100111000 | 111011 | 1000101 |
Color Harmonies of #DE80CB
Complementary color
Monochromatic Colors of #DE80CB
Black with #DE80CB
Text Example
Text Example
White with #DE80CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80CB; }
p { color: rgb(222,128,203); }
H1.HeaderClassName
{
color: #DE80CB;
}
.AnyTagClassName
{
color: #DE80CB;
}
</style>
background-color css
<style>
a { background-color: #DE80CB; }
a { background-color: rgb(222,128,203); }
div.DivClassName
{
background-color: #DE80CB;
}
.BgClassName
{
background-color: #DE80CB;
}
</style>
border-color css
<style>
span { border-color: #DE80CB; }
span { border-color: rgb(222,128,203); }
td.TdClassName
{
border-color: #DE80CB;
}
.TagClassName
{
border-color: #DE80CB;
}
</style>