Shades of Wisteria #CA9EDD
Tints of Wisteria #CA9EDD
RGB
CMYK
RGB Variations
Color information
#CA9EDD (or 0xCA9EDD) is known color: Wisteria. HEX triplet: CA, 9E and DD. RGB value is (202,158,221). Sum of RGB (Red+Green+Blue) = 202+158+221=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 158 (62.11% from 255 or 27.19% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA9EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDD is #356122. Grayscale: #B2B2B2. Windows color (decimal): -3498275 or 14524106. OLE color: 14524106.
HSL color Cylindrical-coordinate representation of color #CA9EDD: hue angle of 281.9º 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 #CA9EDD is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 158 | 221 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.9º | 0.48% | 0.74% | - |
| HSV(B) | 281.9º | 0.29% | 0.87% | - |
| XYZ | 49.64 | 42.23 | 73.94 | - |
| YUV | 178.34 | 152.08 | 144.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 221 | 0.09 | 0.29 | 0 | 0.13 | 281.9 | 0.48 | 0.74 |
| Hex | CA | 9E | DD | 9 | 1D | 0 | D | 11A | 30 | 4A |
| Octal | 312 | 236 | 335 | 11 | 35 | 0 | 15 | 432 | 60 | 112 |
| Binary | 11001010 | 10011110 | 11011101 | 1001 | 11101 | 0 | 1101 | 100011010 | 110000 | 1001010 |
Color Harmonies of #CA9EDD
Complementary color
Monochromatic Colors of #CA9EDD
Black with #CA9EDD
Text Example
Text Example
White with #CA9EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EDD; }
p { color: rgb(202,158,221); }
H1.HeaderClassName
{
color: #CA9EDD;
}
.AnyTagClassName
{
color: #CA9EDD;
}
</style>
background-color css
<style>
a { background-color: #CA9EDD; }
a { background-color: rgb(202,158,221); }
div.DivClassName
{
background-color: #CA9EDD;
}
.BgClassName
{
background-color: #CA9EDD;
}
</style>
border-color css
<style>
span { border-color: #CA9EDD; }
span { border-color: rgb(202,158,221); }
td.TdClassName
{
border-color: #CA9EDD;
}
.TagClassName
{
border-color: #CA9EDD;
}
</style>