Shades of Orchid #DF66E9
Tints of Orchid #DF66E9
RGB
CMYK
RGB Variations
Color information
#DF66E9 (or 0xDF66E9) is known color: Orchid. HEX triplet: DF, 66 and E9. RGB value is (223,102,233). Sum of RGB (Red+Green+Blue) = 223+102+233=558 (73% of max value = 765). Red value is 223 (87.5% from 255 or 39.96% from 558); Green value is 102 (40.23% from 255 or 18.28% from 558); Blue value is 233 (91.41% from 255 or 41.76% from 558); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF66E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF66E9 is #209916. Grayscale: #989898. Windows color (decimal): -2136343 or 15296223. OLE color: 15296223.
HSL color Cylindrical-coordinate representation of color #DF66E9: hue angle of 295.42º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF66E9 is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 102 | 233 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.09 |
| HSL | 295.42º | 0.75% | 0.66% | - |
| HSV(B) | 295.42º | 0.56% | 0.91% | - |
| XYZ | 49.89 | 31.07 | 80.46 | - |
| YUV | 153.11 | 173.09 | 177.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 233 | 0.04 | 0.56 | 0 | 0.09 | 295.42 | 0.75 | 0.66 |
| Hex | DF | 66 | E9 | 4 | 38 | 0 | 9 | 127 | 4B | 42 |
| Octal | 337 | 146 | 351 | 4 | 70 | 0 | 11 | 447 | 113 | 102 |
| Binary | 11011111 | 1100110 | 11101001 | 100 | 111000 | 0 | 1001 | 100100111 | 1001011 | 1000010 |
Color Harmonies of #DF66E9
Complementary color
Monochromatic Colors of #DF66E9
Black with #DF66E9
Text Example
Text Example
White with #DF66E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66E9; }
p { color: rgb(223,102,233); }
H1.HeaderClassName
{
color: #DF66E9;
}
.AnyTagClassName
{
color: #DF66E9;
}
</style>
background-color css
<style>
a { background-color: #DF66E9; }
a { background-color: rgb(223,102,233); }
div.DivClassName
{
background-color: #DF66E9;
}
.BgClassName
{
background-color: #DF66E9;
}
</style>
border-color css
<style>
span { border-color: #DF66E9; }
span { border-color: rgb(223,102,233); }
td.TdClassName
{
border-color: #DF66E9;
}
.TagClassName
{
border-color: #DF66E9;
}
</style>