Shades of Wisteria #CA89DA
Tints of Wisteria #CA89DA
RGB
CMYK
RGB Variations
Color information
#CA89DA (or 0xCA89DA) is known color: Wisteria. HEX triplet: CA, 89 and DA. RGB value is (202,137,218). Sum of RGB (Red+Green+Blue) = 202+137+218=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA89DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA89DA is #357625. Grayscale: #A5A5A5. Windows color (decimal): -3503654 or 14322122. OLE color: 14322122.
HSL color Cylindrical-coordinate representation of color #CA89DA: hue angle of 288.15º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA89DA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 137 | 218 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288.15º | 0.52% | 0.7% | - |
| HSV(B) | 288.15º | 0.37% | 0.85% | - |
| XYZ | 45.96 | 35.51 | 70.76 | - |
| YUV | 165.67 | 157.53 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 137 | 218 | 0.07 | 0.37 | 0 | 0.15 | 288.15 | 0.52 | 0.7 |
| Hex | CA | 89 | DA | 7 | 25 | 0 | F | 120 | 34 | 46 |
| Octal | 312 | 211 | 332 | 7 | 45 | 0 | 17 | 440 | 64 | 106 |
| Binary | 11001010 | 10001001 | 11011010 | 111 | 100101 | 0 | 1111 | 100100000 | 110100 | 1000110 |
Color Harmonies of #CA89DA
Complementary color
Monochromatic Colors of #CA89DA
Black with #CA89DA
Text Example
Text Example
White with #CA89DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA89DA; }
p { color: rgb(202,137,218); }
H1.HeaderClassName
{
color: #CA89DA;
}
.AnyTagClassName
{
color: #CA89DA;
}
</style>
background-color css
<style>
a { background-color: #CA89DA; }
a { background-color: rgb(202,137,218); }
div.DivClassName
{
background-color: #CA89DA;
}
.BgClassName
{
background-color: #CA89DA;
}
</style>
border-color css
<style>
span { border-color: #CA89DA; }
span { border-color: rgb(202,137,218); }
td.TdClassName
{
border-color: #CA89DA;
}
.TagClassName
{
border-color: #CA89DA;
}
</style>