Shades of Orchid #DF67DB
Tints of Orchid #DF67DB
RGB
CMYK
RGB Variations
Color information
#DF67DB (or 0xDF67DB) is known color: Orchid. HEX triplet: DF, 67 and DB. RGB value is (223,103,219). Sum of RGB (Red+Green+Blue) = 223+103+219=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 103 (40.62% from 255 or 18.90% from 545); Blue value is 219 (85.94% from 255 or 40.18% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67DB is #209824. Grayscale: #979797. Windows color (decimal): -2136101 or 14378975. OLE color: 14378975.
HSL color Cylindrical-coordinate representation of color #DF67DB: hue angle of 302º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67DB is Cyan = 0, Magento = 0.54, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 219 | - |
| CMYK | 0 | 0.54 | 0.02 | 0.13 |
| HSL | 302º | 0.65% | 0.64% | - |
| HSV(B) | 302º | 0.54% | 0.87% | - |
| XYZ | 48.07 | 30.5 | 70.37 | - |
| YUV | 152.1 | 165.76 | 178.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 219 | 0 | 0.54 | 0.02 | 0.13 | 302 | 0.65 | 0.64 |
| Hex | DF | 67 | DB | 0 | 36 | 2 | D | 12E | 41 | 40 |
| Octal | 337 | 147 | 333 | 0 | 66 | 2 | 15 | 456 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11011011 | 0 | 110110 | 10 | 1101 | 100101110 | 1000001 | 1000000 |
Color Harmonies of #DF67DB
Complementary color
Monochromatic Colors of #DF67DB
Black with #DF67DB
Text Example
Text Example
White with #DF67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67DB; }
p { color: rgb(223,103,219); }
H1.HeaderClassName
{
color: #DF67DB;
}
.AnyTagClassName
{
color: #DF67DB;
}
</style>
background-color css
<style>
a { background-color: #DF67DB; }
a { background-color: rgb(223,103,219); }
div.DivClassName
{
background-color: #DF67DB;
}
.BgClassName
{
background-color: #DF67DB;
}
</style>
border-color css
<style>
span { border-color: #DF67DB; }
span { border-color: rgb(223,103,219); }
td.TdClassName
{
border-color: #DF67DB;
}
.TagClassName
{
border-color: #DF67DB;
}
</style>