Shades of Wisteria #CA9DE0
Tints of Wisteria #CA9DE0
RGB
CMYK
RGB Variations
Color information
#CA9DE0 (or 0xCA9DE0) is known color: Wisteria. HEX triplet: CA, 9D and E0. RGB value is (202,157,224). Sum of RGB (Red+Green+Blue) = 202+157+224=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 224 (87.89% from 255 or 38.42% from 583); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA9DE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9DE0 is #35621F. Grayscale: #B1B1B1. Windows color (decimal): -3498528 or 14720458. OLE color: 14720458.
HSL color Cylindrical-coordinate representation of color #CA9DE0: hue angle of 280.3º degrees, saturation: 0.52, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9DE0 is Cyan = 0.10, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 157 | 224 | - |
| CMYK | 0.10 | 0.30 | 0 | 0.12 |
| HSL | 280.3º | 0.52% | 0.75% | - |
| HSV(B) | 280.3º | 0.3% | 0.88% | - |
| XYZ | 49.87 | 42.05 | 76.01 | - |
| YUV | 178.09 | 153.91 | 145.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 157 | 224 | 0.10 | 0.30 | 0 | 0.12 | 280.3 | 0.52 | 0.75 |
| Hex | CA | 9D | E0 | A | 1E | 0 | C | 118 | 34 | 4B |
| Octal | 312 | 235 | 340 | 12 | 36 | 0 | 14 | 430 | 64 | 113 |
| Binary | 11001010 | 10011101 | 11100000 | 1010 | 11110 | 0 | 1100 | 100011000 | 110100 | 1001011 |
Color Harmonies of #CA9DE0
Complementary color
Monochromatic Colors of #CA9DE0
Black with #CA9DE0
Text Example
Text Example
White with #CA9DE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9DE0; }
p { color: rgb(202,157,224); }
H1.HeaderClassName
{
color: #CA9DE0;
}
.AnyTagClassName
{
color: #CA9DE0;
}
</style>
background-color css
<style>
a { background-color: #CA9DE0; }
a { background-color: rgb(202,157,224); }
div.DivClassName
{
background-color: #CA9DE0;
}
.BgClassName
{
background-color: #CA9DE0;
}
</style>
border-color css
<style>
span { border-color: #CA9DE0; }
span { border-color: rgb(202,157,224); }
td.TdClassName
{
border-color: #CA9DE0;
}
.TagClassName
{
border-color: #CA9DE0;
}
</style>