Shades of Wisteria #CA88E7
Tints of Wisteria #CA88E7
RGB
CMYK
RGB Variations
Color information
#CA88E7 (or 0xCA88E7) is known color: Wisteria. HEX triplet: CA, 88 and E7. RGB value is (202,136,231). Sum of RGB (Red+Green+Blue) = 202+136+231=569 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.50% from 569); Green value is 136 (53.52% from 255 or 23.90% from 569); Blue value is 231 (90.62% from 255 or 40.60% from 569); Max value from RGB is 231 - color contains mainly: blue. Hex color #CA88E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA88E7 is #357718. Grayscale: #A6A6A6. Windows color (decimal): -3503897 or 15173834. OLE color: 15173834.
HSL color Cylindrical-coordinate representation of color #CA88E7: hue angle of 281.68º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA88E7 is Cyan = 0.13, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 202 | 136 | 231 | - |
| CMYK | 0.13 | 0.41 | 0 | 0.09 |
| HSL | 281.68º | 0.66% | 0.72% | - |
| HSV(B) | 281.68º | 0.41% | 0.91% | - |
| XYZ | 47.59 | 35.93 | 80.03 | - |
| YUV | 166.56 | 164.37 | 153.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 136 | 231 | 0.13 | 0.41 | 0 | 0.09 | 281.68 | 0.66 | 0.72 |
| Hex | CA | 88 | E7 | D | 29 | 0 | 9 | 11A | 42 | 48 |
| Octal | 312 | 210 | 347 | 15 | 51 | 0 | 11 | 432 | 102 | 110 |
| Binary | 11001010 | 10001000 | 11100111 | 1101 | 101001 | 0 | 1001 | 100011010 | 1000010 | 1001000 |
Color Harmonies of #CA88E7
Complementary color
Monochromatic Colors of #CA88E7
Black with #CA88E7
Text Example
Text Example
White with #CA88E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA88E7; }
p { color: rgb(202,136,231); }
H1.HeaderClassName
{
color: #CA88E7;
}
.AnyTagClassName
{
color: #CA88E7;
}
</style>
background-color css
<style>
a { background-color: #CA88E7; }
a { background-color: rgb(202,136,231); }
div.DivClassName
{
background-color: #CA88E7;
}
.BgClassName
{
background-color: #CA88E7;
}
</style>
border-color css
<style>
span { border-color: #CA88E7; }
span { border-color: rgb(202,136,231); }
td.TdClassName
{
border-color: #CA88E7;
}
.TagClassName
{
border-color: #CA88E7;
}
</style>