Shades of Wisteria #CA8CF3
Tints of Wisteria #CA8CF3
RGB
CMYK
RGB Variations
Color information
#CA8CF3 (or 0xCA8CF3) is known color: Wisteria. HEX triplet: CA, 8C and F3. RGB value is (202,140,243). Sum of RGB (Red+Green+Blue) = 202+140+243=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 140 (55.08% from 255 or 23.93% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA8CF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8CF3 is #35730C. Grayscale: #A9A9A9. Windows color (decimal): -3502861 or 15961290. OLE color: 15961290.
HSL color Cylindrical-coordinate representation of color #CA8CF3: hue angle of 276.12º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA8CF3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 140 | 243 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.05 |
| HSL | 276.12º | 0.81% | 0.75% | - |
| HSV(B) | 276.12º | 0.42% | 0.95% | - |
| XYZ | 49.91 | 37.78 | 89.46 | - |
| YUV | 170.28 | 169.04 | 150.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 243 | 0.17 | 0.42 | 0 | 0.05 | 276.12 | 0.81 | 0.75 |
| Hex | CA | 8C | F3 | 11 | 2A | 0 | 5 | 114 | 51 | 4B |
| Octal | 312 | 214 | 363 | 21 | 52 | 0 | 5 | 424 | 121 | 113 |
| Binary | 11001010 | 10001100 | 11110011 | 10001 | 101010 | 0 | 101 | 100010100 | 1010001 | 1001011 |
Color Harmonies of #CA8CF3
Complementary color
Monochromatic Colors of #CA8CF3
Black with #CA8CF3
Text Example
Text Example
White with #CA8CF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CF3; }
p { color: rgb(202,140,243); }
H1.HeaderClassName
{
color: #CA8CF3;
}
.AnyTagClassName
{
color: #CA8CF3;
}
</style>
background-color css
<style>
a { background-color: #CA8CF3; }
a { background-color: rgb(202,140,243); }
div.DivClassName
{
background-color: #CA8CF3;
}
.BgClassName
{
background-color: #CA8CF3;
}
</style>
border-color css
<style>
span { border-color: #CA8CF3; }
span { border-color: rgb(202,140,243); }
td.TdClassName
{
border-color: #CA8CF3;
}
.TagClassName
{
border-color: #CA8CF3;
}
</style>