Shades of Wisteria #CA8AD5
Tints of Wisteria #CA8AD5
RGB
CMYK
RGB Variations
Color information
#CA8AD5 (or 0xCA8AD5) is known color: Wisteria. HEX triplet: CA, 8A and D5. RGB value is (202,138,213). Sum of RGB (Red+Green+Blue) = 202+138+213=553 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.53% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 213 (83.59% from 255 or 38.52% from 553); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA8AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8AD5 is #35752A. Grayscale: #A5A5A5. Windows color (decimal): -3503403 or 13994698. OLE color: 13994698.
HSL color Cylindrical-coordinate representation of color #CA8AD5: hue angle of 291.2º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8AD5 is Cyan = 0.05, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 138 | 213 | - |
| CMYK | 0.05 | 0.35 | 0 | 0.16 |
| HSL | 291.2º | 0.47% | 0.69% | - |
| HSV(B) | 291.2º | 0.35% | 0.84% | - |
| XYZ | 45.46 | 35.54 | 67.41 | - |
| YUV | 165.69 | 154.7 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 213 | 0.05 | 0.35 | 0 | 0.16 | 291.2 | 0.47 | 0.69 |
| Hex | CA | 8A | D5 | 5 | 23 | 0 | 10 | 123 | 2F | 45 |
| Octal | 312 | 212 | 325 | 5 | 43 | 0 | 20 | 443 | 57 | 105 |
| Binary | 11001010 | 10001010 | 11010101 | 101 | 100011 | 0 | 10000 | 100100011 | 101111 | 1000101 |
Color Harmonies of #CA8AD5
Complementary color
Monochromatic Colors of #CA8AD5
Black with #CA8AD5
Text Example
Text Example
White with #CA8AD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8AD5; }
p { color: rgb(202,138,213); }
H1.HeaderClassName
{
color: #CA8AD5;
}
.AnyTagClassName
{
color: #CA8AD5;
}
</style>
background-color css
<style>
a { background-color: #CA8AD5; }
a { background-color: rgb(202,138,213); }
div.DivClassName
{
background-color: #CA8AD5;
}
.BgClassName
{
background-color: #CA8AD5;
}
</style>
border-color css
<style>
span { border-color: #CA8AD5; }
span { border-color: rgb(202,138,213); }
td.TdClassName
{
border-color: #CA8AD5;
}
.TagClassName
{
border-color: #CA8AD5;
}
</style>