Shades of Wisteria #CA92E5
Tints of Wisteria #CA92E5
RGB
CMYK
RGB Variations
Color information
#CA92E5 (or 0xCA92E5) is known color: Wisteria. HEX triplet: CA, 92 and E5. RGB value is (202,146,229). Sum of RGB (Red+Green+Blue) = 202+146+229=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 146 (57.42% from 255 or 25.30% from 577); Blue value is 229 (89.84% from 255 or 39.69% from 577); Max value from RGB is 229 - color contains mainly: blue. Hex color #CA92E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92E5 is #356D1A. Grayscale: #ABABAB. Windows color (decimal): -3501339 or 15045322. OLE color: 15045322.
HSL color Cylindrical-coordinate representation of color #CA92E5: hue angle of 280.48º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA92E5 is Cyan = 0.12, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 202 | 146 | 229 | - |
| CMYK | 0.12 | 0.36 | 0 | 0.10 |
| HSL | 280.48º | 0.61% | 0.74% | - |
| HSV(B) | 280.48º | 0.36% | 0.9% | - |
| XYZ | 48.78 | 38.77 | 79.04 | - |
| YUV | 172.21 | 160.05 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 229 | 0.12 | 0.36 | 0 | 0.10 | 280.48 | 0.61 | 0.74 |
| Hex | CA | 92 | E5 | C | 24 | 0 | A | 118 | 3D | 4A |
| Octal | 312 | 222 | 345 | 14 | 44 | 0 | 12 | 430 | 75 | 112 |
| Binary | 11001010 | 10010010 | 11100101 | 1100 | 100100 | 0 | 1010 | 100011000 | 111101 | 1001010 |
Color Harmonies of #CA92E5
Complementary color
Monochromatic Colors of #CA92E5
Black with #CA92E5
Text Example
Text Example
White with #CA92E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E5; }
p { color: rgb(202,146,229); }
H1.HeaderClassName
{
color: #CA92E5;
}
.AnyTagClassName
{
color: #CA92E5;
}
</style>
background-color css
<style>
a { background-color: #CA92E5; }
a { background-color: rgb(202,146,229); }
div.DivClassName
{
background-color: #CA92E5;
}
.BgClassName
{
background-color: #CA92E5;
}
</style>
border-color css
<style>
span { border-color: #CA92E5; }
span { border-color: rgb(202,146,229); }
td.TdClassName
{
border-color: #CA92E5;
}
.TagClassName
{
border-color: #CA92E5;
}
</style>