Shades of Orchid #DA83D2
Tints of Orchid #DA83D2
RGB
CMYK
RGB Variations
Color information
#DA83D2 (or 0xDA83D2) is known color: Orchid. HEX triplet: DA, 83 and D2. RGB value is (218,131,210). Sum of RGB (Red+Green+Blue) = 218+131+210=559 (74% of max value = 765). Red value is 218 (85.55% from 255 or 39.00% from 559); Green value is 131 (51.56% from 255 or 23.43% from 559); Blue value is 210 (82.42% from 255 or 37.57% from 559); Max value from RGB is 218 - color contains mainly: red. Hex color #DA83D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83D2 is #257C2D. Grayscale: #A5A5A5. Windows color (decimal): -2456622 or 13796314. OLE color: 13796314.
HSL color Cylindrical-coordinate representation of color #DA83D2: hue angle of 305.52º 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 #DA83D2 is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 131 | 210 | - |
| CMYK | 0 | 0.40 | 0.04 | 0.15 |
| HSL | 305.52º | 0.54% | 0.68% | - |
| HSV(B) | 305.52º | 0.4% | 0.85% | - |
| XYZ | 48.66 | 35.79 | 65.32 | - |
| YUV | 166.02 | 152.82 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 210 | 0 | 0.40 | 0.04 | 0.15 | 305.52 | 0.54 | 0.68 |
| Hex | DA | 83 | D2 | 0 | 28 | 4 | F | 132 | 36 | 44 |
| Octal | 332 | 203 | 322 | 0 | 50 | 4 | 17 | 462 | 66 | 104 |
| Binary | 11011010 | 10000011 | 11010010 | 0 | 101000 | 100 | 1111 | 100110010 | 110110 | 1000100 |
Color Harmonies of #DA83D2
Complementary color
Monochromatic Colors of #DA83D2
Black with #DA83D2
Text Example
Text Example
White with #DA83D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83D2; }
p { color: rgb(218,131,210); }
H1.HeaderClassName
{
color: #DA83D2;
}
.AnyTagClassName
{
color: #DA83D2;
}
</style>
background-color css
<style>
a { background-color: #DA83D2; }
a { background-color: rgb(218,131,210); }
div.DivClassName
{
background-color: #DA83D2;
}
.BgClassName
{
background-color: #DA83D2;
}
</style>
border-color css
<style>
span { border-color: #DA83D2; }
span { border-color: rgb(218,131,210); }
td.TdClassName
{
border-color: #DA83D2;
}
.TagClassName
{
border-color: #DA83D2;
}
</style>