Shades of Wisteria #CA9CF6
Tints of Wisteria #CA9CF6
RGB
CMYK
RGB Variations
Color information
#CA9CF6 (or 0xCA9CF6) is known color: Wisteria. HEX triplet: CA, 9C and F6. RGB value is (202,156,246). Sum of RGB (Red+Green+Blue) = 202+156+246=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 156 (61.33% from 255 or 25.83% from 604); Blue value is 246 (96.48% from 255 or 40.73% from 604); Max value from RGB is 246 - color contains mainly: blue. Hex color #CA9CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA9CF6 is #356309. Grayscale: #B3B3B3. Windows color (decimal): -3498762 or 16161994. OLE color: 16161994.
HSL color Cylindrical-coordinate representation of color #CA9CF6: hue angle of 270.67º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CA9CF6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 202 | 156 | 246 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.04 |
| HSL | 270.67º | 0.83% | 0.79% | - |
| HSV(B) | 270.67º | 0.37% | 0.96% | - |
| XYZ | 52.88 | 42.99 | 92.7 | - |
| YUV | 180.01 | 165.24 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 156 | 246 | 0.18 | 0.37 | 0 | 0.04 | 270.67 | 0.83 | 0.79 |
| Hex | CA | 9C | F6 | 12 | 25 | 0 | 4 | 10F | 53 | 4F |
| Octal | 312 | 234 | 366 | 22 | 45 | 0 | 4 | 417 | 123 | 117 |
| Binary | 11001010 | 10011100 | 11110110 | 10010 | 100101 | 0 | 100 | 100001111 | 1010011 | 1001111 |
Color Harmonies of #CA9CF6
Complementary color
Monochromatic Colors of #CA9CF6
Black with #CA9CF6
Text Example
Text Example
White with #CA9CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA9CF6; }
p { color: rgb(202,156,246); }
H1.HeaderClassName
{
color: #CA9CF6;
}
.AnyTagClassName
{
color: #CA9CF6;
}
</style>
background-color css
<style>
a { background-color: #CA9CF6; }
a { background-color: rgb(202,156,246); }
div.DivClassName
{
background-color: #CA9CF6;
}
.BgClassName
{
background-color: #CA9CF6;
}
</style>
border-color css
<style>
span { border-color: #CA9CF6; }
span { border-color: rgb(202,156,246); }
td.TdClassName
{
border-color: #CA9CF6;
}
.TagClassName
{
border-color: #CA9CF6;
}
</style>