Shades of Wisteria #CA95DB
Tints of Wisteria #CA95DB
RGB
CMYK
RGB Variations
Color information
#CA95DB (or 0xCA95DB) is known color: Wisteria. HEX triplet: CA, 95 and DB. RGB value is (202,149,219). Sum of RGB (Red+Green+Blue) = 202+149+219=570 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.44% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 219 (85.94% from 255 or 38.42% from 570); Max value from RGB is 219 - color contains mainly: blue. Hex color #CA95DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA95DB is #356A24. Grayscale: #ACACAC. Windows color (decimal): -3500581 or 14390730. OLE color: 14390730.
HSL color Cylindrical-coordinate representation of color #CA95DB: hue angle of 285.43º degrees, saturation: 0.49, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA95DB is Cyan = 0.08, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 149 | 219 | - |
| CMYK | 0.08 | 0.32 | 0 | 0.14 |
| HSL | 285.43º | 0.49% | 0.72% | - |
| HSV(B) | 285.43º | 0.32% | 0.86% | - |
| XYZ | 47.89 | 39.17 | 72.05 | - |
| YUV | 172.83 | 154.06 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 149 | 219 | 0.08 | 0.32 | 0 | 0.14 | 285.43 | 0.49 | 0.72 |
| Hex | CA | 95 | DB | 8 | 20 | 0 | E | 11D | 31 | 48 |
| Octal | 312 | 225 | 333 | 10 | 40 | 0 | 16 | 435 | 61 | 110 |
| Binary | 11001010 | 10010101 | 11011011 | 1000 | 100000 | 0 | 1110 | 100011101 | 110001 | 1001000 |
Color Harmonies of #CA95DB
Complementary color
Monochromatic Colors of #CA95DB
Black with #CA95DB
Text Example
Text Example
White with #CA95DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA95DB; }
p { color: rgb(202,149,219); }
H1.HeaderClassName
{
color: #CA95DB;
}
.AnyTagClassName
{
color: #CA95DB;
}
</style>
background-color css
<style>
a { background-color: #CA95DB; }
a { background-color: rgb(202,149,219); }
div.DivClassName
{
background-color: #CA95DB;
}
.BgClassName
{
background-color: #CA95DB;
}
</style>
border-color css
<style>
span { border-color: #CA95DB; }
span { border-color: rgb(202,149,219); }
td.TdClassName
{
border-color: #CA95DB;
}
.TagClassName
{
border-color: #CA95DB;
}
</style>