Shades of Wisteria #CA83DA
Tints of Wisteria #CA83DA
RGB
CMYK
RGB Variations
Color information
#CA83DA (or 0xCA83DA) is known color: Wisteria. HEX triplet: CA, 83 and DA. RGB value is (202,131,218). Sum of RGB (Red+Green+Blue) = 202+131+218=551 (72% of max value = 765). Red value is 202 (79.30% from 255 or 36.66% from 551); Green value is 131 (51.56% from 255 or 23.77% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA83DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DA is #357C25. Grayscale: #A1A1A1. Windows color (decimal): -3505190 or 14320586. OLE color: 14320586.
HSL color Cylindrical-coordinate representation of color #CA83DA: hue angle of 288.97º 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 #CA83DA is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 131 | 218 | - |
| CMYK | 0.07 | 0.40 | 0 | 0.15 |
| HSL | 288.97º | 0.54% | 0.68% | - |
| HSV(B) | 288.97º | 0.4% | 0.85% | - |
| XYZ | 45.13 | 33.85 | 70.49 | - |
| YUV | 162.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 218 | 0.07 | 0.40 | 0 | 0.15 | 288.97 | 0.54 | 0.68 |
| Hex | CA | 83 | DA | 7 | 28 | 0 | F | 121 | 36 | 44 |
| Octal | 312 | 203 | 332 | 7 | 50 | 0 | 17 | 441 | 66 | 104 |
| Binary | 11001010 | 10000011 | 11011010 | 111 | 101000 | 0 | 1111 | 100100001 | 110110 | 1000100 |
Color Harmonies of #CA83DA
Complementary color
Monochromatic Colors of #CA83DA
Black with #CA83DA
Text Example
Text Example
White with #CA83DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83DA; }
p { color: rgb(202,131,218); }
H1.HeaderClassName
{
color: #CA83DA;
}
.AnyTagClassName
{
color: #CA83DA;
}
</style>
background-color css
<style>
a { background-color: #CA83DA; }
a { background-color: rgb(202,131,218); }
div.DivClassName
{
background-color: #CA83DA;
}
.BgClassName
{
background-color: #CA83DA;
}
</style>
border-color css
<style>
span { border-color: #CA83DA; }
span { border-color: rgb(202,131,218); }
td.TdClassName
{
border-color: #CA83DA;
}
.TagClassName
{
border-color: #CA83DA;
}
</style>