Shades of Wisteria #CA9DDA
Tints of Wisteria #CA9DDA
RGB
CMYK
RGB Variations
Color information
#CA9DDA (or 0xCA9DDA) is known color: Wisteria. HEX triplet: CA, 9D and DA. RGB value is (202,157,218). Sum of RGB (Red+Green+Blue) = 202+157+218=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 157 (61.72% from 255 or 27.21% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9DDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDA is #356225. Grayscale: #B1B1B1. Windows color (decimal): -3498534 or 14327242. OLE color: 14327242.
HSL color Cylindrical-coordinate representation of color #CA9DDA: hue angle of 284.26º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9DDA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 157 | 218 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 284.26º | 0.45% | 0.74% | - |
| HSV(B) | 284.26º | 0.28% | 0.85% | - |
| XYZ | 49.07 | 41.73 | 71.8 | - |
| YUV | 177.41 | 150.91 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 218 | 0.07 | 0.28 | 0 | 0.15 | 284.26 | 0.45 | 0.74 |
| Hex | CA | 9D | DA | 7 | 1C | 0 | F | 11C | 2D | 4A |
| Octal | 312 | 235 | 332 | 7 | 34 | 0 | 17 | 434 | 55 | 112 |
| Binary | 11001010 | 10011101 | 11011010 | 111 | 11100 | 0 | 1111 | 100011100 | 101101 | 1001010 |
Color Harmonies of #CA9DDA
Complementary color
Monochromatic Colors of #CA9DDA
Black with #CA9DDA
Text Example
Text Example
White with #CA9DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DDA; }
p { color: rgb(202,157,218); }
H1.HeaderClassName
{
color: #CA9DDA;
}
.AnyTagClassName
{
color: #CA9DDA;
}
</style>
background-color css
<style>
a { background-color: #CA9DDA; }
a { background-color: rgb(202,157,218); }
div.DivClassName
{
background-color: #CA9DDA;
}
.BgClassName
{
background-color: #CA9DDA;
}
</style>
border-color css
<style>
span { border-color: #CA9DDA; }
span { border-color: rgb(202,157,218); }
td.TdClassName
{
border-color: #CA9DDA;
}
.TagClassName
{
border-color: #CA9DDA;
}
</style>