Shades of Orchid #CA82DA
Tints of Orchid #CA82DA
RGB
CMYK
RGB Variations
Color information
#CA82DA (or 0xCA82DA) is known color: Orchid. HEX triplet: CA, 82 and DA. RGB value is (202,130,218). Sum of RGB (Red+Green+Blue) = 202+130+218=550 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.73% from 550); Green value is 130 (51.17% from 255 or 23.64% from 550); Blue value is 218 (85.55% from 255 or 39.64% from 550); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA82DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA82DA is #357D25. Grayscale: #A1A1A1. Windows color (decimal): -3505446 or 14320330. OLE color: 14320330.
HSL color Cylindrical-coordinate representation of color #CA82DA: hue angle of 289.09º 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 #CA82DA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 130 | 218 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.15 |
| HSL | 289.09º | 0.54% | 0.68% | - |
| HSV(B) | 289.09º | 0.4% | 0.85% | - |
| XYZ | 44.99 | 33.58 | 70.44 | - |
| YUV | 161.56 | 159.85 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 130 | 218 | 0.07 | 0.40 | 0 | 0.15 | 289.09 | 0.54 | 0.68 |
| Hex | CA | 82 | DA | 7 | 28 | 0 | F | 121 | 36 | 44 |
| Octal | 312 | 202 | 332 | 7 | 50 | 0 | 17 | 441 | 66 | 104 |
| Binary | 11001010 | 10000010 | 11011010 | 111 | 101000 | 0 | 1111 | 100100001 | 110110 | 1000100 |
Color Harmonies of #CA82DA
Complementary color
Monochromatic Colors of #CA82DA
Black with #CA82DA
Text Example
Text Example
White with #CA82DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA82DA; }
p { color: rgb(202,130,218); }
H1.HeaderClassName
{
color: #CA82DA;
}
.AnyTagClassName
{
color: #CA82DA;
}
</style>
background-color css
<style>
a { background-color: #CA82DA; }
a { background-color: rgb(202,130,218); }
div.DivClassName
{
background-color: #CA82DA;
}
.BgClassName
{
background-color: #CA82DA;
}
</style>
border-color css
<style>
span { border-color: #CA82DA; }
span { border-color: rgb(202,130,218); }
td.TdClassName
{
border-color: #CA82DA;
}
.TagClassName
{
border-color: #CA82DA;
}
</style>