Shades of Orchid #DF69D7
Tints of Orchid #DF69D7
RGB
CMYK
RGB Variations
Color information
#DF69D7 (or 0xDF69D7) is known color: Orchid. HEX triplet: DF, 69 and D7. RGB value is (223,105,215). Sum of RGB (Red+Green+Blue) = 223+105+215=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 105 (41.41% from 255 or 19.34% from 543); Blue value is 215 (84.38% from 255 or 39.59% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69D7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69D7 is #209628. Grayscale: #989898. Windows color (decimal): -2135593 or 14117343. OLE color: 14117343.
HSL color Cylindrical-coordinate representation of color #DF69D7: hue angle of 304.07º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69D7 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 215 | - |
| CMYK | 0 | 0.53 | 0.04 | 0.13 |
| HSL | 304.07º | 0.65% | 0.64% | - |
| HSV(B) | 304.07º | 0.53% | 0.87% | - |
| XYZ | 47.75 | 30.7 | 67.7 | - |
| YUV | 152.82 | 163.09 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 215 | 0 | 0.53 | 0.04 | 0.13 | 304.07 | 0.65 | 0.64 |
| Hex | DF | 69 | D7 | 0 | 35 | 4 | D | 130 | 41 | 40 |
| Octal | 337 | 151 | 327 | 0 | 65 | 4 | 15 | 460 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11010111 | 0 | 110101 | 100 | 1101 | 100110000 | 1000001 | 1000000 |
Color Harmonies of #DF69D7
Complementary color
Monochromatic Colors of #DF69D7
Black with #DF69D7
Text Example
Text Example
White with #DF69D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69D7; }
p { color: rgb(223,105,215); }
H1.HeaderClassName
{
color: #DF69D7;
}
.AnyTagClassName
{
color: #DF69D7;
}
</style>
background-color css
<style>
a { background-color: #DF69D7; }
a { background-color: rgb(223,105,215); }
div.DivClassName
{
background-color: #DF69D7;
}
.BgClassName
{
background-color: #DF69D7;
}
</style>
border-color css
<style>
span { border-color: #DF69D7; }
span { border-color: rgb(223,105,215); }
td.TdClassName
{
border-color: #DF69D7;
}
.TagClassName
{
border-color: #DF69D7;
}
</style>