Shades of Orchid #DF6EEA
Tints of Orchid #DF6EEA
RGB
CMYK
RGB Variations
Color information
#DF6EEA (or 0xDF6EEA) is known color: Orchid. HEX triplet: DF, 6E and EA. RGB value is (223,110,234). Sum of RGB (Red+Green+Blue) = 223+110+234=567 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.33% from 567); Green value is 110 (43.36% from 255 or 19.40% from 567); Blue value is 234 (91.80% from 255 or 41.27% from 567); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6EEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6EEA is #209115. Grayscale: #9D9D9D. Windows color (decimal): -2134294 or 15363807. OLE color: 15363807.
HSL color Cylindrical-coordinate representation of color #DF6EEA: hue angle of 294.68º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6EEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 110 | 234 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.08 |
| HSL | 294.68º | 0.75% | 0.67% | - |
| HSV(B) | 294.68º | 0.53% | 0.92% | - |
| XYZ | 50.86 | 32.78 | 81.49 | - |
| YUV | 157.92 | 170.94 | 174.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 110 | 234 | 0.05 | 0.53 | 0 | 0.08 | 294.68 | 0.75 | 0.67 |
| Hex | DF | 6E | EA | 5 | 35 | 0 | 8 | 127 | 4B | 43 |
| Octal | 337 | 156 | 352 | 5 | 65 | 0 | 10 | 447 | 113 | 103 |
| Binary | 11011111 | 1101110 | 11101010 | 101 | 110101 | 0 | 1000 | 100100111 | 1001011 | 1000011 |
Color Harmonies of #DF6EEA
Complementary color
Monochromatic Colors of #DF6EEA
Black with #DF6EEA
Text Example
Text Example
White with #DF6EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6EEA; }
p { color: rgb(223,110,234); }
H1.HeaderClassName
{
color: #DF6EEA;
}
.AnyTagClassName
{
color: #DF6EEA;
}
</style>
background-color css
<style>
a { background-color: #DF6EEA; }
a { background-color: rgb(223,110,234); }
div.DivClassName
{
background-color: #DF6EEA;
}
.BgClassName
{
background-color: #DF6EEA;
}
</style>
border-color css
<style>
span { border-color: #DF6EEA; }
span { border-color: rgb(223,110,234); }
td.TdClassName
{
border-color: #DF6EEA;
}
.TagClassName
{
border-color: #DF6EEA;
}
</style>