Shades of Wisteria #CA80E3
Tints of Wisteria #CA80E3
RGB
CMYK
RGB Variations
Color information
#CA80E3 (or 0xCA80E3) is known color: Wisteria. HEX triplet: CA, 80 and E3. RGB value is (202,128,227). Sum of RGB (Red+Green+Blue) = 202+128+227=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 128 (50.39% from 255 or 22.98% from 557); Blue value is 227 (89.06% from 255 or 40.75% from 557); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA80E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA80E3 is #357F1C. Grayscale: #A1A1A1. Windows color (decimal): -3505949 or 14909642. OLE color: 14909642.
HSL color Cylindrical-coordinate representation of color #CA80E3: hue angle of 284.85º degrees, saturation: 0.64, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #CA80E3 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 128 | 227 | - |
| CMYK | 0.11 | 0.44 | 0 | 0.11 |
| HSL | 284.85º | 0.64% | 0.7% | - |
| HSV(B) | 284.85º | 0.44% | 0.89% | - |
| XYZ | 45.94 | 33.54 | 76.73 | - |
| YUV | 161.41 | 165.02 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 227 | 0.11 | 0.44 | 0 | 0.11 | 284.85 | 0.64 | 0.7 |
| Hex | CA | 80 | E3 | B | 2C | 0 | B | 11D | 40 | 46 |
| Octal | 312 | 200 | 343 | 13 | 54 | 0 | 13 | 435 | 100 | 106 |
| Binary | 11001010 | 10000000 | 11100011 | 1011 | 101100 | 0 | 1011 | 100011101 | 1000000 | 1000110 |
Color Harmonies of #CA80E3
Complementary color
Monochromatic Colors of #CA80E3
Black with #CA80E3
Text Example
Text Example
White with #CA80E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80E3; }
p { color: rgb(202,128,227); }
H1.HeaderClassName
{
color: #CA80E3;
}
.AnyTagClassName
{
color: #CA80E3;
}
</style>
background-color css
<style>
a { background-color: #CA80E3; }
a { background-color: rgb(202,128,227); }
div.DivClassName
{
background-color: #CA80E3;
}
.BgClassName
{
background-color: #CA80E3;
}
</style>
border-color css
<style>
span { border-color: #CA80E3; }
span { border-color: rgb(202,128,227); }
td.TdClassName
{
border-color: #CA80E3;
}
.TagClassName
{
border-color: #CA80E3;
}
</style>