Shades of Wisteria #CA8EF9
Tints of Wisteria #CA8EF9
RGB
CMYK
RGB Variations
Color information
#CA8EF9 (or 0xCA8EF9) is known color: Wisteria. HEX triplet: CA, 8E and F9. RGB value is (202,142,249). Sum of RGB (Red+Green+Blue) = 202+142+249=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 142 (55.86% from 255 or 23.95% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #CA8EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8EF9 is #357106. Grayscale: #ABABAB. Windows color (decimal): -3502343 or 16355018. OLE color: 16355018.
HSL color Cylindrical-coordinate representation of color #CA8EF9: hue angle of 273.64º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #CA8EF9 is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 142 | 249 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.02 |
| HSL | 273.64º | 0.9% | 0.77% | - |
| HSV(B) | 273.64º | 0.43% | 0.98% | - |
| XYZ | 51.13 | 38.74 | 94.41 | - |
| YUV | 172.14 | 171.38 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 249 | 0.19 | 0.43 | 0 | 0.02 | 273.64 | 0.9 | 0.77 |
| Hex | CA | 8E | F9 | 13 | 2B | 0 | 2 | 112 | 5A | 4D |
| Octal | 312 | 216 | 371 | 23 | 53 | 0 | 2 | 422 | 132 | 115 |
| Binary | 11001010 | 10001110 | 11111001 | 10011 | 101011 | 0 | 10 | 100010010 | 1011010 | 1001101 |
Color Harmonies of #CA8EF9
Complementary color
Monochromatic Colors of #CA8EF9
Black with #CA8EF9
Text Example
Text Example
White with #CA8EF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EF9; }
p { color: rgb(202,142,249); }
H1.HeaderClassName
{
color: #CA8EF9;
}
.AnyTagClassName
{
color: #CA8EF9;
}
</style>
background-color css
<style>
a { background-color: #CA8EF9; }
a { background-color: rgb(202,142,249); }
div.DivClassName
{
background-color: #CA8EF9;
}
.BgClassName
{
background-color: #CA8EF9;
}
</style>
border-color css
<style>
span { border-color: #CA8EF9; }
span { border-color: rgb(202,142,249); }
td.TdClassName
{
border-color: #CA8EF9;
}
.TagClassName
{
border-color: #CA8EF9;
}
</style>