Shades of Wisteria #CA91FA
Tints of Wisteria #CA91FA
RGB
CMYK
RGB Variations
Color information
#CA91FA (or 0xCA91FA) is known color: Wisteria. HEX triplet: CA, 91 and FA. RGB value is (202,145,250). Sum of RGB (Red+Green+Blue) = 202+145+250=597 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.84% from 597); Green value is 145 (57.03% from 255 or 24.29% from 597); Blue value is 250 (98.05% from 255 or 41.88% from 597); Max value from RGB is 250 - color contains mainly: blue. Hex color #CA91FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91FA is #356E05. Grayscale: #ADADAD. Windows color (decimal): -3501574 or 16421322. OLE color: 16421322.
HSL color Cylindrical-coordinate representation of color #CA91FA: hue angle of 272.57º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA91FA is Cyan = 0.19, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 202 | 145 | 250 | - |
| CMYK | 0.19 | 0.42 | 0 | 0.02 |
| HSL | 272.57º | 0.91% | 0.77% | - |
| HSV(B) | 272.57º | 0.42% | 0.98% | - |
| XYZ | 51.74 | 39.71 | 95.38 | - |
| YUV | 174.01 | 170.88 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 250 | 0.19 | 0.42 | 0 | 0.02 | 272.57 | 0.91 | 0.77 |
| Hex | CA | 91 | FA | 13 | 2A | 0 | 2 | 111 | 5B | 4D |
| Octal | 312 | 221 | 372 | 23 | 52 | 0 | 2 | 421 | 133 | 115 |
| Binary | 11001010 | 10010001 | 11111010 | 10011 | 101010 | 0 | 10 | 100010001 | 1011011 | 1001101 |
Color Harmonies of #CA91FA
Complementary color
Monochromatic Colors of #CA91FA
Black with #CA91FA
Text Example
Text Example
White with #CA91FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91FA; }
p { color: rgb(202,145,250); }
H1.HeaderClassName
{
color: #CA91FA;
}
.AnyTagClassName
{
color: #CA91FA;
}
</style>
background-color css
<style>
a { background-color: #CA91FA; }
a { background-color: rgb(202,145,250); }
div.DivClassName
{
background-color: #CA91FA;
}
.BgClassName
{
background-color: #CA91FA;
}
</style>
border-color css
<style>
span { border-color: #CA91FA; }
span { border-color: rgb(202,145,250); }
td.TdClassName
{
border-color: #CA91FA;
}
.TagClassName
{
border-color: #CA91FA;
}
</style>