Shades of Wisteria #CA8EDD
Tints of Wisteria #CA8EDD
RGB
CMYK
RGB Variations
Color information
#CA8EDD (or 0xCA8EDD) is known color: Wisteria. HEX triplet: CA, 8E and DD. RGB value is (202,142,221). Sum of RGB (Red+Green+Blue) = 202+142+221=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 142 (55.86% from 255 or 25.13% from 565); Blue value is 221 (86.72% from 255 or 39.12% from 565); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EDD is #357122. Grayscale: #A8A8A8. Windows color (decimal): -3502371 or 14520010. OLE color: 14520010.
HSL color Cylindrical-coordinate representation of color #CA8EDD: hue angle of 285.57º degrees, saturation: 0.54, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8EDD is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 142 | 221 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.13 |
| HSL | 285.57º | 0.54% | 0.71% | - |
| HSV(B) | 285.57º | 0.36% | 0.87% | - |
| XYZ | 47.08 | 37.12 | 73.09 | - |
| YUV | 168.95 | 157.38 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 221 | 0.09 | 0.36 | 0 | 0.13 | 285.57 | 0.54 | 0.71 |
| Hex | CA | 8E | DD | 9 | 24 | 0 | D | 11E | 36 | 47 |
| Octal | 312 | 216 | 335 | 11 | 44 | 0 | 15 | 436 | 66 | 107 |
| Binary | 11001010 | 10001110 | 11011101 | 1001 | 100100 | 0 | 1101 | 100011110 | 110110 | 1000111 |
Color Harmonies of #CA8EDD
Complementary color
Monochromatic Colors of #CA8EDD
Black with #CA8EDD
Text Example
Text Example
White with #CA8EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EDD; }
p { color: rgb(202,142,221); }
H1.HeaderClassName
{
color: #CA8EDD;
}
.AnyTagClassName
{
color: #CA8EDD;
}
</style>
background-color css
<style>
a { background-color: #CA8EDD; }
a { background-color: rgb(202,142,221); }
div.DivClassName
{
background-color: #CA8EDD;
}
.BgClassName
{
background-color: #CA8EDD;
}
</style>
border-color css
<style>
span { border-color: #CA8EDD; }
span { border-color: rgb(202,142,221); }
td.TdClassName
{
border-color: #CA8EDD;
}
.TagClassName
{
border-color: #CA8EDD;
}
</style>