Shades of Wisteria #CA9BE3
Tints of Wisteria #CA9BE3
RGB
CMYK
RGB Variations
Color information
#CA9BE3 (or 0xCA9BE3) is known color: Wisteria. HEX triplet: CA, 9B and E3. RGB value is (202,155,227). Sum of RGB (Red+Green+Blue) = 202+155+227=584 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.59% from 584); Green value is 155 (60.94% from 255 or 26.54% from 584); Blue value is 227 (89.06% from 255 or 38.87% from 584); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA9BE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BE3 is #35641C. Grayscale: #B1B1B1. Windows color (decimal): -3499037 or 14916554. OLE color: 14916554.
HSL color Cylindrical-coordinate representation of color #CA9BE3: hue angle of 279.17º degrees, saturation: 0.56, 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 #CA9BE3 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 155 | 227 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.11 |
| HSL | 279.17º | 0.56% | 0.75% | - |
| HSV(B) | 279.17º | 0.32% | 0.89% | - |
| XYZ | 49.94 | 41.55 | 78.06 | - |
| YUV | 177.26 | 156.07 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 227 | 0.11 | 0.32 | 0 | 0.11 | 279.17 | 0.56 | 0.75 |
| Hex | CA | 9B | E3 | B | 20 | 0 | B | 117 | 38 | 4B |
| Octal | 312 | 233 | 343 | 13 | 40 | 0 | 13 | 427 | 70 | 113 |
| Binary | 11001010 | 10011011 | 11100011 | 1011 | 100000 | 0 | 1011 | 100010111 | 111000 | 1001011 |
Color Harmonies of #CA9BE3
Complementary color
Monochromatic Colors of #CA9BE3
Black with #CA9BE3
Text Example
Text Example
White with #CA9BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BE3; }
p { color: rgb(202,155,227); }
H1.HeaderClassName
{
color: #CA9BE3;
}
.AnyTagClassName
{
color: #CA9BE3;
}
</style>
background-color css
<style>
a { background-color: #CA9BE3; }
a { background-color: rgb(202,155,227); }
div.DivClassName
{
background-color: #CA9BE3;
}
.BgClassName
{
background-color: #CA9BE3;
}
</style>
border-color css
<style>
span { border-color: #CA9BE3; }
span { border-color: rgb(202,155,227); }
td.TdClassName
{
border-color: #CA9BE3;
}
.TagClassName
{
border-color: #CA9BE3;
}
</style>