Shades of Wisteria #CA9ED4
Tints of Wisteria #CA9ED4
RGB
CMYK
RGB Variations
Color information
#CA9ED4 (or 0xCA9ED4) is known color: Wisteria. HEX triplet: CA, 9E and D4. RGB value is (202,158,212). Sum of RGB (Red+Green+Blue) = 202+158+212=572 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.31% from 572); Green value is 158 (62.11% from 255 or 27.62% from 572); Blue value is 212 (83.20% from 255 or 37.06% from 572); Max value from RGB is 212 - color contains mainly: blue. Hex color #CA9ED4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9ED4 is #35612B. Grayscale: #B1B1B1. Windows color (decimal): -3498284 or 13934282. OLE color: 13934282.
HSL color Cylindrical-coordinate representation of color #CA9ED4: hue angle of 288.89º degrees, saturation: 0.39, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CA9ED4 is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 202 | 158 | 212 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.17 |
| HSL | 288.89º | 0.39% | 0.73% | - |
| HSV(B) | 288.89º | 0.25% | 0.83% | - |
| XYZ | 48.47 | 41.76 | 67.79 | - |
| YUV | 177.31 | 147.58 | 145.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 158 | 212 | 0.05 | 0.25 | 0 | 0.17 | 288.89 | 0.39 | 0.73 |
| Hex | CA | 9E | D4 | 5 | 19 | 0 | 11 | 121 | 27 | 49 |
| Octal | 312 | 236 | 324 | 5 | 31 | 0 | 21 | 441 | 47 | 111 |
| Binary | 11001010 | 10011110 | 11010100 | 101 | 11001 | 0 | 10001 | 100100001 | 100111 | 1001001 |
Color Harmonies of #CA9ED4
Complementary color
Monochromatic Colors of #CA9ED4
Black with #CA9ED4
Text Example
Text Example
White with #CA9ED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9ED4; }
p { color: rgb(202,158,212); }
H1.HeaderClassName
{
color: #CA9ED4;
}
.AnyTagClassName
{
color: #CA9ED4;
}
</style>
background-color css
<style>
a { background-color: #CA9ED4; }
a { background-color: rgb(202,158,212); }
div.DivClassName
{
background-color: #CA9ED4;
}
.BgClassName
{
background-color: #CA9ED4;
}
</style>
border-color css
<style>
span { border-color: #CA9ED4; }
span { border-color: rgb(202,158,212); }
td.TdClassName
{
border-color: #CA9ED4;
}
.TagClassName
{
border-color: #CA9ED4;
}
</style>