Shades of Orchid #DF69E7
Tints of Orchid #DF69E7
RGB
CMYK
RGB Variations
Color information
#DF69E7 (or 0xDF69E7) is known color: Orchid. HEX triplet: DF, 69 and E7. RGB value is (223,105,231). Sum of RGB (Red+Green+Blue) = 223+105+231=559 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.89% from 559); Green value is 105 (41.41% from 255 or 18.78% from 559); Blue value is 231 (90.62% from 255 or 41.32% from 559); Max value from RGB is 231 - color contains mainly: blue. Hex color #DF69E7 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DF69E7 is #209618. Grayscale: #9A9A9A. Windows color (decimal): -2135577 or 15165919. OLE color: 15165919.
HSL color Cylindrical-coordinate representation of color #DF69E7: hue angle of 296.19º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DF69E7 is Cyan = 0.03, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 223 | 105 | 231 | - |
| CMYK | 0.03 | 0.55 | 0 | 0.09 |
| HSL | 296.19º | 0.72% | 0.66% | - |
| HSV(B) | 296.19º | 0.55% | 0.91% | - |
| XYZ | 49.91 | 31.56 | 79.06 | - |
| YUV | 154.65 | 171.09 | 176.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 231 | 0.03 | 0.55 | 0 | 0.09 | 296.19 | 0.72 | 0.66 |
| Hex | DF | 69 | E7 | 3 | 37 | 0 | 9 | 128 | 48 | 42 |
| Octal | 337 | 151 | 347 | 3 | 67 | 0 | 11 | 450 | 110 | 102 |
| Binary | 11011111 | 1101001 | 11100111 | 11 | 110111 | 0 | 1001 | 100101000 | 1001000 | 1000010 |
Color Harmonies of #DF69E7
Complementary color
Monochromatic Colors of #DF69E7
Black with #DF69E7
Text Example
Text Example
White with #DF69E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69E7; }
p { color: rgb(223,105,231); }
H1.HeaderClassName
{
color: #DF69E7;
}
.AnyTagClassName
{
color: #DF69E7;
}
</style>
background-color css
<style>
a { background-color: #DF69E7; }
a { background-color: rgb(223,105,231); }
div.DivClassName
{
background-color: #DF69E7;
}
.BgClassName
{
background-color: #DF69E7;
}
</style>
border-color css
<style>
span { border-color: #DF69E7; }
span { border-color: rgb(223,105,231); }
td.TdClassName
{
border-color: #DF69E7;
}
.TagClassName
{
border-color: #DF69E7;
}
</style>