Shades of Wisteria #CA8DDE
Tints of Wisteria #CA8DDE
RGB
CMYK
RGB Variations
Color information
#CA8DDE (or 0xCA8DDE) is known color: Wisteria. HEX triplet: CA, 8D and DE. RGB value is (202,141,222). Sum of RGB (Red+Green+Blue) = 202+141+222=565 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.75% from 565); Green value is 141 (55.47% from 255 or 24.96% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA8DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DDE is #357221. Grayscale: #A8A8A8. Windows color (decimal): -3502626 or 14585290. OLE color: 14585290.
HSL color Cylindrical-coordinate representation of color #CA8DDE: hue angle of 285.19º degrees, saturation: 0.55, 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 #CA8DDE is Cyan = 0.09, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 141 | 222 | - |
| CMYK | 0.09 | 0.36 | 0 | 0.13 |
| HSL | 285.19º | 0.55% | 0.71% | - |
| HSV(B) | 285.19º | 0.36% | 0.87% | - |
| XYZ | 47.07 | 36.88 | 73.75 | - |
| YUV | 168.47 | 158.21 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 222 | 0.09 | 0.36 | 0 | 0.13 | 285.19 | 0.55 | 0.71 |
| Hex | CA | 8D | DE | 9 | 24 | 0 | D | 11D | 37 | 47 |
| Octal | 312 | 215 | 336 | 11 | 44 | 0 | 15 | 435 | 67 | 107 |
| Binary | 11001010 | 10001101 | 11011110 | 1001 | 100100 | 0 | 1101 | 100011101 | 110111 | 1000111 |
Color Harmonies of #CA8DDE
Complementary color
Monochromatic Colors of #CA8DDE
Black with #CA8DDE
Text Example
Text Example
White with #CA8DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DDE; }
p { color: rgb(202,141,222); }
H1.HeaderClassName
{
color: #CA8DDE;
}
.AnyTagClassName
{
color: #CA8DDE;
}
</style>
background-color css
<style>
a { background-color: #CA8DDE; }
a { background-color: rgb(202,141,222); }
div.DivClassName
{
background-color: #CA8DDE;
}
.BgClassName
{
background-color: #CA8DDE;
}
</style>
border-color css
<style>
span { border-color: #CA8DDE; }
span { border-color: rgb(202,141,222); }
td.TdClassName
{
border-color: #CA8DDE;
}
.TagClassName
{
border-color: #CA8DDE;
}
</style>