Shades of Wisteria #CA8CDD
Tints of Wisteria #CA8CDD
RGB
CMYK
RGB Variations
Color information
#CA8CDD (or 0xCA8CDD) is known color: Wisteria. HEX triplet: CA, 8C and DD. RGB value is (202,140,221). Sum of RGB (Red+Green+Blue) = 202+140+221=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 140 (55.08% from 255 or 24.87% from 563); Blue value is 221 (86.72% from 255 or 39.25% from 563); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8CDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8CDD is #357322. Grayscale: #A7A7A7. Windows color (decimal): -3502883 or 14519498. OLE color: 14519498.
HSL color Cylindrical-coordinate representation of color #CA8CDD: hue angle of 285.93º degrees, saturation: 0.54, 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 #CA8CDD is Cyan = 0.09, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 140 | 221 | - |
| CMYK | 0.09 | 0.37 | 0 | 0.13 |
| HSL | 285.93º | 0.54% | 0.71% | - |
| HSV(B) | 285.93º | 0.37% | 0.87% | - |
| XYZ | 46.79 | 36.53 | 72.99 | - |
| YUV | 167.77 | 158.04 | 152.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 140 | 221 | 0.09 | 0.37 | 0 | 0.13 | 285.93 | 0.54 | 0.71 |
| Hex | CA | 8C | DD | 9 | 25 | 0 | D | 11E | 36 | 47 |
| Octal | 312 | 214 | 335 | 11 | 45 | 0 | 15 | 436 | 66 | 107 |
| Binary | 11001010 | 10001100 | 11011101 | 1001 | 100101 | 0 | 1101 | 100011110 | 110110 | 1000111 |
Color Harmonies of #CA8CDD
Complementary color
Monochromatic Colors of #CA8CDD
Black with #CA8CDD
Text Example
Text Example
White with #CA8CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8CDD; }
p { color: rgb(202,140,221); }
H1.HeaderClassName
{
color: #CA8CDD;
}
.AnyTagClassName
{
color: #CA8CDD;
}
</style>
background-color css
<style>
a { background-color: #CA8CDD; }
a { background-color: rgb(202,140,221); }
div.DivClassName
{
background-color: #CA8CDD;
}
.BgClassName
{
background-color: #CA8CDD;
}
</style>
border-color css
<style>
span { border-color: #CA8CDD; }
span { border-color: rgb(202,140,221); }
td.TdClassName
{
border-color: #CA8CDD;
}
.TagClassName
{
border-color: #CA8CDD;
}
</style>