Shades of Orchid #DF69DB
Tints of Orchid #DF69DB
RGB
CMYK
RGB Variations
Color information
#DF69DB (or 0xDF69DB) is known color: Orchid. HEX triplet: DF, 69 and DB. RGB value is (223,105,219). Sum of RGB (Red+Green+Blue) = 223+105+219=547 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.77% from 547); Green value is 105 (41.41% from 255 or 19.20% from 547); Blue value is 219 (85.94% from 255 or 40.04% from 547); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69DB is #209624. Grayscale: #989898. Windows color (decimal): -2135589 or 14379487. OLE color: 14379487.
HSL color Cylindrical-coordinate representation of color #DF69DB: hue angle of 302.03º 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 #DF69DB is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 219 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.13 |
| HSL | 302.03º | 0.65% | 0.64% | - |
| HSV(B) | 302.03º | 0.53% | 0.87% | - |
| XYZ | 48.27 | 30.91 | 70.44 | - |
| YUV | 153.28 | 165.09 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 219 | 0 | 0.53 | 0.02 | 0.13 | 302.03 | 0.65 | 0.64 |
| Hex | DF | 69 | DB | 0 | 35 | 2 | D | 12E | 41 | 40 |
| Octal | 337 | 151 | 333 | 0 | 65 | 2 | 15 | 456 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11011011 | 0 | 110101 | 10 | 1101 | 100101110 | 1000001 | 1000000 |
Color Harmonies of #DF69DB
Complementary color
Monochromatic Colors of #DF69DB
Black with #DF69DB
Text Example
Text Example
White with #DF69DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69DB; }
p { color: rgb(223,105,219); }
H1.HeaderClassName
{
color: #DF69DB;
}
.AnyTagClassName
{
color: #DF69DB;
}
</style>
background-color css
<style>
a { background-color: #DF69DB; }
a { background-color: rgb(223,105,219); }
div.DivClassName
{
background-color: #DF69DB;
}
.BgClassName
{
background-color: #DF69DB;
}
</style>
border-color css
<style>
span { border-color: #DF69DB; }
span { border-color: rgb(223,105,219); }
td.TdClassName
{
border-color: #DF69DB;
}
.TagClassName
{
border-color: #DF69DB;
}
</style>