Shades of Orchid #DF6CCD
Tints of Orchid #DF6CCD
RGB
CMYK
RGB Variations
Color information
#DF6CCD (or 0xDF6CCD) is known color: Orchid. HEX triplet: DF, 6C and CD. RGB value is (223,108,205). Sum of RGB (Red+Green+Blue) = 223+108+205=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 205 (80.47% from 255 or 38.25% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CCD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CCD is #209332. Grayscale: #999999. Windows color (decimal): -2134835 or 13462751. OLE color: 13462751.
HSL color Cylindrical-coordinate representation of color #DF6CCD: hue angle of 309.39º 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 #DF6CCD is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 205 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 309.39º | 0.64% | 0.65% | - |
| HSV(B) | 309.39º | 0.52% | 0.87% | - |
| XYZ | 46.81 | 30.82 | 61.24 | - |
| YUV | 153.44 | 157.1 | 177.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 205 | 0 | 0.52 | 0.08 | 0.13 | 309.39 | 0.64 | 0.65 |
| Hex | DF | 6C | CD | 0 | 34 | 8 | D | 135 | 40 | 41 |
| Octal | 337 | 154 | 315 | 0 | 64 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011111 | 1101100 | 11001101 | 0 | 110100 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DF6CCD
Complementary color
Monochromatic Colors of #DF6CCD
Black with #DF6CCD
Text Example
Text Example
White with #DF6CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CCD; }
p { color: rgb(223,108,205); }
H1.HeaderClassName
{
color: #DF6CCD;
}
.AnyTagClassName
{
color: #DF6CCD;
}
</style>
background-color css
<style>
a { background-color: #DF6CCD; }
a { background-color: rgb(223,108,205); }
div.DivClassName
{
background-color: #DF6CCD;
}
.BgClassName
{
background-color: #DF6CCD;
}
</style>
border-color css
<style>
span { border-color: #DF6CCD; }
span { border-color: rgb(223,108,205); }
td.TdClassName
{
border-color: #DF6CCD;
}
.TagClassName
{
border-color: #DF6CCD;
}
</style>