Shades of Orchid #DB6ACA
Tints of Orchid #DB6ACA
RGB
CMYK
RGB Variations
Color information
#DB6ACA (or 0xDB6ACA) is known color: Orchid. HEX triplet: DB, 6A and CA. RGB value is (219,106,202). Sum of RGB (Red+Green+Blue) = 219+106+202=527 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.56% from 527); Green value is 106 (41.80% from 255 or 20.11% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6ACA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB6ACA is #249535. Grayscale: #969696. Windows color (decimal): -2397494 or 13265627. OLE color: 13265627.
HSL color Cylindrical-coordinate representation of color #DB6ACA: hue angle of 309.03º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB6ACA is Cyan = 0, Magento = 0.52, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 106 | 202 | - |
| CMYK | 0 | 0.52 | 0.08 | 0.14 |
| HSL | 309.03º | 0.61% | 0.64% | - |
| HSV(B) | 309.03º | 0.52% | 0.86% | - |
| XYZ | 45.03 | 29.63 | 59.22 | - |
| YUV | 150.73 | 156.94 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 106 | 202 | 0 | 0.52 | 0.08 | 0.14 | 309.03 | 0.61 | 0.64 |
| Hex | DB | 6A | CA | 0 | 34 | 8 | E | 135 | 3D | 40 |
| Octal | 333 | 152 | 312 | 0 | 64 | 10 | 16 | 465 | 75 | 100 |
| Binary | 11011011 | 1101010 | 11001010 | 0 | 110100 | 1000 | 1110 | 100110101 | 111101 | 1000000 |
Color Harmonies of #DB6ACA
Complementary color
Monochromatic Colors of #DB6ACA
Black with #DB6ACA
Text Example
Text Example
White with #DB6ACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6ACA; }
p { color: rgb(219,106,202); }
H1.HeaderClassName
{
color: #DB6ACA;
}
.AnyTagClassName
{
color: #DB6ACA;
}
</style>
background-color css
<style>
a { background-color: #DB6ACA; }
a { background-color: rgb(219,106,202); }
div.DivClassName
{
background-color: #DB6ACA;
}
.BgClassName
{
background-color: #DB6ACA;
}
</style>
border-color css
<style>
span { border-color: #DB6ACA; }
span { border-color: rgb(219,106,202); }
td.TdClassName
{
border-color: #DB6ACA;
}
.TagClassName
{
border-color: #DB6ACA;
}
</style>