Shades of Wisteria #CA95E2
Tints of Wisteria #CA95E2
RGB
CMYK
RGB Variations
Color information
#CA95E2 (or 0xCA95E2) is known color: Wisteria. HEX triplet: CA, 95 and E2. RGB value is (202,149,226). Sum of RGB (Red+Green+Blue) = 202+149+226=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 149 (58.59% from 255 or 25.82% from 577); Blue value is 226 (88.67% from 255 or 39.17% from 577); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA95E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95E2 is #356A1D. Grayscale: #ADADAD. Windows color (decimal): -3500574 or 14849482. OLE color: 14849482.
HSL color Cylindrical-coordinate representation of color #CA95E2: hue angle of 281.3º degrees, saturation: 0.57, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA95E2 is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 149 | 226 | - |
| CMYK | 0.11 | 0.34 | 0 | 0.11 |
| HSL | 281.3º | 0.57% | 0.74% | - |
| HSV(B) | 281.3º | 0.34% | 0.89% | - |
| XYZ | 48.83 | 39.54 | 77.01 | - |
| YUV | 173.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 226 | 0.11 | 0.34 | 0 | 0.11 | 281.3 | 0.57 | 0.74 |
| Hex | CA | 95 | E2 | B | 22 | 0 | B | 119 | 39 | 4A |
| Octal | 312 | 225 | 342 | 13 | 42 | 0 | 13 | 431 | 71 | 112 |
| Binary | 11001010 | 10010101 | 11100010 | 1011 | 100010 | 0 | 1011 | 100011001 | 111001 | 1001010 |
Color Harmonies of #CA95E2
Complementary color
Monochromatic Colors of #CA95E2
Black with #CA95E2
Text Example
Text Example
White with #CA95E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA95E2; }
p { color: rgb(202,149,226); }
H1.HeaderClassName
{
color: #CA95E2;
}
.AnyTagClassName
{
color: #CA95E2;
}
</style>
background-color css
<style>
a { background-color: #CA95E2; }
a { background-color: rgb(202,149,226); }
div.DivClassName
{
background-color: #CA95E2;
}
.BgClassName
{
background-color: #CA95E2;
}
</style>
border-color css
<style>
span { border-color: #CA95E2; }
span { border-color: rgb(202,149,226); }
td.TdClassName
{
border-color: #CA95E2;
}
.TagClassName
{
border-color: #CA95E2;
}
</style>