Shades of Wisteria #CA9BE2
Tints of Wisteria #CA9BE2
RGB
CMYK
RGB Variations
Color information
#CA9BE2 (or 0xCA9BE2) is known color: Wisteria. HEX triplet: CA, 9B and E2. RGB value is (202,155,226). Sum of RGB (Red+Green+Blue) = 202+155+226=583 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.65% from 583); Green value is 155 (60.94% from 255 or 26.59% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA9BE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BE2 is #35641D. Grayscale: #B0B0B0. Windows color (decimal): -3499038 or 14851018. OLE color: 14851018.
HSL color Cylindrical-coordinate representation of color #CA9BE2: hue angle of 279.72º degrees, saturation: 0.55, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9BE2 is Cyan = 0.11, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 155 | 226 | - |
| CMYK | 0.11 | 0.31 | 0 | 0.11 |
| HSL | 279.72º | 0.55% | 0.75% | - |
| HSV(B) | 279.72º | 0.31% | 0.89% | - |
| XYZ | 49.81 | 41.49 | 77.33 | - |
| YUV | 177.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 226 | 0.11 | 0.31 | 0 | 0.11 | 279.72 | 0.55 | 0.75 |
| Hex | CA | 9B | E2 | B | 1F | 0 | B | 118 | 37 | 4B |
| Octal | 312 | 233 | 342 | 13 | 37 | 0 | 13 | 430 | 67 | 113 |
| Binary | 11001010 | 10011011 | 11100010 | 1011 | 11111 | 0 | 1011 | 100011000 | 110111 | 1001011 |
Color Harmonies of #CA9BE2
Complementary color
Monochromatic Colors of #CA9BE2
Black with #CA9BE2
Text Example
Text Example
White with #CA9BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BE2; }
p { color: rgb(202,155,226); }
H1.HeaderClassName
{
color: #CA9BE2;
}
.AnyTagClassName
{
color: #CA9BE2;
}
</style>
background-color css
<style>
a { background-color: #CA9BE2; }
a { background-color: rgb(202,155,226); }
div.DivClassName
{
background-color: #CA9BE2;
}
.BgClassName
{
background-color: #CA9BE2;
}
</style>
border-color css
<style>
span { border-color: #CA9BE2; }
span { border-color: rgb(202,155,226); }
td.TdClassName
{
border-color: #CA9BE2;
}
.TagClassName
{
border-color: #CA9BE2;
}
</style>