Shades of Wisteria #CA80E7
Tints of Wisteria #CA80E7
RGB
CMYK
RGB Variations
Color information
#CA80E7 (or 0xCA80E7) is known color: Wisteria. HEX triplet: CA, 80 and E7. RGB value is (202,128,231). Sum of RGB (Red+Green+Blue) = 202+128+231=561 (74% of max value = 765). Red value is 202 (79.30% from 255 or 36.01% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 231 (90.62% from 255 or 41.18% from 561); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA80E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA80E7 is #357F18. Grayscale: #A1A1A1. Windows color (decimal): -3505945 or 15171786. OLE color: 15171786.
HSL color Cylindrical-coordinate representation of color #CA80E7: hue angle of 283.11º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #CA80E7 is Cyan = 0.13, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 128 | 231 | - |
| CMYK | 0.13 | 0.45 | 0 | 0.09 |
| HSL | 283.11º | 0.68% | 0.7% | - |
| HSV(B) | 283.11º | 0.45% | 0.91% | - |
| XYZ | 46.5 | 33.76 | 79.67 | - |
| YUV | 161.87 | 167.02 | 156.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 128 | 231 | 0.13 | 0.45 | 0 | 0.09 | 283.11 | 0.68 | 0.7 |
| Hex | CA | 80 | E7 | D | 2D | 0 | 9 | 11B | 44 | 46 |
| Octal | 312 | 200 | 347 | 15 | 55 | 0 | 11 | 433 | 104 | 106 |
| Binary | 11001010 | 10000000 | 11100111 | 1101 | 101101 | 0 | 1001 | 100011011 | 1000100 | 1000110 |
Color Harmonies of #CA80E7
Complementary color
Monochromatic Colors of #CA80E7
Black with #CA80E7
Text Example
Text Example
White with #CA80E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA80E7; }
p { color: rgb(202,128,231); }
H1.HeaderClassName
{
color: #CA80E7;
}
.AnyTagClassName
{
color: #CA80E7;
}
</style>
background-color css
<style>
a { background-color: #CA80E7; }
a { background-color: rgb(202,128,231); }
div.DivClassName
{
background-color: #CA80E7;
}
.BgClassName
{
background-color: #CA80E7;
}
</style>
border-color css
<style>
span { border-color: #CA80E7; }
span { border-color: rgb(202,128,231); }
td.TdClassName
{
border-color: #CA80E7;
}
.TagClassName
{
border-color: #CA80E7;
}
</style>