Shades of Orchid #DF6CD1
Tints of Orchid #DF6CD1
RGB
CMYK
RGB Variations
Color information
#DF6CD1 (or 0xDF6CD1) is known color: Orchid. HEX triplet: DF, 6C and D1. RGB value is (223,108,209). Sum of RGB (Red+Green+Blue) = 223+108+209=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 108 (42.58% from 255 or 20% from 540); Blue value is 209 (82.03% from 255 or 38.70% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CD1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CD1 is #20932E. Grayscale: #999999. Windows color (decimal): -2134831 or 13724895. OLE color: 13724895.
HSL color Cylindrical-coordinate representation of color #DF6CD1: hue angle of 307.3º degrees, saturation: 0.64, 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 #DF6CD1 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 209 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 307.3º | 0.64% | 0.65% | - |
| HSV(B) | 307.3º | 0.52% | 0.87% | - |
| XYZ | 47.3 | 31.02 | 63.82 | - |
| YUV | 153.9 | 159.1 | 177.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 209 | 0 | 0.52 | 0.06 | 0.13 | 307.3 | 0.64 | 0.65 |
| Hex | DF | 6C | D1 | 0 | 34 | 6 | D | 133 | 40 | 41 |
| Octal | 337 | 154 | 321 | 0 | 64 | 6 | 15 | 463 | 100 | 101 |
| Binary | 11011111 | 1101100 | 11010001 | 0 | 110100 | 110 | 1101 | 100110011 | 1000000 | 1000001 |
Color Harmonies of #DF6CD1
Complementary color
Monochromatic Colors of #DF6CD1
Black with #DF6CD1
Text Example
Text Example
White with #DF6CD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CD1; }
p { color: rgb(223,108,209); }
H1.HeaderClassName
{
color: #DF6CD1;
}
.AnyTagClassName
{
color: #DF6CD1;
}
</style>
background-color css
<style>
a { background-color: #DF6CD1; }
a { background-color: rgb(223,108,209); }
div.DivClassName
{
background-color: #DF6CD1;
}
.BgClassName
{
background-color: #DF6CD1;
}
</style>
border-color css
<style>
span { border-color: #DF6CD1; }
span { border-color: rgb(223,108,209); }
td.TdClassName
{
border-color: #DF6CD1;
}
.TagClassName
{
border-color: #DF6CD1;
}
</style>