Shades of Orchid #DF66DF
Tints of Orchid #DF66DF
RGB
CMYK
RGB Variations
Color information
#DF66DF (or 0xDF66DF) is known color: Orchid. HEX triplet: DF, 66 and DF. RGB value is (223,102,223). Sum of RGB (Red+Green+Blue) = 223+102+223=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 102 (40.23% from 255 or 18.61% from 548); Blue value is 223 (87.5% from 255 or 40.69% from 548); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF66DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66DF is #209920. Grayscale: #979797. Windows color (decimal): -2136353 or 14640863. OLE color: 14640863.
HSL color Cylindrical-coordinate representation of color #DF66DF: hue angle of 300º 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 #DF66DF is Cyan = 0, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 223 | - |
| CMYK | 0 | 0.54 | 0 | 0.13 |
| HSL | 300º | 0.65% | 0.64% | - |
| HSV(B) | 300º | 0.54% | 0.87% | - |
| XYZ | 48.5 | 30.52 | 73.15 | - |
| YUV | 151.97 | 168.09 | 178.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 223 | 0 | 0.54 | 0 | 0.13 | 300 | 0.65 | 0.64 |
| Hex | DF | 66 | DF | 0 | 36 | 0 | D | 12C | 41 | 40 |
| Octal | 337 | 146 | 337 | 0 | 66 | 0 | 15 | 454 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11011111 | 0 | 110110 | 0 | 1101 | 100101100 | 1000001 | 1000000 |
Color Harmonies of #DF66DF
Complementary color
Monochromatic Colors of #DF66DF
Black with #DF66DF
Text Example
Text Example
White with #DF66DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66DF; }
p { color: rgb(223,102,223); }
H1.HeaderClassName
{
color: #DF66DF;
}
.AnyTagClassName
{
color: #DF66DF;
}
</style>
background-color css
<style>
a { background-color: #DF66DF; }
a { background-color: rgb(223,102,223); }
div.DivClassName
{
background-color: #DF66DF;
}
.BgClassName
{
background-color: #DF66DF;
}
</style>
border-color css
<style>
span { border-color: #DF66DF; }
span { border-color: rgb(223,102,223); }
td.TdClassName
{
border-color: #DF66DF;
}
.TagClassName
{
border-color: #DF66DF;
}
</style>