Shades of Orchid #DF6CCC
Tints of Orchid #DF6CCC
RGB
CMYK
RGB Variations
Color information
#DF6CCC (or 0xDF6CCC) is known color: Orchid. HEX triplet: DF, 6C and CC. RGB value is (223,108,204). Sum of RGB (Red+Green+Blue) = 223+108+204=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 108 (42.58% from 255 or 20.19% from 535); Blue value is 204 (80.08% from 255 or 38.13% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CCC is #209333. Grayscale: #999999. Windows color (decimal): -2134836 or 13397215. OLE color: 13397215.
HSL color Cylindrical-coordinate representation of color #DF6CCC: hue angle of 309.91º 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 #DF6CCC is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 204 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.13 |
| HSL | 309.91º | 0.64% | 0.65% | - |
| HSV(B) | 309.91º | 0.52% | 0.87% | - |
| XYZ | 46.69 | 30.77 | 60.61 | - |
| YUV | 153.33 | 156.6 | 177.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 204 | 0 | 0.52 | 0.09 | 0.13 | 309.91 | 0.64 | 0.65 |
| Hex | DF | 6C | CC | 0 | 34 | 9 | D | 136 | 40 | 41 |
| Octal | 337 | 154 | 314 | 0 | 64 | 11 | 15 | 466 | 100 | 101 |
| Binary | 11011111 | 1101100 | 11001100 | 0 | 110100 | 1001 | 1101 | 100110110 | 1000000 | 1000001 |
Color Harmonies of #DF6CCC
Complementary color
Monochromatic Colors of #DF6CCC
Black with #DF6CCC
Text Example
Text Example
White with #DF6CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CCC; }
p { color: rgb(223,108,204); }
H1.HeaderClassName
{
color: #DF6CCC;
}
.AnyTagClassName
{
color: #DF6CCC;
}
</style>
background-color css
<style>
a { background-color: #DF6CCC; }
a { background-color: rgb(223,108,204); }
div.DivClassName
{
background-color: #DF6CCC;
}
.BgClassName
{
background-color: #DF6CCC;
}
</style>
border-color css
<style>
span { border-color: #DF6CCC; }
span { border-color: rgb(223,108,204); }
td.TdClassName
{
border-color: #DF6CCC;
}
.TagClassName
{
border-color: #DF6CCC;
}
</style>