Shades of Wisteria #CA9EDE
Tints of Wisteria #CA9EDE
RGB
CMYK
RGB Variations
Color information
#CA9EDE (or 0xCA9EDE) is known color: Wisteria. HEX triplet: CA, 9E and DE. RGB value is (202,158,222). Sum of RGB (Red+Green+Blue) = 202+158+222=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 158 (62.11% from 255 or 27.15% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9EDE is #356121. Grayscale: #B2B2B2. Windows color (decimal): -3498274 or 14589642. OLE color: 14589642.
HSL color Cylindrical-coordinate representation of color #CA9EDE: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9EDE is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 158 | 222 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.13 |
| HSL | 281.25º | 0.49% | 0.75% | - |
| HSV(B) | 281.25º | 0.29% | 0.87% | - |
| XYZ | 49.77 | 42.28 | 74.65 | - |
| YUV | 178.45 | 152.58 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 222 | 0.09 | 0.29 | 0 | 0.13 | 281.25 | 0.49 | 0.75 |
| Hex | CA | 9E | DE | 9 | 1D | 0 | D | 119 | 31 | 4B |
| Octal | 312 | 236 | 336 | 11 | 35 | 0 | 15 | 431 | 61 | 113 |
| Binary | 11001010 | 10011110 | 11011110 | 1001 | 11101 | 0 | 1101 | 100011001 | 110001 | 1001011 |
Color Harmonies of #CA9EDE
Complementary color
Monochromatic Colors of #CA9EDE
Black with #CA9EDE
Text Example
Text Example
White with #CA9EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EDE; }
p { color: rgb(202,158,222); }
H1.HeaderClassName
{
color: #CA9EDE;
}
.AnyTagClassName
{
color: #CA9EDE;
}
</style>
background-color css
<style>
a { background-color: #CA9EDE; }
a { background-color: rgb(202,158,222); }
div.DivClassName
{
background-color: #CA9EDE;
}
.BgClassName
{
background-color: #CA9EDE;
}
</style>
border-color css
<style>
span { border-color: #CA9EDE; }
span { border-color: rgb(202,158,222); }
td.TdClassName
{
border-color: #CA9EDE;
}
.TagClassName
{
border-color: #CA9EDE;
}
</style>