Shades of Wisteria #CA94DF
Tints of Wisteria #CA94DF
RGB
CMYK
RGB Variations
Color information
#CA94DF (or 0xCA94DF) is known color: Wisteria. HEX triplet: CA, 94 and DF. RGB value is (202,148,223). Sum of RGB (Red+Green+Blue) = 202+148+223=573 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.25% from 573); Green value is 148 (58.20% from 255 or 25.83% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA94DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA94DF is #356B20. Grayscale: #ACACAC. Windows color (decimal): -3500833 or 14652618. OLE color: 14652618.
HSL color Cylindrical-coordinate representation of color #CA94DF: hue angle of 283.2º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA94DF is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 148 | 223 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 283.2º | 0.54% | 0.73% | - |
| HSV(B) | 283.2º | 0.34% | 0.87% | - |
| XYZ | 48.27 | 39.06 | 74.81 | - |
| YUV | 172.7 | 156.39 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 148 | 223 | 0.09 | 0.34 | 0 | 0.13 | 283.2 | 0.54 | 0.73 |
| Hex | CA | 94 | DF | 9 | 22 | 0 | D | 11B | 36 | 49 |
| Octal | 312 | 224 | 337 | 11 | 42 | 0 | 15 | 433 | 66 | 111 |
| Binary | 11001010 | 10010100 | 11011111 | 1001 | 100010 | 0 | 1101 | 100011011 | 110110 | 1001001 |
Color Harmonies of #CA94DF
Complementary color
Monochromatic Colors of #CA94DF
Black with #CA94DF
Text Example
Text Example
White with #CA94DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA94DF; }
p { color: rgb(202,148,223); }
H1.HeaderClassName
{
color: #CA94DF;
}
.AnyTagClassName
{
color: #CA94DF;
}
</style>
background-color css
<style>
a { background-color: #CA94DF; }
a { background-color: rgb(202,148,223); }
div.DivClassName
{
background-color: #CA94DF;
}
.BgClassName
{
background-color: #CA94DF;
}
</style>
border-color css
<style>
span { border-color: #CA94DF; }
span { border-color: rgb(202,148,223); }
td.TdClassName
{
border-color: #CA94DF;
}
.TagClassName
{
border-color: #CA94DF;
}
</style>