Shades of Wisteria #CA8DF3
Tints of Wisteria #CA8DF3
RGB
CMYK
RGB Variations
Color information
#CA8DF3 (or 0xCA8DF3) is known color: Wisteria. HEX triplet: CA, 8D and F3. RGB value is (202,141,243). Sum of RGB (Red+Green+Blue) = 202+141+243=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 141 (55.47% from 255 or 24.06% from 586); Blue value is 243 (95.31% from 255 or 41.47% from 586); Max value from RGB is 243 - color contains mainly: blue. Hex color #CA8DF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DF3 is #35720C. Grayscale: #AAAAAA. Windows color (decimal): -3502605 or 15961546. OLE color: 15961546.
HSL color Cylindrical-coordinate representation of color #CA8DF3: hue angle of 275.88º 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 #CA8DF3 is Cyan = 0.17, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 202 | 141 | 243 | - |
| CMYK | 0.17 | 0.42 | 0 | 0.05 |
| HSL | 275.88º | 0.81% | 0.75% | - |
| HSV(B) | 275.88º | 0.42% | 0.95% | - |
| XYZ | 50.06 | 38.08 | 89.51 | - |
| YUV | 170.87 | 168.71 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 243 | 0.17 | 0.42 | 0 | 0.05 | 275.88 | 0.81 | 0.75 |
| Hex | CA | 8D | F3 | 11 | 2A | 0 | 5 | 114 | 51 | 4B |
| Octal | 312 | 215 | 363 | 21 | 52 | 0 | 5 | 424 | 121 | 113 |
| Binary | 11001010 | 10001101 | 11110011 | 10001 | 101010 | 0 | 101 | 100010100 | 1010001 | 1001011 |
Color Harmonies of #CA8DF3
Complementary color
Monochromatic Colors of #CA8DF3
Black with #CA8DF3
Text Example
Text Example
White with #CA8DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DF3; }
p { color: rgb(202,141,243); }
H1.HeaderClassName
{
color: #CA8DF3;
}
.AnyTagClassName
{
color: #CA8DF3;
}
</style>
background-color css
<style>
a { background-color: #CA8DF3; }
a { background-color: rgb(202,141,243); }
div.DivClassName
{
background-color: #CA8DF3;
}
.BgClassName
{
background-color: #CA8DF3;
}
</style>
border-color css
<style>
span { border-color: #CA8DF3; }
span { border-color: rgb(202,141,243); }
td.TdClassName
{
border-color: #CA8DF3;
}
.TagClassName
{
border-color: #CA8DF3;
}
</style>