Shades of Wisteria #CA99E2
Tints of Wisteria #CA99E2
RGB
CMYK
RGB Variations
Color information
#CA99E2 (or 0xCA99E2) is known color: Wisteria. HEX triplet: CA, 99 and E2. RGB value is (202,153,226). Sum of RGB (Red+Green+Blue) = 202+153+226=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 153 (60.16% from 255 or 26.33% from 581); Blue value is 226 (88.67% from 255 or 38.90% from 581); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA99E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99E2 is #35661D. Grayscale: #AFAFAF. Windows color (decimal): -3499550 or 14850506. OLE color: 14850506.
HSL color Cylindrical-coordinate representation of color #CA99E2: hue angle of 280.27º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA99E2 is Cyan = 0.11, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 153 | 226 | - |
| CMYK | 0.11 | 0.32 | 0 | 0.11 |
| HSL | 280.27º | 0.56% | 0.74% | - |
| HSV(B) | 280.27º | 0.32% | 0.89% | - |
| XYZ | 49.48 | 40.83 | 77.22 | - |
| YUV | 175.97 | 156.23 | 146.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 226 | 0.11 | 0.32 | 0 | 0.11 | 280.27 | 0.56 | 0.74 |
| Hex | CA | 99 | E2 | B | 20 | 0 | B | 118 | 38 | 4A |
| Octal | 312 | 231 | 342 | 13 | 40 | 0 | 13 | 430 | 70 | 112 |
| Binary | 11001010 | 10011001 | 11100010 | 1011 | 100000 | 0 | 1011 | 100011000 | 111000 | 1001010 |
Color Harmonies of #CA99E2
Complementary color
Monochromatic Colors of #CA99E2
Black with #CA99E2
Text Example
Text Example
White with #CA99E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99E2; }
p { color: rgb(202,153,226); }
H1.HeaderClassName
{
color: #CA99E2;
}
.AnyTagClassName
{
color: #CA99E2;
}
</style>
background-color css
<style>
a { background-color: #CA99E2; }
a { background-color: rgb(202,153,226); }
div.DivClassName
{
background-color: #CA99E2;
}
.BgClassName
{
background-color: #CA99E2;
}
</style>
border-color css
<style>
span { border-color: #CA99E2; }
span { border-color: rgb(202,153,226); }
td.TdClassName
{
border-color: #CA99E2;
}
.TagClassName
{
border-color: #CA99E2;
}
</style>