Shades of Wisteria #CA93E8
Tints of Wisteria #CA93E8
RGB
CMYK
RGB Variations
Color information
#CA93E8 (or 0xCA93E8) is known color: Wisteria. HEX triplet: CA, 93 and E8. RGB value is (202,147,232). Sum of RGB (Red+Green+Blue) = 202+147+232=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 147 (57.81% from 255 or 25.30% from 581); Blue value is 232 (91.02% from 255 or 39.93% from 581); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA93E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA93E8 is #356C17. Grayscale: #ACACAC. Windows color (decimal): -3501080 or 15242186. OLE color: 15242186.
HSL color Cylindrical-coordinate representation of color #CA93E8: hue angle of 278.82º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA93E8 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 147 | 232 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.09 |
| HSL | 278.82º | 0.65% | 0.74% | - |
| HSV(B) | 278.82º | 0.37% | 0.91% | - |
| XYZ | 49.36 | 39.25 | 81.32 | - |
| YUV | 173.14 | 161.22 | 148.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 147 | 232 | 0.13 | 0.37 | 0 | 0.09 | 278.82 | 0.65 | 0.74 |
| Hex | CA | 93 | E8 | D | 25 | 0 | 9 | 117 | 41 | 4A |
| Octal | 312 | 223 | 350 | 15 | 45 | 0 | 11 | 427 | 101 | 112 |
| Binary | 11001010 | 10010011 | 11101000 | 1101 | 100101 | 0 | 1001 | 100010111 | 1000001 | 1001010 |
Color Harmonies of #CA93E8
Complementary color
Monochromatic Colors of #CA93E8
Black with #CA93E8
Text Example
Text Example
White with #CA93E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA93E8; }
p { color: rgb(202,147,232); }
H1.HeaderClassName
{
color: #CA93E8;
}
.AnyTagClassName
{
color: #CA93E8;
}
</style>
background-color css
<style>
a { background-color: #CA93E8; }
a { background-color: rgb(202,147,232); }
div.DivClassName
{
background-color: #CA93E8;
}
.BgClassName
{
background-color: #CA93E8;
}
</style>
border-color css
<style>
span { border-color: #CA93E8; }
span { border-color: rgb(202,147,232); }
td.TdClassName
{
border-color: #CA93E8;
}
.TagClassName
{
border-color: #CA93E8;
}
</style>