Shades of Orchid #DF6DE9
Tints of Orchid #DF6DE9
RGB
CMYK
RGB Variations
Color information
#DF6DE9 (or 0xDF6DE9) is known color: Orchid. HEX triplet: DF, 6D and E9. RGB value is (223,109,233). Sum of RGB (Red+Green+Blue) = 223+109+233=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 109 (42.97% from 255 or 19.29% from 565); Blue value is 233 (91.41% from 255 or 41.24% from 565); Max value from RGB is 233 - color contains mainly: blue. Hex color #DF6DE9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6DE9 is #209216. Grayscale: #9C9C9C. Windows color (decimal): -2134551 or 15298015. OLE color: 15298015.
HSL color Cylindrical-coordinate representation of color #DF6DE9: hue angle of 295.16º degrees, saturation: 0.74, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6DE9 is Cyan = 0.04, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 109 | 233 | - |
| CMYK | 0.04 | 0.53 | 0 | 0.09 |
| HSL | 295.16º | 0.74% | 0.67% | - |
| HSV(B) | 295.16º | 0.53% | 0.91% | - |
| XYZ | 50.61 | 32.51 | 80.7 | - |
| YUV | 157.22 | 170.77 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 233 | 0.04 | 0.53 | 0 | 0.09 | 295.16 | 0.74 | 0.67 |
| Hex | DF | 6D | E9 | 4 | 35 | 0 | 9 | 127 | 4A | 43 |
| Octal | 337 | 155 | 351 | 4 | 65 | 0 | 11 | 447 | 112 | 103 |
| Binary | 11011111 | 1101101 | 11101001 | 100 | 110101 | 0 | 1001 | 100100111 | 1001010 | 1000011 |
Color Harmonies of #DF6DE9
Complementary color
Monochromatic Colors of #DF6DE9
Black with #DF6DE9
Text Example
Text Example
White with #DF6DE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DE9; }
p { color: rgb(223,109,233); }
H1.HeaderClassName
{
color: #DF6DE9;
}
.AnyTagClassName
{
color: #DF6DE9;
}
</style>
background-color css
<style>
a { background-color: #DF6DE9; }
a { background-color: rgb(223,109,233); }
div.DivClassName
{
background-color: #DF6DE9;
}
.BgClassName
{
background-color: #DF6DE9;
}
</style>
border-color css
<style>
span { border-color: #DF6DE9; }
span { border-color: rgb(223,109,233); }
td.TdClassName
{
border-color: #DF6DE9;
}
.TagClassName
{
border-color: #DF6DE9;
}
</style>