Shades of Orchid #DA81CE
Tints of Orchid #DA81CE
RGB
CMYK
RGB Variations
Color information
#DA81CE (or 0xDA81CE) is known color: Orchid. HEX triplet: DA, 81 and CE. RGB value is (218,129,206). Sum of RGB (Red+Green+Blue) = 218+129+206=553 (73% of max value = 765). Red value is 218 (85.55% from 255 or 39.42% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81CE is #257E31. Grayscale: #A4A4A4. Windows color (decimal): -2457138 or 13533658. OLE color: 13533658.
HSL color Cylindrical-coordinate representation of color #DA81CE: hue angle of 308.09º 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 #DA81CE is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 206 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.15 |
| HSL | 308.09º | 0.55% | 0.68% | - |
| HSV(B) | 308.09º | 0.41% | 0.85% | - |
| XYZ | 47.9 | 35.06 | 62.64 | - |
| YUV | 164.39 | 151.49 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 206 | 0 | 0.41 | 0.06 | 0.15 | 308.09 | 0.55 | 0.68 |
| Hex | DA | 81 | CE | 0 | 29 | 6 | F | 134 | 37 | 44 |
| Octal | 332 | 201 | 316 | 0 | 51 | 6 | 17 | 464 | 67 | 104 |
| Binary | 11011010 | 10000001 | 11001110 | 0 | 101001 | 110 | 1111 | 100110100 | 110111 | 1000100 |
Color Harmonies of #DA81CE
Complementary color
Monochromatic Colors of #DA81CE
Black with #DA81CE
Text Example
Text Example
White with #DA81CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81CE; }
p { color: rgb(218,129,206); }
H1.HeaderClassName
{
color: #DA81CE;
}
.AnyTagClassName
{
color: #DA81CE;
}
</style>
background-color css
<style>
a { background-color: #DA81CE; }
a { background-color: rgb(218,129,206); }
div.DivClassName
{
background-color: #DA81CE;
}
.BgClassName
{
background-color: #DA81CE;
}
</style>
border-color css
<style>
span { border-color: #DA81CE; }
span { border-color: rgb(218,129,206); }
td.TdClassName
{
border-color: #DA81CE;
}
.TagClassName
{
border-color: #DA81CE;
}
</style>