Shades of Wisteria #CA96DF
Tints of Wisteria #CA96DF
RGB
CMYK
RGB Variations
Color information
#CA96DF (or 0xCA96DF) is known color: Wisteria. HEX triplet: CA, 96 and DF. RGB value is (202,150,223). Sum of RGB (Red+Green+Blue) = 202+150+223=575 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.13% from 575); Green value is 150 (58.98% from 255 or 26.09% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #CA96DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DF is #356920. Grayscale: #ADADAD. Windows color (decimal): -3500321 or 14653130. OLE color: 14653130.
HSL color Cylindrical-coordinate representation of color #CA96DF: hue angle of 282.74º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CA96DF is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 150 | 223 | - |
| CMYK | 0.09 | 0.33 | 0 | 0.13 |
| HSL | 282.74º | 0.53% | 0.73% | - |
| HSV(B) | 282.74º | 0.33% | 0.87% | - |
| XYZ | 48.58 | 39.7 | 74.91 | - |
| YUV | 173.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 223 | 0.09 | 0.33 | 0 | 0.13 | 282.74 | 0.53 | 0.73 |
| Hex | CA | 96 | DF | 9 | 21 | 0 | D | 11B | 35 | 49 |
| Octal | 312 | 226 | 337 | 11 | 41 | 0 | 15 | 433 | 65 | 111 |
| Binary | 11001010 | 10010110 | 11011111 | 1001 | 100001 | 0 | 1101 | 100011011 | 110101 | 1001001 |
Color Harmonies of #CA96DF
Complementary color
Monochromatic Colors of #CA96DF
Black with #CA96DF
Text Example
Text Example
White with #CA96DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96DF; }
p { color: rgb(202,150,223); }
H1.HeaderClassName
{
color: #CA96DF;
}
.AnyTagClassName
{
color: #CA96DF;
}
</style>
background-color css
<style>
a { background-color: #CA96DF; }
a { background-color: rgb(202,150,223); }
div.DivClassName
{
background-color: #CA96DF;
}
.BgClassName
{
background-color: #CA96DF;
}
</style>
border-color css
<style>
span { border-color: #CA96DF; }
span { border-color: rgb(202,150,223); }
td.TdClassName
{
border-color: #CA96DF;
}
.TagClassName
{
border-color: #CA96DF;
}
</style>