Shades of Wisteria #CA93E4
Tints of Wisteria #CA93E4
RGB
CMYK
RGB Variations
Color information
#CA93E4 (or 0xCA93E4) is known color: Wisteria. HEX triplet: CA, 93 and E4. RGB value is (202,147,228). Sum of RGB (Red+Green+Blue) = 202+147+228=577 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.01% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #CA93E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA93E4 is #356C1B. Grayscale: #ACACAC. Windows color (decimal): -3501084 or 14980042. OLE color: 14980042.
HSL color Cylindrical-coordinate representation of color #CA93E4: hue angle of 280.74º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA93E4 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 202 | 147 | 228 | - |
| CMYK | 0.11 | 0.36 | 0 | 0.11 |
| HSL | 280.74º | 0.6% | 0.74% | - |
| HSV(B) | 280.74º | 0.36% | 0.89% | - |
| XYZ | 48.79 | 39.03 | 78.36 | - |
| YUV | 172.68 | 159.22 | 148.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 228 | 0.11 | 0.36 | 0 | 0.11 | 280.74 | 0.6 | 0.74 |
| Hex | CA | 93 | E4 | B | 24 | 0 | B | 119 | 3C | 4A |
| Octal | 312 | 223 | 344 | 13 | 44 | 0 | 13 | 431 | 74 | 112 |
| Binary | 11001010 | 10010011 | 11100100 | 1011 | 100100 | 0 | 1011 | 100011001 | 111100 | 1001010 |
Color Harmonies of #CA93E4
Complementary color
Monochromatic Colors of #CA93E4
Black with #CA93E4
Text Example
Text Example
White with #CA93E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93E4; }
p { color: rgb(202,147,228); }
H1.HeaderClassName
{
color: #CA93E4;
}
.AnyTagClassName
{
color: #CA93E4;
}
</style>
background-color css
<style>
a { background-color: #CA93E4; }
a { background-color: rgb(202,147,228); }
div.DivClassName
{
background-color: #CA93E4;
}
.BgClassName
{
background-color: #CA93E4;
}
</style>
border-color css
<style>
span { border-color: #CA93E4; }
span { border-color: rgb(202,147,228); }
td.TdClassName
{
border-color: #CA93E4;
}
.TagClassName
{
border-color: #CA93E4;
}
</style>