Shades of Orchid #DF6ABD
Tints of Orchid #DF6ABD
RGB
CMYK
RGB Variations
Color information
#DF6ABD (or 0xDF6ABD) is known color: Orchid. HEX triplet: DF, 6A and BD. RGB value is (223,106,189). Sum of RGB (Red+Green+Blue) = 223+106+189=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 106 (41.80% from 255 or 20.46% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ABD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ABD is #209542. Grayscale: #969696. Windows color (decimal): -2135363 or 12413663. OLE color: 12413663.
HSL color Cylindrical-coordinate representation of color #DF6ABD: hue angle of 317.44º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ABD is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 189 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.13 |
| HSL | 317.44º | 0.65% | 0.65% | - |
| HSV(B) | 317.44º | 0.52% | 0.87% | - |
| XYZ | 44.77 | 29.67 | 51.51 | - |
| YUV | 150.45 | 149.76 | 179.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 189 | 0 | 0.52 | 0.15 | 0.13 | 317.44 | 0.65 | 0.65 |
| Hex | DF | 6A | BD | 0 | 34 | F | D | 13D | 41 | 41 |
| Octal | 337 | 152 | 275 | 0 | 64 | 17 | 15 | 475 | 101 | 101 |
| Binary | 11011111 | 1101010 | 10111101 | 0 | 110100 | 1111 | 1101 | 100111101 | 1000001 | 1000001 |
Color Harmonies of #DF6ABD
Complementary color
Monochromatic Colors of #DF6ABD
Black with #DF6ABD
Text Example
Text Example
White with #DF6ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ABD; }
p { color: rgb(223,106,189); }
H1.HeaderClassName
{
color: #DF6ABD;
}
.AnyTagClassName
{
color: #DF6ABD;
}
</style>
background-color css
<style>
a { background-color: #DF6ABD; }
a { background-color: rgb(223,106,189); }
div.DivClassName
{
background-color: #DF6ABD;
}
.BgClassName
{
background-color: #DF6ABD;
}
</style>
border-color css
<style>
span { border-color: #DF6ABD; }
span { border-color: rgb(223,106,189); }
td.TdClassName
{
border-color: #DF6ABD;
}
.TagClassName
{
border-color: #DF6ABD;
}
</style>