Shades of Orchid #DA81DA
Tints of Orchid #DA81DA
RGB
CMYK
RGB Variations
Color information
#DA81DA (or 0xDA81DA) is known color: Orchid. HEX triplet: DA, 81 and DA. RGB value is (218,129,218). Sum of RGB (Red+Green+Blue) = 218+129+218=565 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.58% from 565); Green value is 129 (50.78% from 255 or 22.83% from 565); Blue value is 218 (85.55% from 255 or 38.58% from 565); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA81DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA81DA is #257E25. Grayscale: #A5A5A5. Windows color (decimal): -2457126 or 14320090. OLE color: 14320090.
HSL color Cylindrical-coordinate representation of color #DA81DA: hue angle of 300º 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 #DA81DA is Cyan = 0, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 129 | 218 | - |
CMYK | 0 | 0.41 | 0 | 0.15 |
HSL | 300º | 0.55% | 0.68% | - |
HSV(B) | 300º | 0.41% | 0.85% | - |
XYZ | 49.42 | 35.67 | 70.61 | - |
YUV | 165.76 | 157.49 | 165.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 129 | 218 | 0 | 0.41 | 0 | 0.15 | 300 | 0.55 | 0.68 |
Hex | DA | 81 | DA | 0 | 29 | 0 | F | 12C | 37 | 44 |
Octal | 332 | 201 | 332 | 0 | 51 | 0 | 17 | 454 | 67 | 104 |
Binary | 11011010 | 10000001 | 11011010 | 0 | 101001 | 0 | 1111 | 100101100 | 110111 | 1000100 |
Color Harmonies of #DA81DA
Complementary color
Monochromatic Colors of #DA81DA
Black with #DA81DA
Text Example
Text Example
White with #DA81DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA81DA; }
p { color: rgb(218,129,218); }
H1.HeaderClassName
{
color: #DA81DA;
}
.AnyTagClassName
{
color: #DA81DA;
}
</style>
background-color css
<style>
a { background-color: #DA81DA; }
a { background-color: rgb(218,129,218); }
div.DivClassName
{
background-color: #DA81DA;
}
.BgClassName
{
background-color: #DA81DA;
}
</style>
border-color css
<style>
span { border-color: #DA81DA; }
span { border-color: rgb(218,129,218); }
td.TdClassName
{
border-color: #DA81DA;
}
.TagClassName
{
border-color: #DA81DA;
}
</style>