Shades of Orchid #DE80CF
Tints of Orchid #DE80CF
RGB
CMYK
RGB Variations
Color information
#DE80CF (or 0xDE80CF) is known color: Orchid. HEX triplet: DE, 80 and CF. RGB value is (222,128,207). Sum of RGB (Red+Green+Blue) = 222+128+207=557 (73% of max value = 765). Red value is 222 (87.11% from 255 or 39.86% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 207 (81.25% from 255 or 37.16% from 557); Max value from RGB is 222 - color contains mainly: red. Hex color #DE80CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DE80CF is #217F30. Grayscale: #A4A4A4. Windows color (decimal): -2195249 or 13598942. OLE color: 13598942.
HSL color Cylindrical-coordinate representation of color #DE80CF: hue angle of 309.57º 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 #DE80CF is Cyan = 0, Magento = 0.42, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 128 | 207 | - |
| CMYK | 0 | 0.42 | 0.07 | 0.13 |
| HSL | 309.57º | 0.59% | 0.69% | - |
| HSV(B) | 309.57º | 0.42% | 0.87% | - |
| XYZ | 49.11 | 35.47 | 63.29 | - |
| YUV | 165.11 | 151.64 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 128 | 207 | 0 | 0.42 | 0.07 | 0.13 | 309.57 | 0.59 | 0.69 |
| Hex | DE | 80 | CF | 0 | 2A | 7 | D | 136 | 3B | 45 |
| Octal | 336 | 200 | 317 | 0 | 52 | 7 | 15 | 466 | 73 | 105 |
| Binary | 11011110 | 10000000 | 11001111 | 0 | 101010 | 111 | 1101 | 100110110 | 111011 | 1000101 |
Color Harmonies of #DE80CF
Complementary color
Monochromatic Colors of #DE80CF
Black with #DE80CF
Text Example
Text Example
White with #DE80CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE80CF; }
p { color: rgb(222,128,207); }
H1.HeaderClassName
{
color: #DE80CF;
}
.AnyTagClassName
{
color: #DE80CF;
}
</style>
background-color css
<style>
a { background-color: #DE80CF; }
a { background-color: rgb(222,128,207); }
div.DivClassName
{
background-color: #DE80CF;
}
.BgClassName
{
background-color: #DE80CF;
}
</style>
border-color css
<style>
span { border-color: #DE80CF; }
span { border-color: rgb(222,128,207); }
td.TdClassName
{
border-color: #DE80CF;
}
.TagClassName
{
border-color: #DE80CF;
}
</style>