Shades of Wisteria #CA9BEB
Tints of Wisteria #CA9BEB
RGB
CMYK
RGB Variations
Color information
#CA9BEB (or 0xCA9BEB) is known color: Wisteria. HEX triplet: CA, 9B and EB. RGB value is (202,155,235). Sum of RGB (Red+Green+Blue) = 202+155+235=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 155 (60.94% from 255 or 26.18% from 592); Blue value is 235 (92.19% from 255 or 39.70% from 592); Max value from RGB is 235 - color contains mainly: blue. Hex color #CA9BEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BEB is #356414. Grayscale: #B1B1B1. Windows color (decimal): -3499029 or 15440842. OLE color: 15440842.
HSL color Cylindrical-coordinate representation of color #CA9BEB: hue angle of 275.25º degrees, saturation: 0.67, 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 #CA9BEB is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 155 | 235 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.08 |
| HSL | 275.25º | 0.67% | 0.76% | - |
| HSV(B) | 275.25º | 0.34% | 0.92% | - |
| XYZ | 51.07 | 42 | 84.01 | - |
| YUV | 178.17 | 160.07 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 235 | 0.14 | 0.34 | 0 | 0.08 | 275.25 | 0.67 | 0.76 |
| Hex | CA | 9B | EB | E | 22 | 0 | 8 | 113 | 43 | 4C |
| Octal | 312 | 233 | 353 | 16 | 42 | 0 | 10 | 423 | 103 | 114 |
| Binary | 11001010 | 10011011 | 11101011 | 1110 | 100010 | 0 | 1000 | 100010011 | 1000011 | 1001100 |
Color Harmonies of #CA9BEB
Complementary color
Monochromatic Colors of #CA9BEB
Black with #CA9BEB
Text Example
Text Example
White with #CA9BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BEB; }
p { color: rgb(202,155,235); }
H1.HeaderClassName
{
color: #CA9BEB;
}
.AnyTagClassName
{
color: #CA9BEB;
}
</style>
background-color css
<style>
a { background-color: #CA9BEB; }
a { background-color: rgb(202,155,235); }
div.DivClassName
{
background-color: #CA9BEB;
}
.BgClassName
{
background-color: #CA9BEB;
}
</style>
border-color css
<style>
span { border-color: #CA9BEB; }
span { border-color: rgb(202,155,235); }
td.TdClassName
{
border-color: #CA9BEB;
}
.TagClassName
{
border-color: #CA9BEB;
}
</style>