Shades of Orchid #DF6BDC
Tints of Orchid #DF6BDC
RGB
CMYK
RGB Variations
Color information
#DF6BDC (or 0xDF6BDC) is known color: Orchid. HEX triplet: DF, 6B and DC. RGB value is (223,107,220). Sum of RGB (Red+Green+Blue) = 223+107+220=550 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.55% from 550); Green value is 107 (42.19% from 255 or 19.45% from 550); Blue value is 220 (86.33% from 255 or 40% from 550); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BDC is #209423. Grayscale: #9A9A9A. Windows color (decimal): -2135076 or 14445535. OLE color: 14445535.
HSL color Cylindrical-coordinate representation of color #DF6BDC: hue angle of 301.55º 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 #DF6BDC is Cyan = 0, Magento = 0.52, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 220 | - |
| CMYK | 0 | 0.52 | 0.01 | 0.13 |
| HSL | 301.55º | 0.64% | 0.65% | - |
| HSV(B) | 301.55º | 0.52% | 0.87% | - |
| XYZ | 48.61 | 31.37 | 71.2 | - |
| YUV | 154.57 | 164.93 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 220 | 0 | 0.52 | 0.01 | 0.13 | 301.55 | 0.64 | 0.65 |
| Hex | DF | 6B | DC | 0 | 34 | 1 | D | 12E | 40 | 41 |
| Octal | 337 | 153 | 334 | 0 | 64 | 1 | 15 | 456 | 100 | 101 |
| Binary | 11011111 | 1101011 | 11011100 | 0 | 110100 | 1 | 1101 | 100101110 | 1000000 | 1000001 |
Color Harmonies of #DF6BDC
Complementary color
Monochromatic Colors of #DF6BDC
Black with #DF6BDC
Text Example
Text Example
White with #DF6BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BDC; }
p { color: rgb(223,107,220); }
H1.HeaderClassName
{
color: #DF6BDC;
}
.AnyTagClassName
{
color: #DF6BDC;
}
</style>
background-color css
<style>
a { background-color: #DF6BDC; }
a { background-color: rgb(223,107,220); }
div.DivClassName
{
background-color: #DF6BDC;
}
.BgClassName
{
background-color: #DF6BDC;
}
</style>
border-color css
<style>
span { border-color: #DF6BDC; }
span { border-color: rgb(223,107,220); }
td.TdClassName
{
border-color: #DF6BDC;
}
.TagClassName
{
border-color: #DF6BDC;
}
</style>