Shades of Orchid #DF67DE
Tints of Orchid #DF67DE
RGB
CMYK
RGB Variations
Color information
#DF67DE (or 0xDF67DE) is known color: Orchid. HEX triplet: DF, 67 and DE. RGB value is (223,103,222). Sum of RGB (Red+Green+Blue) = 223+103+222=548 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.69% from 548); Green value is 103 (40.62% from 255 or 18.80% from 548); Blue value is 222 (87.11% from 255 or 40.51% from 548); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67DE is #209821. Grayscale: #989898. Windows color (decimal): -2136098 or 14575583. OLE color: 14575583.
HSL color Cylindrical-coordinate representation of color #DF67DE: hue angle of 300.5º 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 #DF67DE is Cyan = 0, Magento = 0.54, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 222 | - |
| CMYK | 0 | 0.54 | 0.00 | 0.13 |
| HSL | 300.5º | 0.65% | 0.64% | - |
| HSV(B) | 300.5º | 0.54% | 0.87% | - |
| XYZ | 48.47 | 30.66 | 72.47 | - |
| YUV | 152.45 | 167.26 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 222 | 0 | 0.54 | 0.00 | 0.13 | 300.5 | 0.65 | 0.64 |
| Hex | DF | 67 | DE | 0 | 36 | 0 | D | 12C | 41 | 40 |
| Octal | 337 | 147 | 336 | 0 | 66 | 0 | 15 | 454 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11011110 | 0 | 110110 | 0 | 1101 | 100101100 | 1000001 | 1000000 |
Color Harmonies of #DF67DE
Complementary color
Monochromatic Colors of #DF67DE
Black with #DF67DE
Text Example
Text Example
White with #DF67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67DE; }
p { color: rgb(223,103,222); }
H1.HeaderClassName
{
color: #DF67DE;
}
.AnyTagClassName
{
color: #DF67DE;
}
</style>
background-color css
<style>
a { background-color: #DF67DE; }
a { background-color: rgb(223,103,222); }
div.DivClassName
{
background-color: #DF67DE;
}
.BgClassName
{
background-color: #DF67DE;
}
</style>
border-color css
<style>
span { border-color: #DF67DE; }
span { border-color: rgb(223,103,222); }
td.TdClassName
{
border-color: #DF67DE;
}
.TagClassName
{
border-color: #DF67DE;
}
</style>