Shades of Orchid #DF66E5
Tints of Orchid #DF66E5
RGB
CMYK
RGB Variations
Color information
#DF66E5 (or 0xDF66E5) is known color: Orchid. HEX triplet: DF, 66 and E5. RGB value is (223,102,229). Sum of RGB (Red+Green+Blue) = 223+102+229=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 229 (89.84% from 255 or 41.34% from 554); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF66E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66E5 is #20991A. Grayscale: #989898. Windows color (decimal): -2136347 or 15034079. OLE color: 15034079.
HSL color Cylindrical-coordinate representation of color #DF66E5: hue angle of 297.17º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF66E5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 102 | 229 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.10 |
| HSL | 297.17º | 0.71% | 0.65% | - |
| HSV(B) | 297.17º | 0.55% | 0.9% | - |
| XYZ | 49.33 | 30.85 | 77.48 | - |
| YUV | 152.66 | 171.09 | 178.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 229 | 0.03 | 0.55 | 0 | 0.10 | 297.17 | 0.71 | 0.65 |
| Hex | DF | 66 | E5 | 3 | 37 | 0 | A | 129 | 47 | 41 |
| Octal | 337 | 146 | 345 | 3 | 67 | 0 | 12 | 451 | 107 | 101 |
| Binary | 11011111 | 1100110 | 11100101 | 11 | 110111 | 0 | 1010 | 100101001 | 1000111 | 1000001 |
Color Harmonies of #DF66E5
Complementary color
Monochromatic Colors of #DF66E5
Black with #DF66E5
Text Example
Text Example
White with #DF66E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66E5; }
p { color: rgb(223,102,229); }
H1.HeaderClassName
{
color: #DF66E5;
}
.AnyTagClassName
{
color: #DF66E5;
}
</style>
background-color css
<style>
a { background-color: #DF66E5; }
a { background-color: rgb(223,102,229); }
div.DivClassName
{
background-color: #DF66E5;
}
.BgClassName
{
background-color: #DF66E5;
}
</style>
border-color css
<style>
span { border-color: #DF66E5; }
span { border-color: rgb(223,102,229); }
td.TdClassName
{
border-color: #DF66E5;
}
.TagClassName
{
border-color: #DF66E5;
}
</style>