Shades of Wisteria #CA8ADE
Tints of Wisteria #CA8ADE
RGB
CMYK
RGB Variations
Color information
#CA8ADE (or 0xCA8ADE) is known color: Wisteria. HEX triplet: CA, 8A and DE. RGB value is (202,138,222). Sum of RGB (Red+Green+Blue) = 202+138+222=562 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.94% from 562); Green value is 138 (54.30% from 255 or 24.56% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA8ADE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8ADE is #357521. Grayscale: #A6A6A6. Windows color (decimal): -3503394 or 14584522. OLE color: 14584522.
HSL color Cylindrical-coordinate representation of color #CA8ADE: hue angle of 285.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA8ADE is Cyan = 0.09, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 138 | 222 | - |
| CMYK | 0.09 | 0.38 | 0 | 0.13 |
| HSL | 285.71º | 0.56% | 0.71% | - |
| HSV(B) | 285.71º | 0.38% | 0.87% | - |
| XYZ | 46.63 | 36.01 | 73.6 | - |
| YUV | 166.71 | 159.2 | 153.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 138 | 222 | 0.09 | 0.38 | 0 | 0.13 | 285.71 | 0.56 | 0.71 |
| Hex | CA | 8A | DE | 9 | 26 | 0 | D | 11E | 38 | 47 |
| Octal | 312 | 212 | 336 | 11 | 46 | 0 | 15 | 436 | 70 | 107 |
| Binary | 11001010 | 10001010 | 11011110 | 1001 | 100110 | 0 | 1101 | 100011110 | 111000 | 1000111 |
Color Harmonies of #CA8ADE
Complementary color
Monochromatic Colors of #CA8ADE
Black with #CA8ADE
Text Example
Text Example
White with #CA8ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8ADE; }
p { color: rgb(202,138,222); }
H1.HeaderClassName
{
color: #CA8ADE;
}
.AnyTagClassName
{
color: #CA8ADE;
}
</style>
background-color css
<style>
a { background-color: #CA8ADE; }
a { background-color: rgb(202,138,222); }
div.DivClassName
{
background-color: #CA8ADE;
}
.BgClassName
{
background-color: #CA8ADE;
}
</style>
border-color css
<style>
span { border-color: #CA8ADE; }
span { border-color: rgb(202,138,222); }
td.TdClassName
{
border-color: #CA8ADE;
}
.TagClassName
{
border-color: #CA8ADE;
}
</style>