Shades of Wisteria #CA9BEA
Tints of Wisteria #CA9BEA
RGB
CMYK
RGB Variations
Color information
#CA9BEA (or 0xCA9BEA) is known color: Wisteria. HEX triplet: CA, 9B and EA. RGB value is (202,155,234). Sum of RGB (Red+Green+Blue) = 202+155+234=591 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.18% from 591); Green value is 155 (60.94% from 255 or 26.23% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA9BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BEA is #356415. Grayscale: #B1B1B1. Windows color (decimal): -3499030 or 15375306. OLE color: 15375306.
HSL color Cylindrical-coordinate representation of color #CA9BEA: hue angle of 275.7º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9BEA is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 155 | 234 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.08 |
| HSL | 275.7º | 0.65% | 0.76% | - |
| HSV(B) | 275.7º | 0.34% | 0.92% | - |
| XYZ | 50.93 | 41.94 | 83.25 | - |
| YUV | 178.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 234 | 0.14 | 0.34 | 0 | 0.08 | 275.7 | 0.65 | 0.76 |
| Hex | CA | 9B | EA | E | 22 | 0 | 8 | 114 | 41 | 4C |
| Octal | 312 | 233 | 352 | 16 | 42 | 0 | 10 | 424 | 101 | 114 |
| Binary | 11001010 | 10011011 | 11101010 | 1110 | 100010 | 0 | 1000 | 100010100 | 1000001 | 1001100 |
Color Harmonies of #CA9BEA
Complementary color
Monochromatic Colors of #CA9BEA
Black with #CA9BEA
Text Example
Text Example
White with #CA9BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BEA; }
p { color: rgb(202,155,234); }
H1.HeaderClassName
{
color: #CA9BEA;
}
.AnyTagClassName
{
color: #CA9BEA;
}
</style>
background-color css
<style>
a { background-color: #CA9BEA; }
a { background-color: rgb(202,155,234); }
div.DivClassName
{
background-color: #CA9BEA;
}
.BgClassName
{
background-color: #CA9BEA;
}
</style>
border-color css
<style>
span { border-color: #CA9BEA; }
span { border-color: rgb(202,155,234); }
td.TdClassName
{
border-color: #CA9BEA;
}
.TagClassName
{
border-color: #CA9BEA;
}
</style>