Shades of Orchid #DE6ABC
Tints of Orchid #DE6ABC
RGB
CMYK
RGB Variations
Color information
#DE6ABC (or 0xDE6ABC) is known color: Orchid. HEX triplet: DE, 6A and BC. RGB value is (222,106,188). Sum of RGB (Red+Green+Blue) = 222+106+188=516 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.02% from 516); Green value is 106 (41.80% from 255 or 20.54% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6ABC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6ABC is #219543. Grayscale: #959595. Windows color (decimal): -2200900 or 12348126. OLE color: 12348126.
HSL color Cylindrical-coordinate representation of color #DE6ABC: hue angle of 317.59º 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 #DE6ABC is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 106 | 188 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.13 |
| HSL | 317.59º | 0.64% | 0.64% | - |
| HSV(B) | 317.59º | 0.52% | 0.87% | - |
| XYZ | 44.36 | 29.47 | 50.93 | - |
| YUV | 150.03 | 149.43 | 179.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 106 | 188 | 0 | 0.52 | 0.15 | 0.13 | 317.59 | 0.64 | 0.64 |
| Hex | DE | 6A | BC | 0 | 34 | F | D | 13E | 40 | 40 |
| Octal | 336 | 152 | 274 | 0 | 64 | 17 | 15 | 476 | 100 | 100 |
| Binary | 11011110 | 1101010 | 10111100 | 0 | 110100 | 1111 | 1101 | 100111110 | 1000000 | 1000000 |
Color Harmonies of #DE6ABC
Complementary color
Monochromatic Colors of #DE6ABC
Black with #DE6ABC
Text Example
Text Example
White with #DE6ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6ABC; }
p { color: rgb(222,106,188); }
H1.HeaderClassName
{
color: #DE6ABC;
}
.AnyTagClassName
{
color: #DE6ABC;
}
</style>
background-color css
<style>
a { background-color: #DE6ABC; }
a { background-color: rgb(222,106,188); }
div.DivClassName
{
background-color: #DE6ABC;
}
.BgClassName
{
background-color: #DE6ABC;
}
</style>
border-color css
<style>
span { border-color: #DE6ABC; }
span { border-color: rgb(222,106,188); }
td.TdClassName
{
border-color: #DE6ABC;
}
.TagClassName
{
border-color: #DE6ABC;
}
</style>