Shades of Orchid #DA81E3
Tints of Orchid #DA81E3
RGB
CMYK
RGB Variations
Color information
#DA81E3 (or 0xDA81E3) is known color: Orchid. HEX triplet: DA, 81 and E3. RGB value is (218,129,227). Sum of RGB (Red+Green+Blue) = 218+129+227=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 227 (89.06% from 255 or 39.55% from 574); Max value from RGB is 227 - color contains mainly: blue. Hex color #DA81E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81E3 is #257E1C. Grayscale: #A6A6A6. Windows color (decimal): -2457117 or 14909914. OLE color: 14909914.
HSL color Cylindrical-coordinate representation of color #DA81E3: hue angle of 294.49º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DA81E3 is Cyan = 0.04, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 218 | 129 | 227 | - |
| CMYK | 0.04 | 0.43 | 0 | 0.11 |
| HSL | 294.49º | 0.64% | 0.7% | - |
| HSV(B) | 294.49º | 0.43% | 0.89% | - |
| XYZ | 50.63 | 36.15 | 76.98 | - |
| YUV | 166.78 | 161.99 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 227 | 0.04 | 0.43 | 0 | 0.11 | 294.49 | 0.64 | 0.7 |
| Hex | DA | 81 | E3 | 4 | 2B | 0 | B | 126 | 40 | 46 |
| Octal | 332 | 201 | 343 | 4 | 53 | 0 | 13 | 446 | 100 | 106 |
| Binary | 11011010 | 10000001 | 11100011 | 100 | 101011 | 0 | 1011 | 100100110 | 1000000 | 1000110 |
Color Harmonies of #DA81E3
Complementary color
Monochromatic Colors of #DA81E3
Black with #DA81E3
Text Example
Text Example
White with #DA81E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81E3; }
p { color: rgb(218,129,227); }
H1.HeaderClassName
{
color: #DA81E3;
}
.AnyTagClassName
{
color: #DA81E3;
}
</style>
background-color css
<style>
a { background-color: #DA81E3; }
a { background-color: rgb(218,129,227); }
div.DivClassName
{
background-color: #DA81E3;
}
.BgClassName
{
background-color: #DA81E3;
}
</style>
border-color css
<style>
span { border-color: #DA81E3; }
span { border-color: rgb(218,129,227); }
td.TdClassName
{
border-color: #DA81E3;
}
.TagClassName
{
border-color: #DA81E3;
}
</style>