Shades of Wisteria #CA93E9
Tints of Wisteria #CA93E9
RGB
CMYK
RGB Variations
Color information
#CA93E9 (or 0xCA93E9) is known color: Wisteria. HEX triplet: CA, 93 and E9. RGB value is (202,147,233). Sum of RGB (Red+Green+Blue) = 202+147+233=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 147 (57.81% from 255 or 25.26% from 582); Blue value is 233 (91.41% from 255 or 40.03% from 582); Max value from RGB is 233 - color contains mainly: blue. Hex color #CA93E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93E9 is #356C16. Grayscale: #ACACAC. Windows color (decimal): -3501079 or 15307722. OLE color: 15307722.
HSL color Cylindrical-coordinate representation of color #CA93E9: hue angle of 278.37º degrees, saturation: 0.66, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA93E9 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 147 | 233 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 278.37º | 0.66% | 0.75% | - |
| HSV(B) | 278.37º | 0.37% | 0.91% | - |
| XYZ | 49.5 | 39.31 | 82.07 | - |
| YUV | 173.25 | 161.72 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 233 | 0.13 | 0.37 | 0 | 0.09 | 278.37 | 0.66 | 0.75 |
| Hex | CA | 93 | E9 | D | 25 | 0 | 9 | 116 | 42 | 4B |
| Octal | 312 | 223 | 351 | 15 | 45 | 0 | 11 | 426 | 102 | 113 |
| Binary | 11001010 | 10010011 | 11101001 | 1101 | 100101 | 0 | 1001 | 100010110 | 1000010 | 1001011 |
Color Harmonies of #CA93E9
Complementary color
Monochromatic Colors of #CA93E9
Black with #CA93E9
Text Example
Text Example
White with #CA93E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93E9; }
p { color: rgb(202,147,233); }
H1.HeaderClassName
{
color: #CA93E9;
}
.AnyTagClassName
{
color: #CA93E9;
}
</style>
background-color css
<style>
a { background-color: #CA93E9; }
a { background-color: rgb(202,147,233); }
div.DivClassName
{
background-color: #CA93E9;
}
.BgClassName
{
background-color: #CA93E9;
}
</style>
border-color css
<style>
span { border-color: #CA93E9; }
span { border-color: rgb(202,147,233); }
td.TdClassName
{
border-color: #CA93E9;
}
.TagClassName
{
border-color: #CA93E9;
}
</style>