Shades of Orchid #DB81CA
Tints of Orchid #DB81CA
RGB
CMYK
RGB Variations
Color information
#DB81CA (or 0xDB81CA) is known color: Orchid. HEX triplet: DB, 81 and CA. RGB value is (219,129,202). Sum of RGB (Red+Green+Blue) = 219+129+202=550 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.82% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 202 (79.30% from 255 or 36.73% from 550); Max value from RGB is 219 - color contains mainly: red. Hex color #DB81CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB81CA is #247E35. Grayscale: #A4A4A4. Windows color (decimal): -2391606 or 13271515. OLE color: 13271515.
HSL color Cylindrical-coordinate representation of color #DB81CA: hue angle of 311.33º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB81CA is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 129 | 202 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.14 |
| HSL | 311.33º | 0.56% | 0.68% | - |
| HSV(B) | 311.33º | 0.41% | 0.86% | - |
| XYZ | 47.72 | 35.02 | 60.12 | - |
| YUV | 164.23 | 149.32 | 167.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 129 | 202 | 0 | 0.41 | 0.08 | 0.14 | 311.33 | 0.56 | 0.68 |
| Hex | DB | 81 | CA | 0 | 29 | 8 | E | 137 | 38 | 44 |
| Octal | 333 | 201 | 312 | 0 | 51 | 10 | 16 | 467 | 70 | 104 |
| Binary | 11011011 | 10000001 | 11001010 | 0 | 101001 | 1000 | 1110 | 100110111 | 111000 | 1000100 |
Color Harmonies of #DB81CA
Complementary color
Monochromatic Colors of #DB81CA
Black with #DB81CA
Text Example
Text Example
White with #DB81CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB81CA; }
p { color: rgb(219,129,202); }
H1.HeaderClassName
{
color: #DB81CA;
}
.AnyTagClassName
{
color: #DB81CA;
}
</style>
background-color css
<style>
a { background-color: #DB81CA; }
a { background-color: rgb(219,129,202); }
div.DivClassName
{
background-color: #DB81CA;
}
.BgClassName
{
background-color: #DB81CA;
}
</style>
border-color css
<style>
span { border-color: #DB81CA; }
span { border-color: rgb(219,129,202); }
td.TdClassName
{
border-color: #DB81CA;
}
.TagClassName
{
border-color: #DB81CA;
}
</style>