Shades of Orchid #DF6BC6
Tints of Orchid #DF6BC6
RGB
CMYK
RGB Variations
Color information
#DF6BC6 (or 0xDF6BC6) is known color: Orchid. HEX triplet: DF, 6B and C6. RGB value is (223,107,198). Sum of RGB (Red+Green+Blue) = 223+107+198=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 107 (42.19% from 255 or 20.27% from 528); Blue value is 198 (77.73% from 255 or 37.5% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BC6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BC6 is #209439. Grayscale: #979797. Windows color (decimal): -2135098 or 13003743. OLE color: 13003743.
HSL color Cylindrical-coordinate representation of color #DF6BC6: hue angle of 312.93º 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 #DF6BC6 is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 198 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.13 |
| HSL | 312.93º | 0.64% | 0.65% | - |
| HSV(B) | 312.93º | 0.52% | 0.87% | - |
| XYZ | 45.88 | 30.28 | 56.85 | - |
| YUV | 152.06 | 153.93 | 178.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 198 | 0 | 0.52 | 0.11 | 0.13 | 312.93 | 0.64 | 0.65 |
| Hex | DF | 6B | C6 | 0 | 34 | B | D | 139 | 40 | 41 |
| Octal | 337 | 153 | 306 | 0 | 64 | 13 | 15 | 471 | 100 | 101 |
| Binary | 11011111 | 1101011 | 11000110 | 0 | 110100 | 1011 | 1101 | 100111001 | 1000000 | 1000001 |
Color Harmonies of #DF6BC6
Complementary color
Monochromatic Colors of #DF6BC6
Black with #DF6BC6
Text Example
Text Example
White with #DF6BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BC6; }
p { color: rgb(223,107,198); }
H1.HeaderClassName
{
color: #DF6BC6;
}
.AnyTagClassName
{
color: #DF6BC6;
}
</style>
background-color css
<style>
a { background-color: #DF6BC6; }
a { background-color: rgb(223,107,198); }
div.DivClassName
{
background-color: #DF6BC6;
}
.BgClassName
{
background-color: #DF6BC6;
}
</style>
border-color css
<style>
span { border-color: #DF6BC6; }
span { border-color: rgb(223,107,198); }
td.TdClassName
{
border-color: #DF6BC6;
}
.TagClassName
{
border-color: #DF6BC6;
}
</style>