Shades of Wisteria #CA8DDC
Tints of Wisteria #CA8DDC
RGB
CMYK
RGB Variations
Color information
#CA8DDC (or 0xCA8DDC) is known color: Wisteria. HEX triplet: CA, 8D and DC. RGB value is (202,141,220). Sum of RGB (Red+Green+Blue) = 202+141+220=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 141 (55.47% from 255 or 25.04% from 563); Blue value is 220 (86.33% from 255 or 39.08% from 563); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA8DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8DDC is #357223. Grayscale: #A7A7A7. Windows color (decimal): -3502628 or 14454218. OLE color: 14454218.
HSL color Cylindrical-coordinate representation of color #CA8DDC: hue angle of 286.33º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CA8DDC is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 141 | 220 | - |
| CMYK | 0.08 | 0.36 | 0 | 0.14 |
| HSL | 286.33º | 0.53% | 0.71% | - |
| HSV(B) | 286.33º | 0.36% | 0.86% | - |
| XYZ | 46.8 | 36.77 | 72.34 | - |
| YUV | 168.25 | 157.21 | 152.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 220 | 0.08 | 0.36 | 0 | 0.14 | 286.33 | 0.53 | 0.71 |
| Hex | CA | 8D | DC | 8 | 24 | 0 | E | 11E | 35 | 47 |
| Octal | 312 | 215 | 334 | 10 | 44 | 0 | 16 | 436 | 65 | 107 |
| Binary | 11001010 | 10001101 | 11011100 | 1000 | 100100 | 0 | 1110 | 100011110 | 110101 | 1000111 |
Color Harmonies of #CA8DDC
Complementary color
Monochromatic Colors of #CA8DDC
Black with #CA8DDC
Text Example
Text Example
White with #CA8DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DDC; }
p { color: rgb(202,141,220); }
H1.HeaderClassName
{
color: #CA8DDC;
}
.AnyTagClassName
{
color: #CA8DDC;
}
</style>
background-color css
<style>
a { background-color: #CA8DDC; }
a { background-color: rgb(202,141,220); }
div.DivClassName
{
background-color: #CA8DDC;
}
.BgClassName
{
background-color: #CA8DDC;
}
</style>
border-color css
<style>
span { border-color: #CA8DDC; }
span { border-color: rgb(202,141,220); }
td.TdClassName
{
border-color: #CA8DDC;
}
.TagClassName
{
border-color: #CA8DDC;
}
</style>