Shades of Wisteria #CA8BEA
Tints of Wisteria #CA8BEA
RGB
CMYK
RGB Variations
Color information
#CA8BEA (or 0xCA8BEA) is known color: Wisteria. HEX triplet: CA, 8B and EA. RGB value is (202,139,234). Sum of RGB (Red+Green+Blue) = 202+139+234=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 139 (54.69% from 255 or 24.17% from 575); Blue value is 234 (91.80% from 255 or 40.70% from 575); Max value from RGB is 234 - color contains mainly: blue. Hex color #CA8BEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8BEA is #357415. Grayscale: #A8A8A8. Windows color (decimal): -3503126 or 15371210. OLE color: 15371210.
HSL color Cylindrical-coordinate representation of color #CA8BEA: hue angle of 279.79º degrees, saturation: 0.69, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8BEA is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 202 | 139 | 234 | - |
| CMYK | 0.14 | 0.41 | 0 | 0.08 |
| HSL | 279.79º | 0.69% | 0.73% | - |
| HSV(B) | 279.79º | 0.41% | 0.92% | - |
| XYZ | 48.44 | 36.96 | 82.42 | - |
| YUV | 168.67 | 164.87 | 151.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 139 | 234 | 0.14 | 0.41 | 0 | 0.08 | 279.79 | 0.69 | 0.73 |
| Hex | CA | 8B | EA | E | 29 | 0 | 8 | 118 | 45 | 49 |
| Octal | 312 | 213 | 352 | 16 | 51 | 0 | 10 | 430 | 105 | 111 |
| Binary | 11001010 | 10001011 | 11101010 | 1110 | 101001 | 0 | 1000 | 100011000 | 1000101 | 1001001 |
Color Harmonies of #CA8BEA
Complementary color
Monochromatic Colors of #CA8BEA
Black with #CA8BEA
Text Example
Text Example
White with #CA8BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8BEA; }
p { color: rgb(202,139,234); }
H1.HeaderClassName
{
color: #CA8BEA;
}
.AnyTagClassName
{
color: #CA8BEA;
}
</style>
background-color css
<style>
a { background-color: #CA8BEA; }
a { background-color: rgb(202,139,234); }
div.DivClassName
{
background-color: #CA8BEA;
}
.BgClassName
{
background-color: #CA8BEA;
}
</style>
border-color css
<style>
span { border-color: #CA8BEA; }
span { border-color: rgb(202,139,234); }
td.TdClassName
{
border-color: #CA8BEA;
}
.TagClassName
{
border-color: #CA8BEA;
}
</style>