Shades of Wisteria #CA93E3
Tints of Wisteria #CA93E3
RGB
CMYK
RGB Variations
Color information
#CA93E3 (or 0xCA93E3) is known color: Wisteria. HEX triplet: CA, 93 and E3. RGB value is (202,147,227). Sum of RGB (Red+Green+Blue) = 202+147+227=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 227 (89.06% from 255 or 39.41% from 576); Max value from RGB is 227 - color contains mainly: blue. Hex color #CA93E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93E3 is #356C1C. Grayscale: #ACACAC. Windows color (decimal): -3501085 or 14914506. OLE color: 14914506.
HSL color Cylindrical-coordinate representation of color #CA93E3: hue angle of 281.25º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA93E3 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 147 | 227 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.11 |
| HSL | 281.25º | 0.59% | 0.73% | - |
| HSV(B) | 281.25º | 0.35% | 0.89% | - |
| XYZ | 48.66 | 38.97 | 77.63 | - |
| YUV | 172.57 | 158.72 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 227 | 0.11 | 0.35 | 0 | 0.11 | 281.25 | 0.59 | 0.73 |
| Hex | CA | 93 | E3 | B | 23 | 0 | B | 119 | 3B | 49 |
| Octal | 312 | 223 | 343 | 13 | 43 | 0 | 13 | 431 | 73 | 111 |
| Binary | 11001010 | 10010011 | 11100011 | 1011 | 100011 | 0 | 1011 | 100011001 | 111011 | 1001001 |
Color Harmonies of #CA93E3
Complementary color
Monochromatic Colors of #CA93E3
Black with #CA93E3
Text Example
Text Example
White with #CA93E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93E3; }
p { color: rgb(202,147,227); }
H1.HeaderClassName
{
color: #CA93E3;
}
.AnyTagClassName
{
color: #CA93E3;
}
</style>
background-color css
<style>
a { background-color: #CA93E3; }
a { background-color: rgb(202,147,227); }
div.DivClassName
{
background-color: #CA93E3;
}
.BgClassName
{
background-color: #CA93E3;
}
</style>
border-color css
<style>
span { border-color: #CA93E3; }
span { border-color: rgb(202,147,227); }
td.TdClassName
{
border-color: #CA93E3;
}
.TagClassName
{
border-color: #CA93E3;
}
</style>