Shades of Wisteria #CA9BE0
Tints of Wisteria #CA9BE0
RGB
CMYK
RGB Variations
Color information
#CA9BE0 (or 0xCA9BE0) is known color: Wisteria. HEX triplet: CA, 9B and E0. RGB value is (202,155,224). Sum of RGB (Red+Green+Blue) = 202+155+224=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 155 (60.94% from 255 or 26.68% from 581); Blue value is 224 (87.89% from 255 or 38.55% from 581); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA9BE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BE0 is #35641F. Grayscale: #B0B0B0. Windows color (decimal): -3499040 or 14719946. OLE color: 14719946.
HSL color Cylindrical-coordinate representation of color #CA9BE0: hue angle of 280.87º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA9BE0 is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 155 | 224 | - |
| CMYK | 0.10 | 0.31 | 0 | 0.12 |
| HSL | 280.87º | 0.53% | 0.74% | - |
| HSV(B) | 280.87º | 0.31% | 0.88% | - |
| XYZ | 49.53 | 41.38 | 75.9 | - |
| YUV | 176.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 224 | 0.10 | 0.31 | 0 | 0.12 | 280.87 | 0.53 | 0.74 |
| Hex | CA | 9B | E0 | A | 1F | 0 | C | 119 | 35 | 4A |
| Octal | 312 | 233 | 340 | 12 | 37 | 0 | 14 | 431 | 65 | 112 |
| Binary | 11001010 | 10011011 | 11100000 | 1010 | 11111 | 0 | 1100 | 100011001 | 110101 | 1001010 |
Color Harmonies of #CA9BE0
Complementary color
Monochromatic Colors of #CA9BE0
Black with #CA9BE0
Text Example
Text Example
White with #CA9BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BE0; }
p { color: rgb(202,155,224); }
H1.HeaderClassName
{
color: #CA9BE0;
}
.AnyTagClassName
{
color: #CA9BE0;
}
</style>
background-color css
<style>
a { background-color: #CA9BE0; }
a { background-color: rgb(202,155,224); }
div.DivClassName
{
background-color: #CA9BE0;
}
.BgClassName
{
background-color: #CA9BE0;
}
</style>
border-color css
<style>
span { border-color: #CA9BE0; }
span { border-color: rgb(202,155,224); }
td.TdClassName
{
border-color: #CA9BE0;
}
.TagClassName
{
border-color: #CA9BE0;
}
</style>