Shades of Orchid #DF6FCE
Tints of Orchid #DF6FCE
RGB
CMYK
RGB Variations
Color information
#DF6FCE (or 0xDF6FCE) is known color: Orchid. HEX triplet: DF, 6F and CE. RGB value is (223,111,206). Sum of RGB (Red+Green+Blue) = 223+111+206=540 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.30% from 540); Green value is 111 (43.75% from 255 or 20.56% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6FCE is #209031. Grayscale: #9B9B9B. Windows color (decimal): -2134066 or 13529055. OLE color: 13529055.
HSL color Cylindrical-coordinate representation of color #DF6FCE: hue angle of 309.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DF6FCE is Cyan = 0, Magento = 0.50, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 111 | 206 | - |
| CMYK | 0 | 0.50 | 0.08 | 0.13 |
| HSL | 309.11º | 0.64% | 0.65% | - |
| HSV(B) | 309.11º | 0.5% | 0.87% | - |
| XYZ | 47.26 | 31.51 | 61.98 | - |
| YUV | 155.32 | 156.61 | 176.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 111 | 206 | 0 | 0.50 | 0.08 | 0.13 | 309.11 | 0.64 | 0.65 |
| Hex | DF | 6F | CE | 0 | 32 | 8 | D | 135 | 40 | 41 |
| Octal | 337 | 157 | 316 | 0 | 62 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011111 | 1101111 | 11001110 | 0 | 110010 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DF6FCE
Complementary color
Monochromatic Colors of #DF6FCE
Black with #DF6FCE
Text Example
Text Example
White with #DF6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6FCE; }
p { color: rgb(223,111,206); }
H1.HeaderClassName
{
color: #DF6FCE;
}
.AnyTagClassName
{
color: #DF6FCE;
}
</style>
background-color css
<style>
a { background-color: #DF6FCE; }
a { background-color: rgb(223,111,206); }
div.DivClassName
{
background-color: #DF6FCE;
}
.BgClassName
{
background-color: #DF6FCE;
}
</style>
border-color css
<style>
span { border-color: #DF6FCE; }
span { border-color: rgb(223,111,206); }
td.TdClassName
{
border-color: #DF6FCE;
}
.TagClassName
{
border-color: #DF6FCE;
}
</style>