Shades of Wisteria #CA8EDB
Tints of Wisteria #CA8EDB
RGB
CMYK
RGB Variations
Color information
#CA8EDB (or 0xCA8EDB) is known color: Wisteria. HEX triplet: CA, 8E and DB. RGB value is (202,142,219). Sum of RGB (Red+Green+Blue) = 202+142+219=563 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.88% from 563); Green value is 142 (55.86% from 255 or 25.22% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA8EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA8EDB is #357124. Grayscale: #A8A8A8. Windows color (decimal): -3502373 or 14388938. OLE color: 14388938.
HSL color Cylindrical-coordinate representation of color #CA8EDB: hue angle of 286.75º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CA8EDB is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 142 | 219 | - |
| CMYK | 0.08 | 0.35 | 0 | 0.14 |
| HSL | 286.75º | 0.52% | 0.71% | - |
| HSV(B) | 286.75º | 0.35% | 0.86% | - |
| XYZ | 46.82 | 37.02 | 71.7 | - |
| YUV | 168.72 | 156.38 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 142 | 219 | 0.08 | 0.35 | 0 | 0.14 | 286.75 | 0.52 | 0.71 |
| Hex | CA | 8E | DB | 8 | 23 | 0 | E | 11F | 34 | 47 |
| Octal | 312 | 216 | 333 | 10 | 43 | 0 | 16 | 437 | 64 | 107 |
| Binary | 11001010 | 10001110 | 11011011 | 1000 | 100011 | 0 | 1110 | 100011111 | 110100 | 1000111 |
Color Harmonies of #CA8EDB
Complementary color
Monochromatic Colors of #CA8EDB
Black with #CA8EDB
Text Example
Text Example
White with #CA8EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8EDB; }
p { color: rgb(202,142,219); }
H1.HeaderClassName
{
color: #CA8EDB;
}
.AnyTagClassName
{
color: #CA8EDB;
}
</style>
background-color css
<style>
a { background-color: #CA8EDB; }
a { background-color: rgb(202,142,219); }
div.DivClassName
{
background-color: #CA8EDB;
}
.BgClassName
{
background-color: #CA8EDB;
}
</style>
border-color css
<style>
span { border-color: #CA8EDB; }
span { border-color: rgb(202,142,219); }
td.TdClassName
{
border-color: #CA8EDB;
}
.TagClassName
{
border-color: #CA8EDB;
}
</style>