Shades of Orchid #DA81DF
Tints of Orchid #DA81DF
RGB
CMYK
RGB Variations
Color information
#DA81DF (or 0xDA81DF) is known color: Orchid. HEX triplet: DA, 81 and DF. RGB value is (218,129,223). Sum of RGB (Red+Green+Blue) = 218+129+223=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 129 (50.78% from 255 or 22.63% from 570); Blue value is 223 (87.5% from 255 or 39.12% from 570); Max value from RGB is 223 - color contains mainly: blue. Hex color #DA81DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DF is #257E20. Grayscale: #A6A6A6. Windows color (decimal): -2457121 or 14647770. OLE color: 14647770.
HSL color Cylindrical-coordinate representation of color #DA81DF: hue angle of 296.81º degrees, saturation: 0.59, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DA81DF is Cyan = 0.02, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 218 | 129 | 223 | - |
| CMYK | 0.02 | 0.42 | 0 | 0.13 |
| HSL | 296.81º | 0.59% | 0.69% | - |
| HSV(B) | 296.81º | 0.42% | 0.87% | - |
| XYZ | 50.08 | 35.93 | 74.11 | - |
| YUV | 166.33 | 159.99 | 164.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 223 | 0.02 | 0.42 | 0 | 0.13 | 296.81 | 0.59 | 0.69 |
| Hex | DA | 81 | DF | 2 | 2A | 0 | D | 129 | 3B | 45 |
| Octal | 332 | 201 | 337 | 2 | 52 | 0 | 15 | 451 | 73 | 105 |
| Binary | 11011010 | 10000001 | 11011111 | 10 | 101010 | 0 | 1101 | 100101001 | 111011 | 1000101 |
Color Harmonies of #DA81DF
Complementary color
Monochromatic Colors of #DA81DF
Black with #DA81DF
Text Example
Text Example
White with #DA81DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81DF; }
p { color: rgb(218,129,223); }
H1.HeaderClassName
{
color: #DA81DF;
}
.AnyTagClassName
{
color: #DA81DF;
}
</style>
background-color css
<style>
a { background-color: #DA81DF; }
a { background-color: rgb(218,129,223); }
div.DivClassName
{
background-color: #DA81DF;
}
.BgClassName
{
background-color: #DA81DF;
}
</style>
border-color css
<style>
span { border-color: #DA81DF; }
span { border-color: rgb(218,129,223); }
td.TdClassName
{
border-color: #DA81DF;
}
.TagClassName
{
border-color: #DA81DF;
}
</style>