Shades of Wisteria #CA9BEC
Tints of Wisteria #CA9BEC
RGB
CMYK
RGB Variations
Color information
#CA9BEC (or 0xCA9BEC) is known color: Wisteria. HEX triplet: CA, 9B and EC. RGB value is (202,155,236). Sum of RGB (Red+Green+Blue) = 202+155+236=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #CA9BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BEC is #356413. Grayscale: #B2B2B2. Windows color (decimal): -3499028 or 15506378. OLE color: 15506378.
HSL color Cylindrical-coordinate representation of color #CA9BEC: hue angle of 274.81º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA9BEC is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 155 | 236 | - |
| CMYK | 0.14 | 0.34 | 0 | 0.07 |
| HSL | 274.81º | 0.68% | 0.77% | - |
| HSV(B) | 274.81º | 0.34% | 0.93% | - |
| XYZ | 51.22 | 42.06 | 84.77 | - |
| YUV | 178.29 | 160.57 | 144.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 236 | 0.14 | 0.34 | 0 | 0.07 | 274.81 | 0.68 | 0.77 |
| Hex | CA | 9B | EC | E | 22 | 0 | 7 | 113 | 44 | 4D |
| Octal | 312 | 233 | 354 | 16 | 42 | 0 | 7 | 423 | 104 | 115 |
| Binary | 11001010 | 10011011 | 11101100 | 1110 | 100010 | 0 | 111 | 100010011 | 1000100 | 1001101 |
Color Harmonies of #CA9BEC
Complementary color
Monochromatic Colors of #CA9BEC
Black with #CA9BEC
Text Example
Text Example
White with #CA9BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BEC; }
p { color: rgb(202,155,236); }
H1.HeaderClassName
{
color: #CA9BEC;
}
.AnyTagClassName
{
color: #CA9BEC;
}
</style>
background-color css
<style>
a { background-color: #CA9BEC; }
a { background-color: rgb(202,155,236); }
div.DivClassName
{
background-color: #CA9BEC;
}
.BgClassName
{
background-color: #CA9BEC;
}
</style>
border-color css
<style>
span { border-color: #CA9BEC; }
span { border-color: rgb(202,155,236); }
td.TdClassName
{
border-color: #CA9BEC;
}
.TagClassName
{
border-color: #CA9BEC;
}
</style>