Shades of Wisteria #CA9BE4
Tints of Wisteria #CA9BE4
RGB
CMYK
RGB Variations
Color information
#CA9BE4 (or 0xCA9BE4) is known color: Wisteria. HEX triplet: CA, 9B and E4. RGB value is (202,155,228). Sum of RGB (Red+Green+Blue) = 202+155+228=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 155 (60.94% from 255 or 26.50% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA9BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BE4 is #35641B. Grayscale: #B1B1B1. Windows color (decimal): -3499036 or 14982090. OLE color: 14982090.
HSL color Cylindrical-coordinate representation of color #CA9BE4: hue angle of 278.63º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA9BE4 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 155 | 228 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.11 |
| HSL | 278.63º | 0.57% | 0.75% | - |
| HSV(B) | 278.63º | 0.32% | 0.89% | - |
| XYZ | 50.08 | 41.6 | 78.79 | - |
| YUV | 177.38 | 156.57 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 228 | 0.11 | 0.32 | 0 | 0.11 | 278.63 | 0.57 | 0.75 |
| Hex | CA | 9B | E4 | B | 20 | 0 | B | 117 | 39 | 4B |
| Octal | 312 | 233 | 344 | 13 | 40 | 0 | 13 | 427 | 71 | 113 |
| Binary | 11001010 | 10011011 | 11100100 | 1011 | 100000 | 0 | 1011 | 100010111 | 111001 | 1001011 |
Color Harmonies of #CA9BE4
Complementary color
Monochromatic Colors of #CA9BE4
Black with #CA9BE4
Text Example
Text Example
White with #CA9BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BE4; }
p { color: rgb(202,155,228); }
H1.HeaderClassName
{
color: #CA9BE4;
}
.AnyTagClassName
{
color: #CA9BE4;
}
</style>
background-color css
<style>
a { background-color: #CA9BE4; }
a { background-color: rgb(202,155,228); }
div.DivClassName
{
background-color: #CA9BE4;
}
.BgClassName
{
background-color: #CA9BE4;
}
</style>
border-color css
<style>
span { border-color: #CA9BE4; }
span { border-color: rgb(202,155,228); }
td.TdClassName
{
border-color: #CA9BE4;
}
.TagClassName
{
border-color: #CA9BE4;
}
</style>