Shades of Orchid #DA83DC
Tints of Orchid #DA83DC
RGB
CMYK
RGB Variations
Color information
#DA83DC (or 0xDA83DC) is known color: Orchid. HEX triplet: DA, 83 and DC. RGB value is (218,131,220). Sum of RGB (Red+Green+Blue) = 218+131+220=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 131 (51.56% from 255 or 23.02% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 220 - color contains mainly: blue. Hex color #DA83DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA83DC is #257C23. Grayscale: #A6A6A6. Windows color (decimal): -2456612 or 14451674. OLE color: 14451674.
HSL color Cylindrical-coordinate representation of color #DA83DC: hue angle of 298.65º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA83DC is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 218 | 131 | 220 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.14 |
| HSL | 298.65º | 0.56% | 0.69% | - |
| HSV(B) | 298.65º | 0.4% | 0.86% | - |
| XYZ | 49.95 | 36.31 | 72.09 | - |
| YUV | 167.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 131 | 220 | 0.01 | 0.40 | 0 | 0.14 | 298.65 | 0.56 | 0.69 |
| Hex | DA | 83 | DC | 1 | 28 | 0 | E | 12B | 38 | 45 |
| Octal | 332 | 203 | 334 | 1 | 50 | 0 | 16 | 453 | 70 | 105 |
| Binary | 11011010 | 10000011 | 11011100 | 1 | 101000 | 0 | 1110 | 100101011 | 111000 | 1000101 |
Color Harmonies of #DA83DC
Complementary color
Monochromatic Colors of #DA83DC
Black with #DA83DC
Text Example
Text Example
White with #DA83DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA83DC; }
p { color: rgb(218,131,220); }
H1.HeaderClassName
{
color: #DA83DC;
}
.AnyTagClassName
{
color: #DA83DC;
}
</style>
background-color css
<style>
a { background-color: #DA83DC; }
a { background-color: rgb(218,131,220); }
div.DivClassName
{
background-color: #DA83DC;
}
.BgClassName
{
background-color: #DA83DC;
}
</style>
border-color css
<style>
span { border-color: #DA83DC; }
span { border-color: rgb(218,131,220); }
td.TdClassName
{
border-color: #DA83DC;
}
.TagClassName
{
border-color: #DA83DC;
}
</style>