Shades of Wisteria #CA92E1
Tints of Wisteria #CA92E1
RGB
CMYK
RGB Variations
Color information
#CA92E1 (or 0xCA92E1) is known color: Wisteria. HEX triplet: CA, 92 and E1. RGB value is (202,146,225). Sum of RGB (Red+Green+Blue) = 202+146+225=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 225 (88.28% from 255 or 39.27% from 573); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA92E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA92E1 is #356D1E. Grayscale: #ABABAB. Windows color (decimal): -3501343 or 14783178. OLE color: 14783178.
HSL color Cylindrical-coordinate representation of color #CA92E1: hue angle of 282.53º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA92E1 is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 146 | 225 | - |
| CMYK | 0.10 | 0.35 | 0 | 0.12 |
| HSL | 282.53º | 0.57% | 0.73% | - |
| HSV(B) | 282.53º | 0.35% | 0.88% | - |
| XYZ | 48.23 | 38.55 | 76.13 | - |
| YUV | 171.75 | 158.05 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 225 | 0.10 | 0.35 | 0 | 0.12 | 282.53 | 0.57 | 0.73 |
| Hex | CA | 92 | E1 | A | 23 | 0 | C | 11B | 39 | 49 |
| Octal | 312 | 222 | 341 | 12 | 43 | 0 | 14 | 433 | 71 | 111 |
| Binary | 11001010 | 10010010 | 11100001 | 1010 | 100011 | 0 | 1100 | 100011011 | 111001 | 1001001 |
Color Harmonies of #CA92E1
Complementary color
Monochromatic Colors of #CA92E1
Black with #CA92E1
Text Example
Text Example
White with #CA92E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E1; }
p { color: rgb(202,146,225); }
H1.HeaderClassName
{
color: #CA92E1;
}
.AnyTagClassName
{
color: #CA92E1;
}
</style>
background-color css
<style>
a { background-color: #CA92E1; }
a { background-color: rgb(202,146,225); }
div.DivClassName
{
background-color: #CA92E1;
}
.BgClassName
{
background-color: #CA92E1;
}
</style>
border-color css
<style>
span { border-color: #CA92E1; }
span { border-color: rgb(202,146,225); }
td.TdClassName
{
border-color: #CA92E1;
}
.TagClassName
{
border-color: #CA92E1;
}
</style>