Shades of Orchid #DA81C7
Tints of Orchid #DA81C7
RGB
CMYK
RGB Variations
Color information
#DA81C7 (or 0xDA81C7) is known color: Orchid. HEX triplet: DA, 81 and C7. RGB value is (218,129,199). Sum of RGB (Red+Green+Blue) = 218+129+199=546 (72% of max value = 765). Red value is 218 (85.55% from 255 or 39.93% from 546); Green value is 129 (50.78% from 255 or 23.63% from 546); Blue value is 199 (78.12% from 255 or 36.45% from 546); Max value from RGB is 218 - color contains mainly: red. Hex color #DA81C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81C7 is #257E38. Grayscale: #A3A3A3. Windows color (decimal): -2457145 or 13074906. OLE color: 13074906.
HSL color Cylindrical-coordinate representation of color #DA81C7: hue angle of 312.81º 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 #DA81C7 is Cyan = 0, Magento = 0.41, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 129 | 199 | - |
| CMYK | 0 | 0.41 | 0.09 | 0.15 |
| HSL | 312.81º | 0.55% | 0.68% | - |
| HSV(B) | 312.81º | 0.41% | 0.85% | - |
| XYZ | 47.07 | 34.73 | 58.26 | - |
| YUV | 163.59 | 147.99 | 166.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 129 | 199 | 0 | 0.41 | 0.09 | 0.15 | 312.81 | 0.55 | 0.68 |
| Hex | DA | 81 | C7 | 0 | 29 | 9 | F | 139 | 37 | 44 |
| Octal | 332 | 201 | 307 | 0 | 51 | 11 | 17 | 471 | 67 | 104 |
| Binary | 11011010 | 10000001 | 11000111 | 0 | 101001 | 1001 | 1111 | 100111001 | 110111 | 1000100 |
Color Harmonies of #DA81C7
Complementary color
Monochromatic Colors of #DA81C7
Black with #DA81C7
Text Example
Text Example
White with #DA81C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81C7; }
p { color: rgb(218,129,199); }
H1.HeaderClassName
{
color: #DA81C7;
}
.AnyTagClassName
{
color: #DA81C7;
}
</style>
background-color css
<style>
a { background-color: #DA81C7; }
a { background-color: rgb(218,129,199); }
div.DivClassName
{
background-color: #DA81C7;
}
.BgClassName
{
background-color: #DA81C7;
}
</style>
border-color css
<style>
span { border-color: #DA81C7; }
span { border-color: rgb(218,129,199); }
td.TdClassName
{
border-color: #DA81C7;
}
.TagClassName
{
border-color: #DA81C7;
}
</style>