Shades of Orchid #DF66E4
Tints of Orchid #DF66E4
RGB
CMYK
RGB Variations
Color information
#DF66E4 (or 0xDF66E4) is known color: Orchid. HEX triplet: DF, 66 and E4. RGB value is (223,102,228). Sum of RGB (Red+Green+Blue) = 223+102+228=553 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.33% from 553); Green value is 102 (40.23% from 255 or 18.44% from 553); Blue value is 228 (89.45% from 255 or 41.23% from 553); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF66E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF66E4 is #20991B. Grayscale: #989898. Windows color (decimal): -2136348 or 14968543. OLE color: 14968543.
HSL color Cylindrical-coordinate representation of color #DF66E4: hue angle of 297.62º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF66E4 is Cyan = 0.02, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 102 | 228 | - |
| CMYK | 0.02 | 0.55 | 0 | 0.11 |
| HSL | 297.62º | 0.7% | 0.65% | - |
| HSV(B) | 297.62º | 0.55% | 0.89% | - |
| XYZ | 49.19 | 30.79 | 76.75 | - |
| YUV | 152.54 | 170.59 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 102 | 228 | 0.02 | 0.55 | 0 | 0.11 | 297.62 | 0.7 | 0.65 |
| Hex | DF | 66 | E4 | 2 | 37 | 0 | B | 12A | 46 | 41 |
| Octal | 337 | 146 | 344 | 2 | 67 | 0 | 13 | 452 | 106 | 101 |
| Binary | 11011111 | 1100110 | 11100100 | 10 | 110111 | 0 | 1011 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #DF66E4
Complementary color
Monochromatic Colors of #DF66E4
Black with #DF66E4
Text Example
Text Example
White with #DF66E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF66E4; }
p { color: rgb(223,102,228); }
H1.HeaderClassName
{
color: #DF66E4;
}
.AnyTagClassName
{
color: #DF66E4;
}
</style>
background-color css
<style>
a { background-color: #DF66E4; }
a { background-color: rgb(223,102,228); }
div.DivClassName
{
background-color: #DF66E4;
}
.BgClassName
{
background-color: #DF66E4;
}
</style>
border-color css
<style>
span { border-color: #DF66E4; }
span { border-color: rgb(223,102,228); }
td.TdClassName
{
border-color: #DF66E4;
}
.TagClassName
{
border-color: #DF66E4;
}
</style>