Shades of Orchid #DE6ACB
Tints of Orchid #DE6ACB
RGB
CMYK
RGB Variations
Color information
#DE6ACB (or 0xDE6ACB) is known color: Orchid. HEX triplet: DE, 6A and CB. RGB value is (222,106,203). Sum of RGB (Red+Green+Blue) = 222+106+203=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 106 (41.80% from 255 or 19.96% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ACB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ACB is #219534. Grayscale: #979797. Windows color (decimal): -2200885 or 13331166. OLE color: 13331166.
HSL color Cylindrical-coordinate representation of color #DE6ACB: hue angle of 309.83º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6ACB is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 203 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.13 |
| HSL | 309.83º | 0.64% | 0.64% | - |
| HSV(B) | 309.83º | 0.52% | 0.87% | - |
| XYZ | 46.06 | 30.15 | 59.89 | - |
| YUV | 151.74 | 156.93 | 178.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 203 | 0 | 0.52 | 0.09 | 0.13 | 309.83 | 0.64 | 0.64 |
| Hex | DE | 6A | CB | 0 | 34 | 9 | D | 136 | 40 | 40 |
| Octal | 336 | 152 | 313 | 0 | 64 | 11 | 15 | 466 | 100 | 100 |
| Binary | 11011110 | 1101010 | 11001011 | 0 | 110100 | 1001 | 1101 | 100110110 | 1000000 | 1000000 |
Color Harmonies of #DE6ACB
Complementary color
Monochromatic Colors of #DE6ACB
Black with #DE6ACB
Text Example
Text Example
White with #DE6ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ACB; }
p { color: rgb(222,106,203); }
H1.HeaderClassName
{
color: #DE6ACB;
}
.AnyTagClassName
{
color: #DE6ACB;
}
</style>
background-color css
<style>
a { background-color: #DE6ACB; }
a { background-color: rgb(222,106,203); }
div.DivClassName
{
background-color: #DE6ACB;
}
.BgClassName
{
background-color: #DE6ACB;
}
</style>
border-color css
<style>
span { border-color: #DE6ACB; }
span { border-color: rgb(222,106,203); }
td.TdClassName
{
border-color: #DE6ACB;
}
.TagClassName
{
border-color: #DE6ACB;
}
</style>