Shades of Orchid #DA81DB
Tints of Orchid #DA81DB
RGB
CMYK
RGB Variations
Color information
#DA81DB (or 0xDA81DB) is known color: Orchid. HEX triplet: DA, 81 and DB. RGB value is (218,129,219). Sum of RGB (Red+Green+Blue) = 218+129+219=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 129 (50.78% from 255 or 22.79% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #DA81DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DB is #257E24. Grayscale: #A5A5A5. Windows color (decimal): -2457125 or 14385626. OLE color: 14385626.
HSL color Cylindrical-coordinate representation of color #DA81DB: hue angle of 299.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 #DA81DB is Cyan = 0.00, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 129 | 219 | - |
| CMYK | 0.00 | 0.41 | 0 | 0.14 |
| HSL | 299.33º | 0.56% | 0.68% | - |
| HSV(B) | 299.33º | 0.41% | 0.86% | - |
| XYZ | 49.55 | 35.72 | 71.3 | - |
| YUV | 165.87 | 157.99 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 219 | 0.00 | 0.41 | 0 | 0.14 | 299.33 | 0.56 | 0.68 |
| Hex | DA | 81 | DB | 0 | 29 | 0 | E | 12B | 38 | 44 |
| Octal | 332 | 201 | 333 | 0 | 51 | 0 | 16 | 453 | 70 | 104 |
| Binary | 11011010 | 10000001 | 11011011 | 0 | 101001 | 0 | 1110 | 100101011 | 111000 | 1000100 |
Color Harmonies of #DA81DB
Complementary color
Monochromatic Colors of #DA81DB
Black with #DA81DB
Text Example
Text Example
White with #DA81DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81DB; }
p { color: rgb(218,129,219); }
H1.HeaderClassName
{
color: #DA81DB;
}
.AnyTagClassName
{
color: #DA81DB;
}
</style>
background-color css
<style>
a { background-color: #DA81DB; }
a { background-color: rgb(218,129,219); }
div.DivClassName
{
background-color: #DA81DB;
}
.BgClassName
{
background-color: #DA81DB;
}
</style>
border-color css
<style>
span { border-color: #DA81DB; }
span { border-color: rgb(218,129,219); }
td.TdClassName
{
border-color: #DA81DB;
}
.TagClassName
{
border-color: #DA81DB;
}
</style>