Shades of Orchid #DF66D4
Tints of Orchid #DF66D4
RGB
CMYK
RGB Variations
Color information
#DF66D4 (or 0xDF66D4) is known color: Orchid. HEX triplet: DF, 66 and D4. RGB value is (223,102,212). Sum of RGB (Red+Green+Blue) = 223+102+212=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 102 (40.23% from 255 or 18.99% from 537); Blue value is 212 (83.20% from 255 or 39.48% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF66D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66D4 is #20992B. Grayscale: #969696. Windows color (decimal): -2136364 or 13919967. OLE color: 13919967.
HSL color Cylindrical-coordinate representation of color #DF66D4: hue angle of 305.45º 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 #DF66D4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 102 | 212 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.13 |
| HSL | 305.45º | 0.65% | 0.64% | - |
| HSV(B) | 305.45º | 0.54% | 0.87% | - |
| XYZ | 47.07 | 29.94 | 65.59 | - |
| YUV | 150.72 | 162.59 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 212 | 0 | 0.54 | 0.05 | 0.13 | 305.45 | 0.65 | 0.64 |
| Hex | DF | 66 | D4 | 0 | 36 | 5 | D | 131 | 41 | 40 |
| Octal | 337 | 146 | 324 | 0 | 66 | 5 | 15 | 461 | 101 | 100 |
| Binary | 11011111 | 1100110 | 11010100 | 0 | 110110 | 101 | 1101 | 100110001 | 1000001 | 1000000 |
Color Harmonies of #DF66D4
Complementary color
Monochromatic Colors of #DF66D4
Black with #DF66D4
Text Example
Text Example
White with #DF66D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66D4; }
p { color: rgb(223,102,212); }
H1.HeaderClassName
{
color: #DF66D4;
}
.AnyTagClassName
{
color: #DF66D4;
}
</style>
background-color css
<style>
a { background-color: #DF66D4; }
a { background-color: rgb(223,102,212); }
div.DivClassName
{
background-color: #DF66D4;
}
.BgClassName
{
background-color: #DF66D4;
}
</style>
border-color css
<style>
span { border-color: #DF66D4; }
span { border-color: rgb(223,102,212); }
td.TdClassName
{
border-color: #DF66D4;
}
.TagClassName
{
border-color: #DF66D4;
}
</style>