Shades of Orchid #DE66DF
Tints of Orchid #DE66DF
RGB
CMYK
RGB Variations
Color information
#DE66DF (or 0xDE66DF) is known color: Orchid. HEX triplet: DE, 66 and DF. RGB value is (222,102,223). Sum of RGB (Red+Green+Blue) = 222+102+223=547 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.59% from 547); Green value is 102 (40.23% from 255 or 18.65% from 547); Blue value is 223 (87.5% from 255 or 40.77% from 547); Max value from RGB is 223 - color contains mainly: blue. Hex color #DE66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE66DF is #219920. Grayscale: #979797. Windows color (decimal): -2201889 or 14640862. OLE color: 14640862.
HSL color Cylindrical-coordinate representation of color #DE66DF: hue angle of 299.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DE66DF is Cyan = 0.00, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 102 | 223 | - |
| CMYK | 0.00 | 0.54 | 0 | 0.13 |
| HSL | 299.5º | 0.65% | 0.64% | - |
| HSV(B) | 299.5º | 0.54% | 0.87% | - |
| XYZ | 48.19 | 30.36 | 73.13 | - |
| YUV | 151.67 | 168.26 | 178.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 102 | 223 | 0.00 | 0.54 | 0 | 0.13 | 299.5 | 0.65 | 0.64 |
| Hex | DE | 66 | DF | 0 | 36 | 0 | D | 12C | 41 | 40 |
| Octal | 336 | 146 | 337 | 0 | 66 | 0 | 15 | 454 | 101 | 100 |
| Binary | 11011110 | 1100110 | 11011111 | 0 | 110110 | 0 | 1101 | 100101100 | 1000001 | 1000000 |
Color Harmonies of #DE66DF
Complementary color
Monochromatic Colors of #DE66DF
Black with #DE66DF
Text Example
Text Example
White with #DE66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE66DF; }
p { color: rgb(222,102,223); }
H1.HeaderClassName
{
color: #DE66DF;
}
.AnyTagClassName
{
color: #DE66DF;
}
</style>
background-color css
<style>
a { background-color: #DE66DF; }
a { background-color: rgb(222,102,223); }
div.DivClassName
{
background-color: #DE66DF;
}
.BgClassName
{
background-color: #DE66DF;
}
</style>
border-color css
<style>
span { border-color: #DE66DF; }
span { border-color: rgb(222,102,223); }
td.TdClassName
{
border-color: #DE66DF;
}
.TagClassName
{
border-color: #DE66DF;
}
</style>