Shades of Orchid #DF68E4
Tints of Orchid #DF68E4
RGB
CMYK
RGB Variations
Color information
#DF68E4 (or 0xDF68E4) is known color: Orchid. HEX triplet: DF, 68 and E4. RGB value is (223,104,228). Sum of RGB (Red+Green+Blue) = 223+104+228=555 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.18% from 555); Green value is 104 (41.02% from 255 or 18.74% from 555); Blue value is 228 (89.45% from 255 or 41.08% from 555); Max value from RGB is 228 - color contains mainly: blue. Hex color #DF68E4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68E4 is #20971B. Grayscale: #999999. Windows color (decimal): -2135836 or 14969055. OLE color: 14969055.
HSL color Cylindrical-coordinate representation of color #DF68E4: hue angle of 297.58º degrees, saturation: 0.7, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF68E4 is Cyan = 0.02, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 223 | 104 | 228 | - |
| CMYK | 0.02 | 0.54 | 0 | 0.11 |
| HSL | 297.58º | 0.7% | 0.65% | - |
| HSV(B) | 297.58º | 0.54% | 0.89% | - |
| XYZ | 49.39 | 31.19 | 76.82 | - |
| YUV | 153.72 | 169.92 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 228 | 0.02 | 0.54 | 0 | 0.11 | 297.58 | 0.7 | 0.65 |
| Hex | DF | 68 | E4 | 2 | 36 | 0 | B | 12A | 46 | 41 |
| Octal | 337 | 150 | 344 | 2 | 66 | 0 | 13 | 452 | 106 | 101 |
| Binary | 11011111 | 1101000 | 11100100 | 10 | 110110 | 0 | 1011 | 100101010 | 1000110 | 1000001 |
Color Harmonies of #DF68E4
Complementary color
Monochromatic Colors of #DF68E4
Black with #DF68E4
Text Example
Text Example
White with #DF68E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68E4; }
p { color: rgb(223,104,228); }
H1.HeaderClassName
{
color: #DF68E4;
}
.AnyTagClassName
{
color: #DF68E4;
}
</style>
background-color css
<style>
a { background-color: #DF68E4; }
a { background-color: rgb(223,104,228); }
div.DivClassName
{
background-color: #DF68E4;
}
.BgClassName
{
background-color: #DF68E4;
}
</style>
border-color css
<style>
span { border-color: #DF68E4; }
span { border-color: rgb(223,104,228); }
td.TdClassName
{
border-color: #DF68E4;
}
.TagClassName
{
border-color: #DF68E4;
}
</style>