Shades of Wisteria #CA9DDD
Tints of Wisteria #CA9DDD
RGB
CMYK
RGB Variations
Color information
#CA9DDD (or 0xCA9DDD) is known color: Wisteria. HEX triplet: CA, 9D and DD. RGB value is (202,157,221). Sum of RGB (Red+Green+Blue) = 202+157+221=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 157 (61.72% from 255 or 27.07% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDD is #356222. Grayscale: #B1B1B1. Windows color (decimal): -3498531 or 14523850. OLE color: 14523850.
HSL color Cylindrical-coordinate representation of color #CA9DDD: hue angle of 282.19º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9DDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 157 | 221 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 282.19º | 0.48% | 0.74% | - |
| HSV(B) | 282.19º | 0.29% | 0.87% | - |
| XYZ | 49.47 | 41.89 | 73.89 | - |
| YUV | 177.75 | 152.41 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 221 | 0.09 | 0.29 | 0 | 0.13 | 282.19 | 0.48 | 0.74 |
| Hex | CA | 9D | DD | 9 | 1D | 0 | D | 11A | 30 | 4A |
| Octal | 312 | 235 | 335 | 11 | 35 | 0 | 15 | 432 | 60 | 112 |
| Binary | 11001010 | 10011101 | 11011101 | 1001 | 11101 | 0 | 1101 | 100011010 | 110000 | 1001010 |
Color Harmonies of #CA9DDD
Complementary color
Monochromatic Colors of #CA9DDD
Black with #CA9DDD
Text Example
Text Example
White with #CA9DDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DDD; }
p { color: rgb(202,157,221); }
H1.HeaderClassName
{
color: #CA9DDD;
}
.AnyTagClassName
{
color: #CA9DDD;
}
</style>
background-color css
<style>
a { background-color: #CA9DDD; }
a { background-color: rgb(202,157,221); }
div.DivClassName
{
background-color: #CA9DDD;
}
.BgClassName
{
background-color: #CA9DDD;
}
</style>
border-color css
<style>
span { border-color: #CA9DDD; }
span { border-color: rgb(202,157,221); }
td.TdClassName
{
border-color: #CA9DDD;
}
.TagClassName
{
border-color: #CA9DDD;
}
</style>