Shades of Wisteria #CA91E8
Tints of Wisteria #CA91E8
RGB
CMYK
RGB Variations
Color information
#CA91E8 (or 0xCA91E8) is known color: Wisteria. HEX triplet: CA, 91 and E8. RGB value is (202,145,232). Sum of RGB (Red+Green+Blue) = 202+145+232=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #CA91E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA91E8 is #356E17. Grayscale: #ABABAB. Windows color (decimal): -3501592 or 15241674. OLE color: 15241674.
HSL color Cylindrical-coordinate representation of color #CA91E8: hue angle of 279.31º degrees, saturation: 0.65, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA91E8 is Cyan = 0.13, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 145 | 232 | - |
| CMYK | 0.13 | 0.38 | 0 | 0.09 |
| HSL | 279.31º | 0.65% | 0.74% | - |
| HSV(B) | 279.31º | 0.38% | 0.91% | - |
| XYZ | 49.05 | 38.63 | 81.22 | - |
| YUV | 171.96 | 161.88 | 149.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 232 | 0.13 | 0.38 | 0 | 0.09 | 279.31 | 0.65 | 0.74 |
| Hex | CA | 91 | E8 | D | 26 | 0 | 9 | 117 | 41 | 4A |
| Octal | 312 | 221 | 350 | 15 | 46 | 0 | 11 | 427 | 101 | 112 |
| Binary | 11001010 | 10010001 | 11101000 | 1101 | 100110 | 0 | 1001 | 100010111 | 1000001 | 1001010 |
Color Harmonies of #CA91E8
Complementary color
Monochromatic Colors of #CA91E8
Black with #CA91E8
Text Example
Text Example
White with #CA91E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91E8; }
p { color: rgb(202,145,232); }
H1.HeaderClassName
{
color: #CA91E8;
}
.AnyTagClassName
{
color: #CA91E8;
}
</style>
background-color css
<style>
a { background-color: #CA91E8; }
a { background-color: rgb(202,145,232); }
div.DivClassName
{
background-color: #CA91E8;
}
.BgClassName
{
background-color: #CA91E8;
}
</style>
border-color css
<style>
span { border-color: #CA91E8; }
span { border-color: rgb(202,145,232); }
td.TdClassName
{
border-color: #CA91E8;
}
.TagClassName
{
border-color: #CA91E8;
}
</style>