Shades of Wisteria #CA9AD3
Tints of Wisteria #CA9AD3
RGB
CMYK
RGB Variations
Color information
#CA9AD3 (or 0xCA9AD3) is known color: Wisteria. HEX triplet: CA, 9A and D3. RGB value is (202,154,211). Sum of RGB (Red+Green+Blue) = 202+154+211=567 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.63% from 567); Green value is 154 (60.55% from 255 or 27.16% from 567); Blue value is 211 (82.81% from 255 or 37.21% from 567); Max value from RGB is 211 - color contains mainly: blue. Hex color #CA9AD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9AD3 is #35652C. Grayscale: #AEAEAE. Windows color (decimal): -3499309 or 13867722. OLE color: 13867722.
HSL color Cylindrical-coordinate representation of color #CA9AD3: hue angle of 290.53º degrees, saturation: 0.39, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9AD3 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 154 | 211 | - |
| CMYK | 0.04 | 0.27 | 0 | 0.17 |
| HSL | 290.53º | 0.39% | 0.72% | - |
| HSV(B) | 290.53º | 0.27% | 0.83% | - |
| XYZ | 47.67 | 40.37 | 66.91 | - |
| YUV | 174.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 154 | 211 | 0.04 | 0.27 | 0 | 0.17 | 290.53 | 0.39 | 0.72 |
| Hex | CA | 9A | D3 | 4 | 1B | 0 | 11 | 123 | 27 | 48 |
| Octal | 312 | 232 | 323 | 4 | 33 | 0 | 21 | 443 | 47 | 110 |
| Binary | 11001010 | 10011010 | 11010011 | 100 | 11011 | 0 | 10001 | 100100011 | 100111 | 1001000 |
Color Harmonies of #CA9AD3
Complementary color
Monochromatic Colors of #CA9AD3
Black with #CA9AD3
Text Example
Text Example
White with #CA9AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9AD3; }
p { color: rgb(202,154,211); }
H1.HeaderClassName
{
color: #CA9AD3;
}
.AnyTagClassName
{
color: #CA9AD3;
}
</style>
background-color css
<style>
a { background-color: #CA9AD3; }
a { background-color: rgb(202,154,211); }
div.DivClassName
{
background-color: #CA9AD3;
}
.BgClassName
{
background-color: #CA9AD3;
}
</style>
border-color css
<style>
span { border-color: #CA9AD3; }
span { border-color: rgb(202,154,211); }
td.TdClassName
{
border-color: #CA9AD3;
}
.TagClassName
{
border-color: #CA9AD3;
}
</style>