Shades of Wisteria #CA8FE1
Tints of Wisteria #CA8FE1
RGB
CMYK
RGB Variations
Color information
#CA8FE1 (or 0xCA8FE1) is known color: Wisteria. HEX triplet: CA, 8F and E1. RGB value is (202,143,225). Sum of RGB (Red+Green+Blue) = 202+143+225=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 143 (56.25% from 255 or 25.09% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #CA8FE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FE1 is #35701E. Grayscale: #A9A9A9. Windows color (decimal): -3502111 or 14782410. OLE color: 14782410.
HSL color Cylindrical-coordinate representation of color #CA8FE1: hue angle of 283.17º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8FE1 is Cyan = 0.10, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 143 | 225 | - |
| CMYK | 0.10 | 0.36 | 0 | 0.12 |
| HSL | 283.17º | 0.58% | 0.72% | - |
| HSV(B) | 283.17º | 0.36% | 0.88% | - |
| XYZ | 47.77 | 37.64 | 75.98 | - |
| YUV | 169.99 | 159.05 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 225 | 0.10 | 0.36 | 0 | 0.12 | 283.17 | 0.58 | 0.72 |
| Hex | CA | 8F | E1 | A | 24 | 0 | C | 11B | 3A | 48 |
| Octal | 312 | 217 | 341 | 12 | 44 | 0 | 14 | 433 | 72 | 110 |
| Binary | 11001010 | 10001111 | 11100001 | 1010 | 100100 | 0 | 1100 | 100011011 | 111010 | 1001000 |
Color Harmonies of #CA8FE1
Complementary color
Monochromatic Colors of #CA8FE1
Black with #CA8FE1
Text Example
Text Example
White with #CA8FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FE1; }
p { color: rgb(202,143,225); }
H1.HeaderClassName
{
color: #CA8FE1;
}
.AnyTagClassName
{
color: #CA8FE1;
}
</style>
background-color css
<style>
a { background-color: #CA8FE1; }
a { background-color: rgb(202,143,225); }
div.DivClassName
{
background-color: #CA8FE1;
}
.BgClassName
{
background-color: #CA8FE1;
}
</style>
border-color css
<style>
span { border-color: #CA8FE1; }
span { border-color: rgb(202,143,225); }
td.TdClassName
{
border-color: #CA8FE1;
}
.TagClassName
{
border-color: #CA8FE1;
}
</style>