Shades of Wisteria #CA8FFA
Tints of Wisteria #CA8FFA
RGB
CMYK
RGB Variations
Color information
#CA8FFA (or 0xCA8FFA) is known color: Wisteria. HEX triplet: CA, 8F and FA. RGB value is (202,143,250). Sum of RGB (Red+Green+Blue) = 202+143+250=595 (78% of max value = 765). Red value is 202 (79.30% from 255 or 33.95% from 595); Green value is 143 (56.25% from 255 or 24.03% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8FFA is #357005. Grayscale: #ACACAC. Windows color (decimal): -3502086 or 16420810. OLE color: 16420810.
HSL color Cylindrical-coordinate representation of color #CA8FFA: hue angle of 273.08º degrees, saturation: 0.91, 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 #CA8FFA is Cyan = 0.19, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 143 | 250 | - |
| CMYK | 0.19 | 0.43 | 0 | 0.02 |
| HSL | 273.08º | 0.91% | 0.77% | - |
| HSV(B) | 273.08º | 0.43% | 0.98% | - |
| XYZ | 51.43 | 39.1 | 95.28 | - |
| YUV | 172.84 | 171.55 | 148.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 250 | 0.19 | 0.43 | 0 | 0.02 | 273.08 | 0.91 | 0.77 |
| Hex | CA | 8F | FA | 13 | 2B | 0 | 2 | 111 | 5B | 4D |
| Octal | 312 | 217 | 372 | 23 | 53 | 0 | 2 | 421 | 133 | 115 |
| Binary | 11001010 | 10001111 | 11111010 | 10011 | 101011 | 0 | 10 | 100010001 | 1011011 | 1001101 |
Color Harmonies of #CA8FFA
Complementary color
Monochromatic Colors of #CA8FFA
Black with #CA8FFA
Text Example
Text Example
White with #CA8FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FFA; }
p { color: rgb(202,143,250); }
H1.HeaderClassName
{
color: #CA8FFA;
}
.AnyTagClassName
{
color: #CA8FFA;
}
</style>
background-color css
<style>
a { background-color: #CA8FFA; }
a { background-color: rgb(202,143,250); }
div.DivClassName
{
background-color: #CA8FFA;
}
.BgClassName
{
background-color: #CA8FFA;
}
</style>
border-color css
<style>
span { border-color: #CA8FFA; }
span { border-color: rgb(202,143,250); }
td.TdClassName
{
border-color: #CA8FFA;
}
.TagClassName
{
border-color: #CA8FFA;
}
</style>