Shades of Orchid #DF66E6
Tints of Orchid #DF66E6
RGB
CMYK
RGB Variations
Color information
#DF66E6 (or 0xDF66E6) is known color: Orchid. HEX triplet: DF, 66 and E6. RGB value is (223,102,230). Sum of RGB (Red+Green+Blue) = 223+102+230=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 102 (40.23% from 255 or 18.38% from 555); Blue value is 230 (90.23% from 255 or 41.44% from 555); Max value from RGB is 230 - color contains mainly: blue. Hex color #DF66E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66E6 is #209919. Grayscale: #989898. Windows color (decimal): -2136346 or 15099615. OLE color: 15099615.
HSL color Cylindrical-coordinate representation of color #DF66E6: hue angle of 296.72º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF66E6 is Cyan = 0.03, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 102 | 230 | - |
| CMYK | 0.03 | 0.56 | 0 | 0.10 |
| HSL | 296.72º | 0.72% | 0.65% | - |
| HSV(B) | 296.72º | 0.56% | 0.9% | - |
| XYZ | 49.47 | 30.9 | 78.22 | - |
| YUV | 152.77 | 171.59 | 178.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 230 | 0.03 | 0.56 | 0 | 0.10 | 296.72 | 0.72 | 0.65 |
| Hex | DF | 66 | E6 | 3 | 38 | 0 | A | 129 | 48 | 41 |
| Octal | 337 | 146 | 346 | 3 | 70 | 0 | 12 | 451 | 110 | 101 |
| Binary | 11011111 | 1100110 | 11100110 | 11 | 111000 | 0 | 1010 | 100101001 | 1001000 | 1000001 |
Color Harmonies of #DF66E6
Complementary color
Monochromatic Colors of #DF66E6
Black with #DF66E6
Text Example
Text Example
White with #DF66E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66E6; }
p { color: rgb(223,102,230); }
H1.HeaderClassName
{
color: #DF66E6;
}
.AnyTagClassName
{
color: #DF66E6;
}
</style>
background-color css
<style>
a { background-color: #DF66E6; }
a { background-color: rgb(223,102,230); }
div.DivClassName
{
background-color: #DF66E6;
}
.BgClassName
{
background-color: #DF66E6;
}
</style>
border-color css
<style>
span { border-color: #DF66E6; }
span { border-color: rgb(223,102,230); }
td.TdClassName
{
border-color: #DF66E6;
}
.TagClassName
{
border-color: #DF66E6;
}
</style>