Shades of Orchid #DF68EA
Tints of Orchid #DF68EA
RGB
CMYK
RGB Variations
Color information
#DF68EA (or 0xDF68EA) is known color: Orchid. HEX triplet: DF, 68 and EA. RGB value is (223,104,234). Sum of RGB (Red+Green+Blue) = 223+104+234=561 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.75% from 561); Green value is 104 (41.02% from 255 or 18.54% from 561); Blue value is 234 (91.80% from 255 or 41.71% from 561); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF68EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF68EA is #209715. Grayscale: #9A9A9A. Windows color (decimal): -2135830 or 15362271. OLE color: 15362271.
HSL color Cylindrical-coordinate representation of color #DF68EA: hue angle of 294.92º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DF68EA is Cyan = 0.05, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 104 | 234 | - |
| CMYK | 0.05 | 0.56 | 0 | 0.08 |
| HSL | 294.92º | 0.76% | 0.66% | - |
| HSV(B) | 294.92º | 0.56% | 0.92% | - |
| XYZ | 50.23 | 31.53 | 81.28 | - |
| YUV | 154.4 | 172.92 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 234 | 0.05 | 0.56 | 0 | 0.08 | 294.92 | 0.76 | 0.66 |
| Hex | DF | 68 | EA | 5 | 38 | 0 | 8 | 127 | 4C | 42 |
| Octal | 337 | 150 | 352 | 5 | 70 | 0 | 10 | 447 | 114 | 102 |
| Binary | 11011111 | 1101000 | 11101010 | 101 | 111000 | 0 | 1000 | 100100111 | 1001100 | 1000010 |
Color Harmonies of #DF68EA
Complementary color
Monochromatic Colors of #DF68EA
Black with #DF68EA
Text Example
Text Example
White with #DF68EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68EA; }
p { color: rgb(223,104,234); }
H1.HeaderClassName
{
color: #DF68EA;
}
.AnyTagClassName
{
color: #DF68EA;
}
</style>
background-color css
<style>
a { background-color: #DF68EA; }
a { background-color: rgb(223,104,234); }
div.DivClassName
{
background-color: #DF68EA;
}
.BgClassName
{
background-color: #DF68EA;
}
</style>
border-color css
<style>
span { border-color: #DF68EA; }
span { border-color: rgb(223,104,234); }
td.TdClassName
{
border-color: #DF68EA;
}
.TagClassName
{
border-color: #DF68EA;
}
</style>