Shades of Orchid #DA82C3
Tints of Orchid #DA82C3
RGB
CMYK
RGB Variations
Color information
#DA82C3 (or 0xDA82C3) is known color: Orchid. HEX triplet: DA, 82 and C3. RGB value is (218,130,195). Sum of RGB (Red+Green+Blue) = 218+130+195=543 (71% of max value = 765). Red value is 218 (85.55% from 255 or 40.15% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 195 (76.56% from 255 or 35.91% from 543); Max value from RGB is 218 - color contains mainly: red. Hex color #DA82C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DA82C3 is #257D3C. Grayscale: #A3A3A3. Windows color (decimal): -2456893 or 12813018. OLE color: 12813018.
HSL color Cylindrical-coordinate representation of color #DA82C3: hue angle of 315.68º 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 #DA82C3 is Cyan = 0, Magento = 0.40, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 130 | 195 | - |
| CMYK | 0 | 0.40 | 0.11 | 0.15 |
| HSL | 315.68º | 0.54% | 0.68% | - |
| HSV(B) | 315.68º | 0.4% | 0.85% | - |
| XYZ | 46.75 | 34.81 | 55.89 | - |
| YUV | 163.72 | 145.65 | 166.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 130 | 195 | 0 | 0.40 | 0.11 | 0.15 | 315.68 | 0.54 | 0.68 |
| Hex | DA | 82 | C3 | 0 | 28 | B | F | 13C | 36 | 44 |
| Octal | 332 | 202 | 303 | 0 | 50 | 13 | 17 | 474 | 66 | 104 |
| Binary | 11011010 | 10000010 | 11000011 | 0 | 101000 | 1011 | 1111 | 100111100 | 110110 | 1000100 |
Color Harmonies of #DA82C3
Complementary color
Monochromatic Colors of #DA82C3
Black with #DA82C3
Text Example
Text Example
White with #DA82C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA82C3; }
p { color: rgb(218,130,195); }
H1.HeaderClassName
{
color: #DA82C3;
}
.AnyTagClassName
{
color: #DA82C3;
}
</style>
background-color css
<style>
a { background-color: #DA82C3; }
a { background-color: rgb(218,130,195); }
div.DivClassName
{
background-color: #DA82C3;
}
.BgClassName
{
background-color: #DA82C3;
}
</style>
border-color css
<style>
span { border-color: #DA82C3; }
span { border-color: rgb(218,130,195); }
td.TdClassName
{
border-color: #DA82C3;
}
.TagClassName
{
border-color: #DA82C3;
}
</style>