Shades of Wisteria #CA8FDD
Tints of Wisteria #CA8FDD
RGB
CMYK
RGB Variations
Color information
#CA8FDD (or 0xCA8FDD) is known color: Wisteria. HEX triplet: CA, 8F and DD. RGB value is (202,143,221). Sum of RGB (Red+Green+Blue) = 202+143+221=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 143 (56.25% from 255 or 25.27% from 566); Blue value is 221 (86.72% from 255 or 39.05% from 566); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA8FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8FDD is #357022. Grayscale: #A9A9A9. Windows color (decimal): -3502115 or 14520266. OLE color: 14520266.
HSL color Cylindrical-coordinate representation of color #CA8FDD: hue angle of 285.38º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8FDD is Cyan = 0.09, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 143 | 221 | - |
| CMYK | 0.09 | 0.35 | 0 | 0.13 |
| HSL | 285.38º | 0.53% | 0.71% | - |
| HSV(B) | 285.38º | 0.35% | 0.87% | - |
| XYZ | 47.23 | 37.42 | 73.14 | - |
| YUV | 169.53 | 157.05 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 143 | 221 | 0.09 | 0.35 | 0 | 0.13 | 285.38 | 0.53 | 0.71 |
| Hex | CA | 8F | DD | 9 | 23 | 0 | D | 11D | 35 | 47 |
| Octal | 312 | 217 | 335 | 11 | 43 | 0 | 15 | 435 | 65 | 107 |
| Binary | 11001010 | 10001111 | 11011101 | 1001 | 100011 | 0 | 1101 | 100011101 | 110101 | 1000111 |
Color Harmonies of #CA8FDD
Complementary color
Monochromatic Colors of #CA8FDD
Black with #CA8FDD
Text Example
Text Example
White with #CA8FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8FDD; }
p { color: rgb(202,143,221); }
H1.HeaderClassName
{
color: #CA8FDD;
}
.AnyTagClassName
{
color: #CA8FDD;
}
</style>
background-color css
<style>
a { background-color: #CA8FDD; }
a { background-color: rgb(202,143,221); }
div.DivClassName
{
background-color: #CA8FDD;
}
.BgClassName
{
background-color: #CA8FDD;
}
</style>
border-color css
<style>
span { border-color: #CA8FDD; }
span { border-color: rgb(202,143,221); }
td.TdClassName
{
border-color: #CA8FDD;
}
.TagClassName
{
border-color: #CA8FDD;
}
</style>