Shades of Orchid #DF6FEA
Tints of Orchid #DF6FEA
RGB
CMYK
RGB Variations
Color information
#DF6FEA (or 0xDF6FEA) is known color: Orchid. HEX triplet: DF, 6F and EA. RGB value is (223,111,234). Sum of RGB (Red+Green+Blue) = 223+111+234=568 (75% of max value = 765). Red value is 223 (87.5% from 255 or 39.26% from 568); Green value is 111 (43.75% from 255 or 19.54% from 568); Blue value is 234 (91.80% from 255 or 41.20% from 568); Max value from RGB is 234 - color contains mainly: blue. Hex color #DF6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF6FEA is #209015. Grayscale: #9E9E9E. Windows color (decimal): -2134038 or 15364063. OLE color: 15364063.
HSL color Cylindrical-coordinate representation of color #DF6FEA: hue angle of 294.63º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF6FEA is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 223 | 111 | 234 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.08 |
| HSL | 294.63º | 0.75% | 0.68% | - |
| HSV(B) | 294.63º | 0.53% | 0.92% | - |
| XYZ | 50.97 | 33 | 81.52 | - |
| YUV | 158.51 | 170.61 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 234 | 0.05 | 0.53 | 0 | 0.08 | 294.63 | 0.75 | 0.68 |
| Hex | DF | 6F | EA | 5 | 35 | 0 | 8 | 127 | 4B | 44 |
| Octal | 337 | 157 | 352 | 5 | 65 | 0 | 10 | 447 | 113 | 104 |
| Binary | 11011111 | 1101111 | 11101010 | 101 | 110101 | 0 | 1000 | 100100111 | 1001011 | 1000100 |
Color Harmonies of #DF6FEA
Complementary color
Monochromatic Colors of #DF6FEA
Black with #DF6FEA
Text Example
Text Example
White with #DF6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FEA; }
p { color: rgb(223,111,234); }
H1.HeaderClassName
{
color: #DF6FEA;
}
.AnyTagClassName
{
color: #DF6FEA;
}
</style>
background-color css
<style>
a { background-color: #DF6FEA; }
a { background-color: rgb(223,111,234); }
div.DivClassName
{
background-color: #DF6FEA;
}
.BgClassName
{
background-color: #DF6FEA;
}
</style>
border-color css
<style>
span { border-color: #DF6FEA; }
span { border-color: rgb(223,111,234); }
td.TdClassName
{
border-color: #DF6FEA;
}
.TagClassName
{
border-color: #DF6FEA;
}
</style>