Shades of Wisteria #CA8ED5
Tints of Wisteria #CA8ED5
RGB
CMYK
RGB Variations
Color information
#CA8ED5 (or 0xCA8ED5) is known color: Wisteria. HEX triplet: CA, 8E and D5. RGB value is (202,142,213). Sum of RGB (Red+Green+Blue) = 202+142+213=557 (73% of max value = 765). Red value is 202 (79.30% from 255 or 36.27% from 557); Green value is 142 (55.86% from 255 or 25.49% from 557); Blue value is 213 (83.59% from 255 or 38.24% from 557); Max value from RGB is 213 - color contains mainly: blue. Hex color #CA8ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ED5 is #35712A. Grayscale: #A7A7A7. Windows color (decimal): -3502379 or 13995722. OLE color: 13995722.
HSL color Cylindrical-coordinate representation of color #CA8ED5: hue angle of 290.7º degrees, saturation: 0.46, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA8ED5 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 142 | 213 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.16 |
| HSL | 290.7º | 0.46% | 0.7% | - |
| HSV(B) | 290.7º | 0.33% | 0.84% | - |
| XYZ | 46.04 | 36.71 | 67.61 | - |
| YUV | 168.03 | 153.38 | 152.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 213 | 0.05 | 0.33 | 0 | 0.16 | 290.7 | 0.46 | 0.7 |
| Hex | CA | 8E | D5 | 5 | 21 | 0 | 10 | 123 | 2E | 46 |
| Octal | 312 | 216 | 325 | 5 | 41 | 0 | 20 | 443 | 56 | 106 |
| Binary | 11001010 | 10001110 | 11010101 | 101 | 100001 | 0 | 10000 | 100100011 | 101110 | 1000110 |
Color Harmonies of #CA8ED5
Complementary color
Monochromatic Colors of #CA8ED5
Black with #CA8ED5
Text Example
Text Example
White with #CA8ED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ED5; }
p { color: rgb(202,142,213); }
H1.HeaderClassName
{
color: #CA8ED5;
}
.AnyTagClassName
{
color: #CA8ED5;
}
</style>
background-color css
<style>
a { background-color: #CA8ED5; }
a { background-color: rgb(202,142,213); }
div.DivClassName
{
background-color: #CA8ED5;
}
.BgClassName
{
background-color: #CA8ED5;
}
</style>
border-color css
<style>
span { border-color: #CA8ED5; }
span { border-color: rgb(202,142,213); }
td.TdClassName
{
border-color: #CA8ED5;
}
.TagClassName
{
border-color: #CA8ED5;
}
</style>