Shades of Orchid #DF6BD8
Tints of Orchid #DF6BD8
RGB
CMYK
RGB Variations
Color information
#DF6BD8 (or 0xDF6BD8) is known color: Orchid. HEX triplet: DF, 6B and D8. RGB value is (223,107,216). Sum of RGB (Red+Green+Blue) = 223+107+216=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 107 (42.19% from 255 or 19.60% from 546); Blue value is 216 (84.77% from 255 or 39.56% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6BD8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6BD8 is #209427. Grayscale: #999999. Windows color (decimal): -2135080 or 14183391. OLE color: 14183391.
HSL color Cylindrical-coordinate representation of color #DF6BD8: hue angle of 303.62º 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 #DF6BD8 is Cyan = 0, Magento = 0.52, Yellow = 0.03 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 107 | 216 | - |
| CMYK | 0 | 0.52 | 0.03 | 0.13 |
| HSL | 303.62º | 0.64% | 0.65% | - |
| HSV(B) | 303.62º | 0.52% | 0.87% | - |
| XYZ | 48.08 | 31.16 | 68.45 | - |
| YUV | 154.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 107 | 216 | 0 | 0.52 | 0.03 | 0.13 | 303.62 | 0.64 | 0.65 |
| Hex | DF | 6B | D8 | 0 | 34 | 3 | D | 130 | 40 | 41 |
| Octal | 337 | 153 | 330 | 0 | 64 | 3 | 15 | 460 | 100 | 101 |
| Binary | 11011111 | 1101011 | 11011000 | 0 | 110100 | 11 | 1101 | 100110000 | 1000000 | 1000001 |
Color Harmonies of #DF6BD8
Complementary color
Monochromatic Colors of #DF6BD8
Black with #DF6BD8
Text Example
Text Example
White with #DF6BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6BD8; }
p { color: rgb(223,107,216); }
H1.HeaderClassName
{
color: #DF6BD8;
}
.AnyTagClassName
{
color: #DF6BD8;
}
</style>
background-color css
<style>
a { background-color: #DF6BD8; }
a { background-color: rgb(223,107,216); }
div.DivClassName
{
background-color: #DF6BD8;
}
.BgClassName
{
background-color: #DF6BD8;
}
</style>
border-color css
<style>
span { border-color: #DF6BD8; }
span { border-color: rgb(223,107,216); }
td.TdClassName
{
border-color: #DF6BD8;
}
.TagClassName
{
border-color: #DF6BD8;
}
</style>