Shades of Wisteria #CA91DB
Tints of Wisteria #CA91DB
RGB
CMYK
RGB Variations
Color information
#CA91DB (or 0xCA91DB) is known color: Wisteria. HEX triplet: CA, 91 and DB. RGB value is (202,145,219). Sum of RGB (Red+Green+Blue) = 202+145+219=566 (74% of max value = 765). Red value is 202 (79.30% from 255 or 35.69% from 566); Green value is 145 (57.03% from 255 or 25.62% from 566); Blue value is 219 (85.94% from 255 or 38.69% from 566); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA91DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DB is #356E24. Grayscale: #AAAAAA. Windows color (decimal): -3501605 or 14389706. OLE color: 14389706.
HSL color Cylindrical-coordinate representation of color #CA91DB: hue angle of 286.22º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA91DB is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 145 | 219 | - |
| CMYK | 0.08 | 0.34 | 0 | 0.14 |
| HSL | 286.22º | 0.51% | 0.71% | - |
| HSV(B) | 286.22º | 0.34% | 0.86% | - |
| XYZ | 47.27 | 37.92 | 71.85 | - |
| YUV | 170.48 | 155.38 | 150.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 219 | 0.08 | 0.34 | 0 | 0.14 | 286.22 | 0.51 | 0.71 |
| Hex | CA | 91 | DB | 8 | 22 | 0 | E | 11E | 33 | 47 |
| Octal | 312 | 221 | 333 | 10 | 42 | 0 | 16 | 436 | 63 | 107 |
| Binary | 11001010 | 10010001 | 11011011 | 1000 | 100010 | 0 | 1110 | 100011110 | 110011 | 1000111 |
Color Harmonies of #CA91DB
Complementary color
Monochromatic Colors of #CA91DB
Black with #CA91DB
Text Example
Text Example
White with #CA91DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91DB; }
p { color: rgb(202,145,219); }
H1.HeaderClassName
{
color: #CA91DB;
}
.AnyTagClassName
{
color: #CA91DB;
}
</style>
background-color css
<style>
a { background-color: #CA91DB; }
a { background-color: rgb(202,145,219); }
div.DivClassName
{
background-color: #CA91DB;
}
.BgClassName
{
background-color: #CA91DB;
}
</style>
border-color css
<style>
span { border-color: #CA91DB; }
span { border-color: rgb(202,145,219); }
td.TdClassName
{
border-color: #CA91DB;
}
.TagClassName
{
border-color: #CA91DB;
}
</style>