Shades of Orchid #DE6BCC
Tints of Orchid #DE6BCC
RGB
CMYK
RGB Variations
Color information
#DE6BCC (or 0xDE6BCC) is known color: Orchid. HEX triplet: DE, 6B and CC. RGB value is (222,107,204). Sum of RGB (Red+Green+Blue) = 222+107+204=533 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.65% from 533); Green value is 107 (42.19% from 255 or 20.08% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6BCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6BCC is #219433. Grayscale: #989898. Windows color (decimal): -2200628 or 13396958. OLE color: 13396958.
HSL color Cylindrical-coordinate representation of color #DE6BCC: hue angle of 309.39º 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 #DE6BCC is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 107 | 204 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 309.39º | 0.64% | 0.65% | - |
| HSV(B) | 309.39º | 0.52% | 0.87% | - |
| XYZ | 46.28 | 30.4 | 60.56 | - |
| YUV | 152.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 107 | 204 | 0 | 0.52 | 0.08 | 0.13 | 309.39 | 0.64 | 0.65 |
| Hex | DE | 6B | CC | 0 | 34 | 8 | D | 135 | 40 | 41 |
| Octal | 336 | 153 | 314 | 0 | 64 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011110 | 1101011 | 11001100 | 0 | 110100 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DE6BCC
Complementary color
Monochromatic Colors of #DE6BCC
Black with #DE6BCC
Text Example
Text Example
White with #DE6BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE6BCC; }
p { color: rgb(222,107,204); }
H1.HeaderClassName
{
color: #DE6BCC;
}
.AnyTagClassName
{
color: #DE6BCC;
}
</style>
background-color css
<style>
a { background-color: #DE6BCC; }
a { background-color: rgb(222,107,204); }
div.DivClassName
{
background-color: #DE6BCC;
}
.BgClassName
{
background-color: #DE6BCC;
}
</style>
border-color css
<style>
span { border-color: #DE6BCC; }
span { border-color: rgb(222,107,204); }
td.TdClassName
{
border-color: #DE6BCC;
}
.TagClassName
{
border-color: #DE6BCC;
}
</style>