Shades of Wisteria #CA9FDA
Tints of Wisteria #CA9FDA
RGB
CMYK
RGB Variations
Color information
#CA9FDA (or 0xCA9FDA) is known color: Wisteria. HEX triplet: CA, 9F and DA. RGB value is (202,159,218). Sum of RGB (Red+Green+Blue) = 202+159+218=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 159 (62.5% from 255 or 27.46% from 579); Blue value is 218 (85.55% from 255 or 37.65% from 579); Max value from RGB is 218 - color contains mainly: blue. Hex color #CA9FDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDA is #356025. Grayscale: #B2B2B2. Windows color (decimal): -3498022 or 14327754. OLE color: 14327754.
HSL color Cylindrical-coordinate representation of color #CA9FDA: hue angle of 283.73º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CA9FDA is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 159 | 218 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.15 |
| HSL | 283.73º | 0.44% | 0.74% | - |
| HSV(B) | 283.73º | 0.27% | 0.85% | - |
| XYZ | 49.41 | 42.41 | 71.91 | - |
| YUV | 178.58 | 150.25 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 218 | 0.07 | 0.27 | 0 | 0.15 | 283.73 | 0.44 | 0.74 |
| Hex | CA | 9F | DA | 7 | 1B | 0 | F | 11C | 2C | 4A |
| Octal | 312 | 237 | 332 | 7 | 33 | 0 | 17 | 434 | 54 | 112 |
| Binary | 11001010 | 10011111 | 11011010 | 111 | 11011 | 0 | 1111 | 100011100 | 101100 | 1001010 |
Color Harmonies of #CA9FDA
Complementary color
Monochromatic Colors of #CA9FDA
Black with #CA9FDA
Text Example
Text Example
White with #CA9FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FDA; }
p { color: rgb(202,159,218); }
H1.HeaderClassName
{
color: #CA9FDA;
}
.AnyTagClassName
{
color: #CA9FDA;
}
</style>
background-color css
<style>
a { background-color: #CA9FDA; }
a { background-color: rgb(202,159,218); }
div.DivClassName
{
background-color: #CA9FDA;
}
.BgClassName
{
background-color: #CA9FDA;
}
</style>
border-color css
<style>
span { border-color: #CA9FDA; }
span { border-color: rgb(202,159,218); }
td.TdClassName
{
border-color: #CA9FDA;
}
.TagClassName
{
border-color: #CA9FDA;
}
</style>