Shades of Wisteria #CA9FE0
Tints of Wisteria #CA9FE0
RGB
CMYK
RGB Variations
Color information
#CA9FE0 (or 0xCA9FE0) is known color: Wisteria. HEX triplet: CA, 9F and E0. RGB value is (202,159,224). Sum of RGB (Red+Green+Blue) = 202+159+224=585 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.53% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 224 (87.89% from 255 or 38.29% from 585); Max value from RGB is 224 - color contains mainly: blue. Hex color #CA9FE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FE0 is #35601F. Grayscale: #B3B3B3. Windows color (decimal): -3498016 or 14720970. OLE color: 14720970.
HSL color Cylindrical-coordinate representation of color #CA9FE0: hue angle of 279.69º degrees, saturation: 0.51, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #CA9FE0 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 202 | 159 | 224 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.12 |
| HSL | 279.69º | 0.51% | 0.75% | - |
| HSV(B) | 279.69º | 0.29% | 0.88% | - |
| XYZ | 50.21 | 42.73 | 76.12 | - |
| YUV | 179.27 | 153.25 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 224 | 0.10 | 0.29 | 0 | 0.12 | 279.69 | 0.51 | 0.75 |
| Hex | CA | 9F | E0 | A | 1D | 0 | C | 118 | 33 | 4B |
| Octal | 312 | 237 | 340 | 12 | 35 | 0 | 14 | 430 | 63 | 113 |
| Binary | 11001010 | 10011111 | 11100000 | 1010 | 11101 | 0 | 1100 | 100011000 | 110011 | 1001011 |
Color Harmonies of #CA9FE0
Complementary color
Monochromatic Colors of #CA9FE0
Black with #CA9FE0
Text Example
Text Example
White with #CA9FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FE0; }
p { color: rgb(202,159,224); }
H1.HeaderClassName
{
color: #CA9FE0;
}
.AnyTagClassName
{
color: #CA9FE0;
}
</style>
background-color css
<style>
a { background-color: #CA9FE0; }
a { background-color: rgb(202,159,224); }
div.DivClassName
{
background-color: #CA9FE0;
}
.BgClassName
{
background-color: #CA9FE0;
}
</style>
border-color css
<style>
span { border-color: #CA9FE0; }
span { border-color: rgb(202,159,224); }
td.TdClassName
{
border-color: #CA9FE0;
}
.TagClassName
{
border-color: #CA9FE0;
}
</style>