Shades of Wisteria #CA83DD
Tints of Wisteria #CA83DD
RGB
CMYK
RGB Variations
Color information
#CA83DD (or 0xCA83DD) is known color: Wisteria. HEX triplet: CA, 83 and DD. RGB value is (202,131,221). Sum of RGB (Red+Green+Blue) = 202+131+221=554 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.46% from 554); Green value is 131 (51.56% from 255 or 23.65% from 554); Blue value is 221 (86.72% from 255 or 39.89% from 554); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA83DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA83DD is #357C22. Grayscale: #A2A2A2. Windows color (decimal): -3505187 or 14517194. OLE color: 14517194.
HSL color Cylindrical-coordinate representation of color #CA83DD: hue angle of 287.33º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA83DD is Cyan = 0.09, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 131 | 221 | - |
| CMYK | 0.09 | 0.41 | 0 | 0.13 |
| HSL | 287.33º | 0.57% | 0.69% | - |
| HSV(B) | 287.33º | 0.41% | 0.87% | - |
| XYZ | 45.52 | 34.01 | 72.57 | - |
| YUV | 162.49 | 161.02 | 156.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 131 | 221 | 0.09 | 0.41 | 0 | 0.13 | 287.33 | 0.57 | 0.69 |
| Hex | CA | 83 | DD | 9 | 29 | 0 | D | 11F | 39 | 45 |
| Octal | 312 | 203 | 335 | 11 | 51 | 0 | 15 | 437 | 71 | 105 |
| Binary | 11001010 | 10000011 | 11011101 | 1001 | 101001 | 0 | 1101 | 100011111 | 111001 | 1000101 |
Color Harmonies of #CA83DD
Complementary color
Monochromatic Colors of #CA83DD
Black with #CA83DD
Text Example
Text Example
White with #CA83DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA83DD; }
p { color: rgb(202,131,221); }
H1.HeaderClassName
{
color: #CA83DD;
}
.AnyTagClassName
{
color: #CA83DD;
}
</style>
background-color css
<style>
a { background-color: #CA83DD; }
a { background-color: rgb(202,131,221); }
div.DivClassName
{
background-color: #CA83DD;
}
.BgClassName
{
background-color: #CA83DD;
}
</style>
border-color css
<style>
span { border-color: #CA83DD; }
span { border-color: rgb(202,131,221); }
td.TdClassName
{
border-color: #CA83DD;
}
.TagClassName
{
border-color: #CA83DD;
}
</style>