Shades of Wisteria #CA9BD6
Tints of Wisteria #CA9BD6
RGB
CMYK
RGB Variations
Color information
#CA9BD6 (or 0xCA9BD6) is known color: Wisteria. HEX triplet: CA, 9B and D6. RGB value is (202,155,214). Sum of RGB (Red+Green+Blue) = 202+155+214=571 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.38% from 571); Green value is 155 (60.94% from 255 or 27.15% from 571); Blue value is 214 (83.98% from 255 or 37.48% from 571); Max value from RGB is 214 - color contains mainly: blue. Hex color #CA9BD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BD6 is #356429. Grayscale: #AFAFAF. Windows color (decimal): -3499050 or 14064586. OLE color: 14064586.
HSL color Cylindrical-coordinate representation of color #CA9BD6: hue angle of 287.8º degrees, saturation: 0.42, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9BD6 is Cyan = 0.06, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 202 | 155 | 214 | - |
| CMYK | 0.06 | 0.28 | 0 | 0.16 |
| HSL | 287.8º | 0.42% | 0.72% | - |
| HSV(B) | 287.8º | 0.28% | 0.84% | - |
| XYZ | 48.22 | 40.85 | 68.96 | - |
| YUV | 175.78 | 149.57 | 146.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 214 | 0.06 | 0.28 | 0 | 0.16 | 287.8 | 0.42 | 0.72 |
| Hex | CA | 9B | D6 | 6 | 1C | 0 | 10 | 120 | 2A | 48 |
| Octal | 312 | 233 | 326 | 6 | 34 | 0 | 20 | 440 | 52 | 110 |
| Binary | 11001010 | 10011011 | 11010110 | 110 | 11100 | 0 | 10000 | 100100000 | 101010 | 1001000 |
Color Harmonies of #CA9BD6
Complementary color
Monochromatic Colors of #CA9BD6
Black with #CA9BD6
Text Example
Text Example
White with #CA9BD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BD6; }
p { color: rgb(202,155,214); }
H1.HeaderClassName
{
color: #CA9BD6;
}
.AnyTagClassName
{
color: #CA9BD6;
}
</style>
background-color css
<style>
a { background-color: #CA9BD6; }
a { background-color: rgb(202,155,214); }
div.DivClassName
{
background-color: #CA9BD6;
}
.BgClassName
{
background-color: #CA9BD6;
}
</style>
border-color css
<style>
span { border-color: #CA9BD6; }
span { border-color: rgb(202,155,214); }
td.TdClassName
{
border-color: #CA9BD6;
}
.TagClassName
{
border-color: #CA9BD6;
}
</style>