Shades of Orchid #DF6DC8
Tints of Orchid #DF6DC8
RGB
CMYK
RGB Variations
Color information
#DF6DC8 (or 0xDF6DC8) is known color: Orchid. HEX triplet: DF, 6D and C8. RGB value is (223,109,200). Sum of RGB (Red+Green+Blue) = 223+109+200=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 109 (42.97% from 255 or 20.49% from 532); Blue value is 200 (78.52% from 255 or 37.59% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6DC8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6DC8 is #209237. Grayscale: #999999. Windows color (decimal): -2134584 or 13135327. OLE color: 13135327.
HSL color Cylindrical-coordinate representation of color #DF6DC8: hue angle of 312.11º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF6DC8 is Cyan = 0, Magento = 0.51, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 109 | 200 | - |
| CMYK | 0 | 0.51 | 0.10 | 0.13 |
| HSL | 312.11º | 0.64% | 0.65% | - |
| HSV(B) | 312.11º | 0.51% | 0.87% | - |
| XYZ | 46.33 | 30.8 | 58.15 | - |
| YUV | 153.46 | 154.27 | 177.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 109 | 200 | 0 | 0.51 | 0.10 | 0.13 | 312.11 | 0.64 | 0.65 |
| Hex | DF | 6D | C8 | 0 | 33 | A | D | 138 | 40 | 41 |
| Octal | 337 | 155 | 310 | 0 | 63 | 12 | 15 | 470 | 100 | 101 |
| Binary | 11011111 | 1101101 | 11001000 | 0 | 110011 | 1010 | 1101 | 100111000 | 1000000 | 1000001 |
Color Harmonies of #DF6DC8
Complementary color
Monochromatic Colors of #DF6DC8
Black with #DF6DC8
Text Example
Text Example
White with #DF6DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6DC8; }
p { color: rgb(223,109,200); }
H1.HeaderClassName
{
color: #DF6DC8;
}
.AnyTagClassName
{
color: #DF6DC8;
}
</style>
background-color css
<style>
a { background-color: #DF6DC8; }
a { background-color: rgb(223,109,200); }
div.DivClassName
{
background-color: #DF6DC8;
}
.BgClassName
{
background-color: #DF6DC8;
}
</style>
border-color css
<style>
span { border-color: #DF6DC8; }
span { border-color: rgb(223,109,200); }
td.TdClassName
{
border-color: #DF6DC8;
}
.TagClassName
{
border-color: #DF6DC8;
}
</style>