Shades of Wisteria #CA8DED
Tints of Wisteria #CA8DED
RGB
CMYK
RGB Variations
Color information
#CA8DED (or 0xCA8DED) is known color: Wisteria. HEX triplet: CA, 8D and ED. RGB value is (202,141,237). Sum of RGB (Red+Green+Blue) = 202+141+237=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 141 (55.47% from 255 or 24.31% from 580); Blue value is 237 (92.97% from 255 or 40.86% from 580); Max value from RGB is 237 - color contains mainly: blue. Hex color #CA8DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA8DED is #357212. Grayscale: #A9A9A9. Windows color (decimal): -3502611 or 15568330. OLE color: 15568330.
HSL color Cylindrical-coordinate representation of color #CA8DED: hue angle of 278.12º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA8DED is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 202 | 141 | 237 | - |
| CMYK | 0.15 | 0.41 | 0 | 0.07 |
| HSL | 278.13º | 0.73% | 0.74% | - |
| HSV(B) | 278.13º | 0.41% | 0.93% | - |
| XYZ | 49.17 | 37.72 | 84.81 | - |
| YUV | 170.18 | 165.71 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 237 | 0.15 | 0.41 | 0 | 0.07 | 278.13 | 0.73 | 0.74 |
| Hex | CA | 8D | ED | F | 29 | 0 | 7 | 116 | 49 | 4A |
| Octal | 312 | 215 | 355 | 17 | 51 | 0 | 7 | 426 | 111 | 112 |
| Binary | 11001010 | 10001101 | 11101101 | 1111 | 101001 | 0 | 111 | 100010110 | 1001001 | 1001010 |
Color Harmonies of #CA8DED
Complementary color
Monochromatic Colors of #CA8DED
Black with #CA8DED
Text Example
Text Example
White with #CA8DED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DED; }
p { color: rgb(202,141,237); }
H1.HeaderClassName
{
color: #CA8DED;
}
.AnyTagClassName
{
color: #CA8DED;
}
</style>
background-color css
<style>
a { background-color: #CA8DED; }
a { background-color: rgb(202,141,237); }
div.DivClassName
{
background-color: #CA8DED;
}
.BgClassName
{
background-color: #CA8DED;
}
</style>
border-color css
<style>
span { border-color: #CA8DED; }
span { border-color: rgb(202,141,237); }
td.TdClassName
{
border-color: #CA8DED;
}
.TagClassName
{
border-color: #CA8DED;
}
</style>