Shades of Orchid #DF68E5
Tints of Orchid #DF68E5
RGB
CMYK
RGB Variations
Color information
#DF68E5 (or 0xDF68E5) is known color: Orchid. HEX triplet: DF, 68 and E5. RGB value is (223,104,229). Sum of RGB (Red+Green+Blue) = 223+104+229=556 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.11% from 556); Green value is 104 (41.02% from 255 or 18.71% from 556); Blue value is 229 (89.84% from 255 or 41.19% from 556); Max value from RGB is 229 - color contains mainly: blue. Hex color #DF68E5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68E5 is #20971A. Grayscale: #999999. Windows color (decimal): -2135835 or 15034591. OLE color: 15034591.
HSL color Cylindrical-coordinate representation of color #DF68E5: hue angle of 297.12º 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 #DF68E5 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 223 | 104 | 229 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.10 |
| HSL | 297.12º | 0.71% | 0.65% | - |
| HSV(B) | 297.12º | 0.55% | 0.9% | - |
| XYZ | 49.52 | 31.25 | 77.55 | - |
| YUV | 153.83 | 170.42 | 177.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 229 | 0.03 | 0.55 | 0 | 0.10 | 297.12 | 0.71 | 0.65 |
| Hex | DF | 68 | E5 | 3 | 37 | 0 | A | 129 | 47 | 41 |
| Octal | 337 | 150 | 345 | 3 | 67 | 0 | 12 | 451 | 107 | 101 |
| Binary | 11011111 | 1101000 | 11100101 | 11 | 110111 | 0 | 1010 | 100101001 | 1000111 | 1000001 |
Color Harmonies of #DF68E5
Complementary color
Monochromatic Colors of #DF68E5
Black with #DF68E5
Text Example
Text Example
White with #DF68E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68E5; }
p { color: rgb(223,104,229); }
H1.HeaderClassName
{
color: #DF68E5;
}
.AnyTagClassName
{
color: #DF68E5;
}
</style>
background-color css
<style>
a { background-color: #DF68E5; }
a { background-color: rgb(223,104,229); }
div.DivClassName
{
background-color: #DF68E5;
}
.BgClassName
{
background-color: #DF68E5;
}
</style>
border-color css
<style>
span { border-color: #DF68E5; }
span { border-color: rgb(223,104,229); }
td.TdClassName
{
border-color: #DF68E5;
}
.TagClassName
{
border-color: #DF68E5;
}
</style>