Shades of Orchid #DF66DD
Tints of Orchid #DF66DD
RGB
CMYK
RGB Variations
Color information
#DF66DD (or 0xDF66DD) is known color: Orchid. HEX triplet: DF, 66 and DD. RGB value is (223,102,221). Sum of RGB (Red+Green+Blue) = 223+102+221=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 102 (40.23% from 255 or 18.68% from 546); Blue value is 221 (86.72% from 255 or 40.48% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66DD is #209922. Grayscale: #979797. Windows color (decimal): -2136355 or 14509791. OLE color: 14509791.
HSL color Cylindrical-coordinate representation of color #DF66DD: hue angle of 300.99º 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 #DF66DD is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 221 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 300.99º | 0.65% | 0.64% | - |
| HSV(B) | 300.99º | 0.54% | 0.87% | - |
| XYZ | 48.23 | 30.41 | 71.73 | - |
| YUV | 151.75 | 167.09 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 221 | 0 | 0.54 | 0.01 | 0.13 | 300.99 | 0.65 | 0.64 |
| Hex | DF | 66 | DD | 0 | 36 | 1 | D | 12D | 41 | 40 |
| Octal | 337 | 146 | 335 | 0 | 66 | 1 | 15 | 455 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11011101 | 0 | 110110 | 1 | 1101 | 100101101 | 1000001 | 1000000 |
Color Harmonies of #DF66DD
Complementary color
Monochromatic Colors of #DF66DD
Black with #DF66DD
Text Example
Text Example
White with #DF66DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66DD; }
p { color: rgb(223,102,221); }
H1.HeaderClassName
{
color: #DF66DD;
}
.AnyTagClassName
{
color: #DF66DD;
}
</style>
background-color css
<style>
a { background-color: #DF66DD; }
a { background-color: rgb(223,102,221); }
div.DivClassName
{
background-color: #DF66DD;
}
.BgClassName
{
background-color: #DF66DD;
}
</style>
border-color css
<style>
span { border-color: #DF66DD; }
span { border-color: rgb(223,102,221); }
td.TdClassName
{
border-color: #DF66DD;
}
.TagClassName
{
border-color: #DF66DD;
}
</style>