Shades of Wisteria #CA9EDA
Tints of Wisteria #CA9EDA
RGB
CMYK
RGB Variations
Color information
#CA9EDA (or 0xCA9EDA) is known color: Wisteria. HEX triplet: CA, 9E and DA. RGB value is (202,158,218). Sum of RGB (Red+Green+Blue) = 202+158+218=578 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.95% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 218 (85.55% from 255 or 37.72% from 578); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9EDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDA is #356125. Grayscale: #B1B1B1. Windows color (decimal): -3498278 or 14327498. OLE color: 14327498.
HSL color Cylindrical-coordinate representation of color #CA9EDA: hue angle of 284º 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 #CA9EDA is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 158 | 218 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 284º | 0.45% | 0.74% | - |
| HSV(B) | 284º | 0.28% | 0.85% | - |
| XYZ | 49.24 | 42.07 | 71.86 | - |
| YUV | 178 | 150.58 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 218 | 0.07 | 0.28 | 0 | 0.15 | 284 | 0.45 | 0.74 |
| Hex | CA | 9E | DA | 7 | 1C | 0 | F | 11C | 2D | 4A |
| Octal | 312 | 236 | 332 | 7 | 34 | 0 | 17 | 434 | 55 | 112 |
| Binary | 11001010 | 10011110 | 11011010 | 111 | 11100 | 0 | 1111 | 100011100 | 101101 | 1001010 |
Color Harmonies of #CA9EDA
Complementary color
Monochromatic Colors of #CA9EDA
Black with #CA9EDA
Text Example
Text Example
White with #CA9EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EDA; }
p { color: rgb(202,158,218); }
H1.HeaderClassName
{
color: #CA9EDA;
}
.AnyTagClassName
{
color: #CA9EDA;
}
</style>
background-color css
<style>
a { background-color: #CA9EDA; }
a { background-color: rgb(202,158,218); }
div.DivClassName
{
background-color: #CA9EDA;
}
.BgClassName
{
background-color: #CA9EDA;
}
</style>
border-color css
<style>
span { border-color: #CA9EDA; }
span { border-color: rgb(202,158,218); }
td.TdClassName
{
border-color: #CA9EDA;
}
.TagClassName
{
border-color: #CA9EDA;
}
</style>