Shades of Orchid #DB67DE
Tints of Orchid #DB67DE
RGB
CMYK
RGB Variations
Color information
#DB67DE (or 0xDB67DE) is known color: Orchid. HEX triplet: DB, 67 and DE. RGB value is (219,103,222). Sum of RGB (Red+Green+Blue) = 219+103+222=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 103 (40.62% from 255 or 18.93% from 544); Blue value is 222 (87.11% from 255 or 40.81% from 544); Max value from RGB is 222 - color contains mainly: blue. Hex color #DB67DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB67DE is #249821. Grayscale: #969696. Windows color (decimal): -2398242 or 14575579. OLE color: 14575579.
HSL color Cylindrical-coordinate representation of color #DB67DE: hue angle of 298.49º degrees, saturation: 0.64, 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 #DB67DE is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 103 | 222 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.13 |
| HSL | 298.49º | 0.64% | 0.64% | - |
| HSV(B) | 298.49º | 0.54% | 0.87% | - |
| XYZ | 47.25 | 30.03 | 72.41 | - |
| YUV | 151.25 | 167.93 | 176.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 103 | 222 | 0.01 | 0.54 | 0 | 0.13 | 298.49 | 0.64 | 0.64 |
| Hex | DB | 67 | DE | 1 | 36 | 0 | D | 12A | 40 | 40 |
| Octal | 333 | 147 | 336 | 1 | 66 | 0 | 15 | 452 | 100 | 100 |
| Binary | 11011011 | 1100111 | 11011110 | 1 | 110110 | 0 | 1101 | 100101010 | 1000000 | 1000000 |
Color Harmonies of #DB67DE
Complementary color
Monochromatic Colors of #DB67DE
Black with #DB67DE
Text Example
Text Example
White with #DB67DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB67DE; }
p { color: rgb(219,103,222); }
H1.HeaderClassName
{
color: #DB67DE;
}
.AnyTagClassName
{
color: #DB67DE;
}
</style>
background-color css
<style>
a { background-color: #DB67DE; }
a { background-color: rgb(219,103,222); }
div.DivClassName
{
background-color: #DB67DE;
}
.BgClassName
{
background-color: #DB67DE;
}
</style>
border-color css
<style>
span { border-color: #DB67DE; }
span { border-color: rgb(219,103,222); }
td.TdClassName
{
border-color: #DB67DE;
}
.TagClassName
{
border-color: #DB67DE;
}
</style>