Shades of Wisteria #CA9DDE
Tints of Wisteria #CA9DDE
RGB
CMYK
RGB Variations
Color information
#CA9DDE (or 0xCA9DDE) is known color: Wisteria. HEX triplet: CA, 9D and DE. RGB value is (202,157,222). Sum of RGB (Red+Green+Blue) = 202+157+222=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 222 (87.11% from 255 or 38.21% from 581); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DDE is #356221. Grayscale: #B1B1B1. Windows color (decimal): -3498530 or 14589386. OLE color: 14589386.
HSL color Cylindrical-coordinate representation of color #CA9DDE: hue angle of 281.54º degrees, saturation: 0.5, 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 #CA9DDE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 157 | 222 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.54º | 0.5% | 0.74% | - |
| HSV(B) | 281.54º | 0.29% | 0.87% | - |
| XYZ | 49.6 | 41.94 | 74.59 | - |
| YUV | 177.87 | 152.91 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 222 | 0.09 | 0.29 | 0 | 0.13 | 281.54 | 0.5 | 0.74 |
| Hex | CA | 9D | DE | 9 | 1D | 0 | D | 11A | 32 | 4A |
| Octal | 312 | 235 | 336 | 11 | 35 | 0 | 15 | 432 | 62 | 112 |
| Binary | 11001010 | 10011101 | 11011110 | 1001 | 11101 | 0 | 1101 | 100011010 | 110010 | 1001010 |
Color Harmonies of #CA9DDE
Complementary color
Monochromatic Colors of #CA9DDE
Black with #CA9DDE
Text Example
Text Example
White with #CA9DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DDE; }
p { color: rgb(202,157,222); }
H1.HeaderClassName
{
color: #CA9DDE;
}
.AnyTagClassName
{
color: #CA9DDE;
}
</style>
background-color css
<style>
a { background-color: #CA9DDE; }
a { background-color: rgb(202,157,222); }
div.DivClassName
{
background-color: #CA9DDE;
}
.BgClassName
{
background-color: #CA9DDE;
}
</style>
border-color css
<style>
span { border-color: #CA9DDE; }
span { border-color: rgb(202,157,222); }
td.TdClassName
{
border-color: #CA9DDE;
}
.TagClassName
{
border-color: #CA9DDE;
}
</style>