Shades of Orchid #DE6DC3
Tints of Orchid #DE6DC3
RGB
CMYK
RGB Variations
Color information
#DE6DC3 (or 0xDE6DC3) is known color: Orchid. HEX triplet: DE, 6D and C3. RGB value is (222,109,195). Sum of RGB (Red+Green+Blue) = 222+109+195=526 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.21% from 526); Green value is 109 (42.97% from 255 or 20.72% from 526); Blue value is 195 (76.56% from 255 or 37.07% from 526); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6DC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6DC3 is #21923C. Grayscale: #989898. Windows color (decimal): -2200125 or 12807646. OLE color: 12807646.
HSL color Cylindrical-coordinate representation of color #DE6DC3: hue angle of 314.34º degrees, saturation: 0.63, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE6DC3 is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 109 | 195 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.13 |
| HSL | 314.34º | 0.63% | 0.65% | - |
| HSV(B) | 314.34º | 0.51% | 0.87% | - |
| XYZ | 45.44 | 30.41 | 55.1 | - |
| YUV | 152.59 | 151.94 | 177.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 109 | 195 | 0 | 0.51 | 0.12 | 0.13 | 314.34 | 0.63 | 0.65 |
| Hex | DE | 6D | C3 | 0 | 33 | C | D | 13A | 3F | 41 |
| Octal | 336 | 155 | 303 | 0 | 63 | 14 | 15 | 472 | 77 | 101 |
| Binary | 11011110 | 1101101 | 11000011 | 0 | 110011 | 1100 | 1101 | 100111010 | 111111 | 1000001 |
Color Harmonies of #DE6DC3
Complementary color
Monochromatic Colors of #DE6DC3
Black with #DE6DC3
Text Example
Text Example
White with #DE6DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6DC3; }
p { color: rgb(222,109,195); }
H1.HeaderClassName
{
color: #DE6DC3;
}
.AnyTagClassName
{
color: #DE6DC3;
}
</style>
background-color css
<style>
a { background-color: #DE6DC3; }
a { background-color: rgb(222,109,195); }
div.DivClassName
{
background-color: #DE6DC3;
}
.BgClassName
{
background-color: #DE6DC3;
}
</style>
border-color css
<style>
span { border-color: #DE6DC3; }
span { border-color: rgb(222,109,195); }
td.TdClassName
{
border-color: #DE6DC3;
}
.TagClassName
{
border-color: #DE6DC3;
}
</style>