Shades of Wisteria #CA9FDC
Tints of Wisteria #CA9FDC
RGB
CMYK
RGB Variations
Color information
#CA9FDC (or 0xCA9FDC) is known color: Wisteria. HEX triplet: CA, 9F and DC. RGB value is (202,159,220). Sum of RGB (Red+Green+Blue) = 202+159+220=581 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.77% from 581); Green value is 159 (62.5% from 255 or 27.37% from 581); Blue value is 220 (86.33% from 255 or 37.87% from 581); Max value from RGB is 220 - color contains mainly: blue. Hex color #CA9FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA9FDC is #356023. Grayscale: #B2B2B2. Windows color (decimal): -3498020 or 14458826. OLE color: 14458826.
HSL color Cylindrical-coordinate representation of color #CA9FDC: hue angle of 282.3º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CA9FDC is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 159 | 220 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.14 |
| HSL | 282.3º | 0.47% | 0.74% | - |
| HSV(B) | 282.3º | 0.28% | 0.86% | - |
| XYZ | 49.67 | 42.52 | 73.3 | - |
| YUV | 178.81 | 151.25 | 144.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 159 | 220 | 0.08 | 0.28 | 0 | 0.14 | 282.3 | 0.47 | 0.74 |
| Hex | CA | 9F | DC | 8 | 1C | 0 | E | 11A | 2F | 4A |
| Octal | 312 | 237 | 334 | 10 | 34 | 0 | 16 | 432 | 57 | 112 |
| Binary | 11001010 | 10011111 | 11011100 | 1000 | 11100 | 0 | 1110 | 100011010 | 101111 | 1001010 |
Color Harmonies of #CA9FDC
Complementary color
Monochromatic Colors of #CA9FDC
Black with #CA9FDC
Text Example
Text Example
White with #CA9FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9FDC; }
p { color: rgb(202,159,220); }
H1.HeaderClassName
{
color: #CA9FDC;
}
.AnyTagClassName
{
color: #CA9FDC;
}
</style>
background-color css
<style>
a { background-color: #CA9FDC; }
a { background-color: rgb(202,159,220); }
div.DivClassName
{
background-color: #CA9FDC;
}
.BgClassName
{
background-color: #CA9FDC;
}
</style>
border-color css
<style>
span { border-color: #CA9FDC; }
span { border-color: rgb(202,159,220); }
td.TdClassName
{
border-color: #CA9FDC;
}
.TagClassName
{
border-color: #CA9FDC;
}
</style>