Shades of Wisteria #CA9BF5
Tints of Wisteria #CA9BF5
RGB
CMYK
RGB Variations
Color information
#CA9BF5 (or 0xCA9BF5) is known color: Wisteria. HEX triplet: CA, 9B and F5. RGB value is (202,155,245). Sum of RGB (Red+Green+Blue) = 202+155+245=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #CA9BF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9BF5 is #35640A. Grayscale: #B2B2B2. Windows color (decimal): -3499019 or 16096202. OLE color: 16096202.
HSL color Cylindrical-coordinate representation of color #CA9BF5: hue angle of 271.33º degrees, saturation: 0.82, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9BF5 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 155 | 245 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.04 |
| HSL | 271.33º | 0.82% | 0.78% | - |
| HSV(B) | 271.33º | 0.37% | 0.96% | - |
| XYZ | 52.56 | 42.59 | 91.84 | - |
| YUV | 179.31 | 165.07 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 245 | 0.18 | 0.37 | 0 | 0.04 | 271.33 | 0.82 | 0.78 |
| Hex | CA | 9B | F5 | 12 | 25 | 0 | 4 | 10F | 52 | 4E |
| Octal | 312 | 233 | 365 | 22 | 45 | 0 | 4 | 417 | 122 | 116 |
| Binary | 11001010 | 10011011 | 11110101 | 10010 | 100101 | 0 | 100 | 100001111 | 1010010 | 1001110 |
Color Harmonies of #CA9BF5
Complementary color
Monochromatic Colors of #CA9BF5
Black with #CA9BF5
Text Example
Text Example
White with #CA9BF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BF5; }
p { color: rgb(202,155,245); }
H1.HeaderClassName
{
color: #CA9BF5;
}
.AnyTagClassName
{
color: #CA9BF5;
}
</style>
background-color css
<style>
a { background-color: #CA9BF5; }
a { background-color: rgb(202,155,245); }
div.DivClassName
{
background-color: #CA9BF5;
}
.BgClassName
{
background-color: #CA9BF5;
}
</style>
border-color css
<style>
span { border-color: #CA9BF5; }
span { border-color: rgb(202,155,245); }
td.TdClassName
{
border-color: #CA9BF5;
}
.TagClassName
{
border-color: #CA9BF5;
}
</style>