Shades of Orchid #DF6CCE
Tints of Orchid #DF6CCE
RGB
CMYK
RGB Variations
Color information
#DF6CCE (or 0xDF6CCE) is known color: Orchid. HEX triplet: DF, 6C and CE. RGB value is (223,108,206). Sum of RGB (Red+Green+Blue) = 223+108+206=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 108 (42.58% from 255 or 20.11% from 537); Blue value is 206 (80.86% from 255 or 38.36% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6CCE is #209331. Grayscale: #999999. Windows color (decimal): -2134834 or 13528287. OLE color: 13528287.
HSL color Cylindrical-coordinate representation of color #DF6CCE: hue angle of 308.87º 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 #DF6CCE is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 108 | 206 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.13 |
| HSL | 308.87º | 0.64% | 0.65% | - |
| HSV(B) | 308.87º | 0.52% | 0.87% | - |
| XYZ | 46.93 | 30.87 | 61.88 | - |
| YUV | 153.56 | 157.6 | 177.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 108 | 206 | 0 | 0.52 | 0.08 | 0.13 | 308.87 | 0.64 | 0.65 |
| Hex | DF | 6C | CE | 0 | 34 | 8 | D | 135 | 40 | 41 |
| Octal | 337 | 154 | 316 | 0 | 64 | 10 | 15 | 465 | 100 | 101 |
| Binary | 11011111 | 1101100 | 11001110 | 0 | 110100 | 1000 | 1101 | 100110101 | 1000000 | 1000001 |
Color Harmonies of #DF6CCE
Complementary color
Monochromatic Colors of #DF6CCE
Black with #DF6CCE
Text Example
Text Example
White with #DF6CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6CCE; }
p { color: rgb(223,108,206); }
H1.HeaderClassName
{
color: #DF6CCE;
}
.AnyTagClassName
{
color: #DF6CCE;
}
</style>
background-color css
<style>
a { background-color: #DF6CCE; }
a { background-color: rgb(223,108,206); }
div.DivClassName
{
background-color: #DF6CCE;
}
.BgClassName
{
background-color: #DF6CCE;
}
</style>
border-color css
<style>
span { border-color: #DF6CCE; }
span { border-color: rgb(223,108,206); }
td.TdClassName
{
border-color: #DF6CCE;
}
.TagClassName
{
border-color: #DF6CCE;
}
</style>