Shades of Wisteria #CA94E0
Tints of Wisteria #CA94E0
RGB
CMYK
RGB Variations
Color information
#CA94E0 (or 0xCA94E0) is known color: Wisteria. HEX triplet: CA, 94 and E0. RGB value is (202,148,224). Sum of RGB (Red+Green+Blue) = 202+148+224=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 148 (58.20% from 255 or 25.78% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA94E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94E0 is #356B1F. Grayscale: #ACACAC. Windows color (decimal): -3500832 or 14718154. OLE color: 14718154.
HSL color Cylindrical-coordinate representation of color #CA94E0: hue angle of 282.63º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA94E0 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 148 | 224 | - |
| CMYK | 0.10 | 0.34 | 0 | 0.12 |
| HSL | 282.63º | 0.55% | 0.73% | - |
| HSV(B) | 282.63º | 0.34% | 0.88% | - |
| XYZ | 48.4 | 39.12 | 75.52 | - |
| YUV | 172.81 | 156.89 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 224 | 0.10 | 0.34 | 0 | 0.12 | 282.63 | 0.55 | 0.73 |
| Hex | CA | 94 | E0 | A | 22 | 0 | C | 11B | 37 | 49 |
| Octal | 312 | 224 | 340 | 12 | 42 | 0 | 14 | 433 | 67 | 111 |
| Binary | 11001010 | 10010100 | 11100000 | 1010 | 100010 | 0 | 1100 | 100011011 | 110111 | 1001001 |
Color Harmonies of #CA94E0
Complementary color
Monochromatic Colors of #CA94E0
Black with #CA94E0
Text Example
Text Example
White with #CA94E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94E0; }
p { color: rgb(202,148,224); }
H1.HeaderClassName
{
color: #CA94E0;
}
.AnyTagClassName
{
color: #CA94E0;
}
</style>
background-color css
<style>
a { background-color: #CA94E0; }
a { background-color: rgb(202,148,224); }
div.DivClassName
{
background-color: #CA94E0;
}
.BgClassName
{
background-color: #CA94E0;
}
</style>
border-color css
<style>
span { border-color: #CA94E0; }
span { border-color: rgb(202,148,224); }
td.TdClassName
{
border-color: #CA94E0;
}
.TagClassName
{
border-color: #CA94E0;
}
</style>