Shades of Wisteria #CA9EF2
Tints of Wisteria #CA9EF2
RGB
CMYK
RGB Variations
Color information
#CA9EF2 (or 0xCA9EF2) is known color: Wisteria. HEX triplet: CA, 9E and F2. RGB value is (202,158,242). Sum of RGB (Red+Green+Blue) = 202+158+242=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 158 (62.11% from 255 or 26.25% from 602); Blue value is 242 (94.92% from 255 or 40.20% from 602); Max value from RGB is 242 - color contains mainly: blue. Hex color #CA9EF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9EF2 is #35610D. Grayscale: #B4B4B4. Windows color (decimal): -3498254 or 15900362. OLE color: 15900362.
HSL color Cylindrical-coordinate representation of color #CA9EF2: hue angle of 271.43º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA9EF2 is Cyan = 0.17, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 158 | 242 | - |
| CMYK | 0.17 | 0.35 | 0 | 0.05 |
| HSL | 271.43º | 0.76% | 0.78% | - |
| HSV(B) | 271.43º | 0.35% | 0.95% | - |
| XYZ | 52.61 | 43.42 | 89.61 | - |
| YUV | 180.73 | 162.58 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 242 | 0.17 | 0.35 | 0 | 0.05 | 271.43 | 0.76 | 0.78 |
| Hex | CA | 9E | F2 | 11 | 23 | 0 | 5 | 10F | 4C | 4E |
| Octal | 312 | 236 | 362 | 21 | 43 | 0 | 5 | 417 | 114 | 116 |
| Binary | 11001010 | 10011110 | 11110010 | 10001 | 100011 | 0 | 101 | 100001111 | 1001100 | 1001110 |
Color Harmonies of #CA9EF2
Complementary color
Monochromatic Colors of #CA9EF2
Black with #CA9EF2
Text Example
Text Example
White with #CA9EF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9EF2; }
p { color: rgb(202,158,242); }
H1.HeaderClassName
{
color: #CA9EF2;
}
.AnyTagClassName
{
color: #CA9EF2;
}
</style>
background-color css
<style>
a { background-color: #CA9EF2; }
a { background-color: rgb(202,158,242); }
div.DivClassName
{
background-color: #CA9EF2;
}
.BgClassName
{
background-color: #CA9EF2;
}
</style>
border-color css
<style>
span { border-color: #CA9EF2; }
span { border-color: rgb(202,158,242); }
td.TdClassName
{
border-color: #CA9EF2;
}
.TagClassName
{
border-color: #CA9EF2;
}
</style>