Shades of Wisteria #CA92E9
Tints of Wisteria #CA92E9
RGB
CMYK
RGB Variations
Color information
#CA92E9 (or 0xCA92E9) is known color: Wisteria. HEX triplet: CA, 92 and E9. RGB value is (202,146,233). Sum of RGB (Red+Green+Blue) = 202+146+233=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA92E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA92E9 is #356D16. Grayscale: #ACACAC. Windows color (decimal): -3501335 or 15307466. OLE color: 15307466.
HSL color Cylindrical-coordinate representation of color #CA92E9: hue angle of 278.62º degrees, saturation: 0.66, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA92E9 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 146 | 233 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 278.62º | 0.66% | 0.74% | - |
| HSV(B) | 278.62º | 0.37% | 0.91% | - |
| XYZ | 49.34 | 39 | 82.02 | - |
| YUV | 172.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 146 | 233 | 0.13 | 0.37 | 0 | 0.09 | 278.62 | 0.66 | 0.74 |
| Hex | CA | 92 | E9 | D | 25 | 0 | 9 | 117 | 42 | 4A |
| Octal | 312 | 222 | 351 | 15 | 45 | 0 | 11 | 427 | 102 | 112 |
| Binary | 11001010 | 10010010 | 11101001 | 1101 | 100101 | 0 | 1001 | 100010111 | 1000010 | 1001010 |
Color Harmonies of #CA92E9
Complementary color
Monochromatic Colors of #CA92E9
Black with #CA92E9
Text Example
Text Example
White with #CA92E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA92E9; }
p { color: rgb(202,146,233); }
H1.HeaderClassName
{
color: #CA92E9;
}
.AnyTagClassName
{
color: #CA92E9;
}
</style>
background-color css
<style>
a { background-color: #CA92E9; }
a { background-color: rgb(202,146,233); }
div.DivClassName
{
background-color: #CA92E9;
}
.BgClassName
{
background-color: #CA92E9;
}
</style>
border-color css
<style>
span { border-color: #CA92E9; }
span { border-color: rgb(202,146,233); }
td.TdClassName
{
border-color: #CA92E9;
}
.TagClassName
{
border-color: #CA92E9;
}
</style>