Shades of Wisteria #CA90E2
Tints of Wisteria #CA90E2
RGB
CMYK
RGB Variations
Color information
#CA90E2 (or 0xCA90E2) is known color: Wisteria. HEX triplet: CA, 90 and E2. RGB value is (202,144,226). Sum of RGB (Red+Green+Blue) = 202+144+226=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 144 (56.64% from 255 or 25.17% from 572); Blue value is 226 (88.67% from 255 or 39.51% from 572); Max value from RGB is 226 - color contains mainly: blue. Hex color #CA90E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA90E2 is #356F1D. Grayscale: #AAAAAA. Windows color (decimal): -3501854 or 14848202. OLE color: 14848202.
HSL color Cylindrical-coordinate representation of color #CA90E2: hue angle of 282.44º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA90E2 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 144 | 226 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.11 |
| HSL | 282.44º | 0.59% | 0.73% | - |
| HSV(B) | 282.44º | 0.36% | 0.89% | - |
| XYZ | 48.06 | 37.99 | 76.75 | - |
| YUV | 170.69 | 159.22 | 150.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 144 | 226 | 0.11 | 0.36 | 0 | 0.11 | 282.44 | 0.59 | 0.73 |
| Hex | CA | 90 | E2 | B | 24 | 0 | B | 11A | 3B | 49 |
| Octal | 312 | 220 | 342 | 13 | 44 | 0 | 13 | 432 | 73 | 111 |
| Binary | 11001010 | 10010000 | 11100010 | 1011 | 100100 | 0 | 1011 | 100011010 | 111011 | 1001001 |
Color Harmonies of #CA90E2
Complementary color
Monochromatic Colors of #CA90E2
Black with #CA90E2
Text Example
Text Example
White with #CA90E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA90E2; }
p { color: rgb(202,144,226); }
H1.HeaderClassName
{
color: #CA90E2;
}
.AnyTagClassName
{
color: #CA90E2;
}
</style>
background-color css
<style>
a { background-color: #CA90E2; }
a { background-color: rgb(202,144,226); }
div.DivClassName
{
background-color: #CA90E2;
}
.BgClassName
{
background-color: #CA90E2;
}
</style>
border-color css
<style>
span { border-color: #CA90E2; }
span { border-color: rgb(202,144,226); }
td.TdClassName
{
border-color: #CA90E2;
}
.TagClassName
{
border-color: #CA90E2;
}
</style>