Shades of Wisteria #CA9BDF
Tints of Wisteria #CA9BDF
RGB
CMYK
RGB Variations
Color information
#CA9BDF (or 0xCA9BDF) is known color: Wisteria. HEX triplet: CA, 9B and DF. RGB value is (202,155,223). Sum of RGB (Red+Green+Blue) = 202+155+223=580 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.83% from 580); Green value is 155 (60.94% from 255 or 26.72% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9BDF is #356420. Grayscale: #B0B0B0. Windows color (decimal): -3499041 or 14654410. OLE color: 14654410.
HSL color Cylindrical-coordinate representation of color #CA9BDF: hue angle of 281.47º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA9BDF is Cyan = 0.09, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 155 | 223 | - |
| CMYK | 0.09 | 0.30 | 0 | 0.13 |
| HSL | 281.47º | 0.52% | 0.74% | - |
| HSV(B) | 281.47º | 0.3% | 0.87% | - |
| XYZ | 49.4 | 41.33 | 75.19 | - |
| YUV | 176.81 | 154.07 | 145.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 155 | 223 | 0.09 | 0.30 | 0 | 0.13 | 281.47 | 0.52 | 0.74 |
| Hex | CA | 9B | DF | 9 | 1E | 0 | D | 119 | 34 | 4A |
| Octal | 312 | 233 | 337 | 11 | 36 | 0 | 15 | 431 | 64 | 112 |
| Binary | 11001010 | 10011011 | 11011111 | 1001 | 11110 | 0 | 1101 | 100011001 | 110100 | 1001010 |
Color Harmonies of #CA9BDF
Complementary color
Monochromatic Colors of #CA9BDF
Black with #CA9BDF
Text Example
Text Example
White with #CA9BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9BDF; }
p { color: rgb(202,155,223); }
H1.HeaderClassName
{
color: #CA9BDF;
}
.AnyTagClassName
{
color: #CA9BDF;
}
</style>
background-color css
<style>
a { background-color: #CA9BDF; }
a { background-color: rgb(202,155,223); }
div.DivClassName
{
background-color: #CA9BDF;
}
.BgClassName
{
background-color: #CA9BDF;
}
</style>
border-color css
<style>
span { border-color: #CA9BDF; }
span { border-color: rgb(202,155,223); }
td.TdClassName
{
border-color: #CA9BDF;
}
.TagClassName
{
border-color: #CA9BDF;
}
</style>