Shades of Orchid #DA81D7
Tints of Orchid #DA81D7
RGB
CMYK
RGB Variations
Color information
#DA81D7 (or 0xDA81D7) is known color: Orchid. HEX triplet: DA, 81 and D7. RGB value is (218,129,215). Sum of RGB (Red+Green+Blue) = 218+129+215=562 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.79% from 562); Green value is 129 (50.78% from 255 or 22.95% from 562); Blue value is 215 (84.38% from 255 or 38.26% from 562); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81D7 is #257E28. Grayscale: #A5A5A5. Windows color (decimal): -2457129 or 14123482. OLE color: 14123482.
HSL color Cylindrical-coordinate representation of color #DA81D7: hue angle of 302.02º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA81D7 is Cyan = 0, Magento = 0.41, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 215 | - |
| CMYK | 0 | 0.41 | 0.01 | 0.15 |
| HSL | 302.02º | 0.55% | 0.68% | - |
| HSV(B) | 302.02º | 0.41% | 0.85% | - |
| XYZ | 49.03 | 35.51 | 68.56 | - |
| YUV | 165.42 | 155.99 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 215 | 0 | 0.41 | 0.01 | 0.15 | 302.02 | 0.55 | 0.68 |
| Hex | DA | 81 | D7 | 0 | 29 | 1 | F | 12E | 37 | 44 |
| Octal | 332 | 201 | 327 | 0 | 51 | 1 | 17 | 456 | 67 | 104 |
| Binary | 11011010 | 10000001 | 11010111 | 0 | 101001 | 1 | 1111 | 100101110 | 110111 | 1000100 |
Color Harmonies of #DA81D7
Complementary color
Monochromatic Colors of #DA81D7
Black with #DA81D7
Text Example
Text Example
White with #DA81D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81D7; }
p { color: rgb(218,129,215); }
H1.HeaderClassName
{
color: #DA81D7;
}
.AnyTagClassName
{
color: #DA81D7;
}
</style>
background-color css
<style>
a { background-color: #DA81D7; }
a { background-color: rgb(218,129,215); }
div.DivClassName
{
background-color: #DA81D7;
}
.BgClassName
{
background-color: #DA81D7;
}
</style>
border-color css
<style>
span { border-color: #DA81D7; }
span { border-color: rgb(218,129,215); }
td.TdClassName
{
border-color: #DA81D7;
}
.TagClassName
{
border-color: #DA81D7;
}
</style>