Shades of Wisteria #CA8ADA
Tints of Wisteria #CA8ADA
RGB
CMYK
RGB Variations
Color information
#CA8ADA (or 0xCA8ADA) is known color: Wisteria. HEX triplet: CA, 8A and DA. RGB value is (202,138,218). Sum of RGB (Red+Green+Blue) = 202+138+218=558 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.20% from 558); Green value is 138 (54.30% from 255 or 24.73% from 558); Blue value is 218 (85.55% from 255 or 39.07% from 558); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA8ADA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ADA is #357525. Grayscale: #A5A5A5. Windows color (decimal): -3503398 or 14322378. OLE color: 14322378.
HSL color Cylindrical-coordinate representation of color #CA8ADA: hue angle of 288º 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 #CA8ADA is Cyan = 0.07, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 138 | 218 | - |
| CMYK | 0.07 | 0.37 | 0 | 0.15 |
| HSL | 288º | 0.52% | 0.7% | - |
| HSV(B) | 288º | 0.37% | 0.85% | - |
| XYZ | 46.1 | 35.8 | 70.81 | - |
| YUV | 166.26 | 157.2 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 218 | 0.07 | 0.37 | 0 | 0.15 | 288 | 0.52 | 0.7 |
| Hex | CA | 8A | DA | 7 | 25 | 0 | F | 120 | 34 | 46 |
| Octal | 312 | 212 | 332 | 7 | 45 | 0 | 17 | 440 | 64 | 106 |
| Binary | 11001010 | 10001010 | 11011010 | 111 | 100101 | 0 | 1111 | 100100000 | 110100 | 1000110 |
Color Harmonies of #CA8ADA
Complementary color
Monochromatic Colors of #CA8ADA
Black with #CA8ADA
Text Example
Text Example
White with #CA8ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ADA; }
p { color: rgb(202,138,218); }
H1.HeaderClassName
{
color: #CA8ADA;
}
.AnyTagClassName
{
color: #CA8ADA;
}
</style>
background-color css
<style>
a { background-color: #CA8ADA; }
a { background-color: rgb(202,138,218); }
div.DivClassName
{
background-color: #CA8ADA;
}
.BgClassName
{
background-color: #CA8ADA;
}
</style>
border-color css
<style>
span { border-color: #CA8ADA; }
span { border-color: rgb(202,138,218); }
td.TdClassName
{
border-color: #CA8ADA;
}
.TagClassName
{
border-color: #CA8ADA;
}
</style>