Shades of Wisteria #CA8CDE
Tints of Wisteria #CA8CDE
RGB
CMYK
RGB Variations
Color information
#CA8CDE (or 0xCA8CDE) is known color: Wisteria. HEX triplet: CA, 8C and DE. RGB value is (202,140,222). Sum of RGB (Red+Green+Blue) = 202+140+222=564 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.82% from 564); Green value is 140 (55.08% from 255 or 24.82% from 564); Blue value is 222 (87.11% from 255 or 39.36% from 564); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA8CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDE is #357321. Grayscale: #A7A7A7. Windows color (decimal): -3502882 or 14585034. OLE color: 14585034.
HSL color Cylindrical-coordinate representation of color #CA8CDE: hue angle of 285.37º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA8CDE is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 140 | 222 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.13 |
| HSL | 285.37º | 0.55% | 0.71% | - |
| HSV(B) | 285.37º | 0.37% | 0.87% | - |
| XYZ | 46.92 | 36.59 | 73.7 | - |
| YUV | 167.89 | 158.54 | 152.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 222 | 0.09 | 0.37 | 0 | 0.13 | 285.37 | 0.55 | 0.71 |
| Hex | CA | 8C | DE | 9 | 25 | 0 | D | 11D | 37 | 47 |
| Octal | 312 | 214 | 336 | 11 | 45 | 0 | 15 | 435 | 67 | 107 |
| Binary | 11001010 | 10001100 | 11011110 | 1001 | 100101 | 0 | 1101 | 100011101 | 110111 | 1000111 |
Color Harmonies of #CA8CDE
Complementary color
Monochromatic Colors of #CA8CDE
Black with #CA8CDE
Text Example
Text Example
White with #CA8CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CDE; }
p { color: rgb(202,140,222); }
H1.HeaderClassName
{
color: #CA8CDE;
}
.AnyTagClassName
{
color: #CA8CDE;
}
</style>
background-color css
<style>
a { background-color: #CA8CDE; }
a { background-color: rgb(202,140,222); }
div.DivClassName
{
background-color: #CA8CDE;
}
.BgClassName
{
background-color: #CA8CDE;
}
</style>
border-color css
<style>
span { border-color: #CA8CDE; }
span { border-color: rgb(202,140,222); }
td.TdClassName
{
border-color: #CA8CDE;
}
.TagClassName
{
border-color: #CA8CDE;
}
</style>