Shades of Orchid #DF6AC6
Tints of Orchid #DF6AC6
RGB
CMYK
RGB Variations
Color information
#DF6AC6 (or 0xDF6AC6) is known color: Orchid. HEX triplet: DF, 6A and C6. RGB value is (223,106,198). Sum of RGB (Red+Green+Blue) = 223+106+198=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 198 (77.73% from 255 or 37.57% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AC6 is #209539. Grayscale: #979797. Windows color (decimal): -2135354 or 13003487. OLE color: 13003487.
HSL color Cylindrical-coordinate representation of color #DF6AC6: hue angle of 312.82º 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 #DF6AC6 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 198 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.13 |
| HSL | 312.82º | 0.65% | 0.65% | - |
| HSV(B) | 312.82º | 0.52% | 0.87% | - |
| XYZ | 45.78 | 30.07 | 56.82 | - |
| YUV | 151.47 | 154.26 | 179.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 198 | 0 | 0.52 | 0.11 | 0.13 | 312.82 | 0.65 | 0.65 |
| Hex | DF | 6A | C6 | 0 | 34 | B | D | 139 | 41 | 41 |
| Octal | 337 | 152 | 306 | 0 | 64 | 13 | 15 | 471 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11000110 | 0 | 110100 | 1011 | 1101 | 100111001 | 1000001 | 1000001 |
Color Harmonies of #DF6AC6
Complementary color
Monochromatic Colors of #DF6AC6
Black with #DF6AC6
Text Example
Text Example
White with #DF6AC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AC6; }
p { color: rgb(223,106,198); }
H1.HeaderClassName
{
color: #DF6AC6;
}
.AnyTagClassName
{
color: #DF6AC6;
}
</style>
background-color css
<style>
a { background-color: #DF6AC6; }
a { background-color: rgb(223,106,198); }
div.DivClassName
{
background-color: #DF6AC6;
}
.BgClassName
{
background-color: #DF6AC6;
}
</style>
border-color css
<style>
span { border-color: #DF6AC6; }
span { border-color: rgb(223,106,198); }
td.TdClassName
{
border-color: #DF6AC6;
}
.TagClassName
{
border-color: #DF6AC6;
}
</style>