Shades of Orchid #DA83DA
Tints of Orchid #DA83DA
RGB
CMYK
RGB Variations
Color information
#DA83DA (or 0xDA83DA) is known color: Orchid. HEX triplet: DA, 83 and DA. RGB value is (218,131,218). Sum of RGB (Red+Green+Blue) = 218+131+218=567 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.45% from 567); Green value is 131 (51.56% from 255 or 23.10% from 567); Blue value is 218 (85.55% from 255 or 38.45% from 567); Max value from RGB is 218 - color contains mainly: red, blue. Hex color #DA83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DA is #257C25. Grayscale: #A6A6A6. Windows color (decimal): -2456614 or 14320602. OLE color: 14320602.
HSL color Cylindrical-coordinate representation of color #DA83DA: hue angle of 300º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83DA is Cyan = 0, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 131 | 218 | - |
CMYK | 0 | 0.40 | 0 | 0.15 |
HSL | 300º | 0.54% | 0.68% | - |
HSV(B) | 300º | 0.4% | 0.85% | - |
XYZ | 49.68 | 36.2 | 70.7 | - |
YUV | 166.93 | 156.82 | 164.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 131 | 218 | 0 | 0.40 | 0 | 0.15 | 300 | 0.54 | 0.68 |
Hex | DA | 83 | DA | 0 | 28 | 0 | F | 12C | 36 | 44 |
Octal | 332 | 203 | 332 | 0 | 50 | 0 | 17 | 454 | 66 | 104 |
Binary | 11011010 | 10000011 | 11011010 | 0 | 101000 | 0 | 1111 | 100101100 | 110110 | 1000100 |
Color Harmonies of #DA83DA
Complementary color
Monochromatic Colors of #DA83DA
Black with #DA83DA
Text Example
Text Example
White with #DA83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83DA; }
p { color: rgb(218,131,218); }
H1.HeaderClassName
{
color: #DA83DA;
}
.AnyTagClassName
{
color: #DA83DA;
}
</style>
background-color css
<style>
a { background-color: #DA83DA; }
a { background-color: rgb(218,131,218); }
div.DivClassName
{
background-color: #DA83DA;
}
.BgClassName
{
background-color: #DA83DA;
}
</style>
border-color css
<style>
span { border-color: #DA83DA; }
span { border-color: rgb(218,131,218); }
td.TdClassName
{
border-color: #DA83DA;
}
.TagClassName
{
border-color: #DA83DA;
}
</style>