Shades of Orchid #DE6BCD
Tints of Orchid #DE6BCD
RGB
CMYK
RGB Variations
Color information
#DE6BCD (or 0xDE6BCD) is known color: Orchid. HEX triplet: DE, 6B and CD. RGB value is (222,107,205). Sum of RGB (Red+Green+Blue) = 222+107+205=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 107 (42.19% from 255 or 20.04% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BCD is #219432. Grayscale: #989898. Windows color (decimal): -2200627 or 13462494. OLE color: 13462494.
HSL color Cylindrical-coordinate representation of color #DE6BCD: hue angle of 308.87º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6BCD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 205 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 308.87º | 0.64% | 0.65% | - |
| HSV(B) | 308.87º | 0.52% | 0.87% | - |
| XYZ | 46.4 | 30.45 | 61.19 | - |
| YUV | 152.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 205 | 0 | 0.52 | 0.08 | 0.13 | 308.87 | 0.64 | 0.65 |
| Hex | DE | 6B | CD | 0 | 34 | 8 | D | 135 | 40 | 41 |
| Octal | 336 | 153 | 315 | 0 | 64 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011110 | 1101011 | 11001101 | 0 | 110100 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DE6BCD
Complementary color
Monochromatic Colors of #DE6BCD
Black with #DE6BCD
Text Example
Text Example
White with #DE6BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BCD; }
p { color: rgb(222,107,205); }
H1.HeaderClassName
{
color: #DE6BCD;
}
.AnyTagClassName
{
color: #DE6BCD;
}
</style>
background-color css
<style>
a { background-color: #DE6BCD; }
a { background-color: rgb(222,107,205); }
div.DivClassName
{
background-color: #DE6BCD;
}
.BgClassName
{
background-color: #DE6BCD;
}
</style>
border-color css
<style>
span { border-color: #DE6BCD; }
span { border-color: rgb(222,107,205); }
td.TdClassName
{
border-color: #DE6BCD;
}
.TagClassName
{
border-color: #DE6BCD;
}
</style>