Shades of Wisteria #CA96F0
Tints of Wisteria #CA96F0
RGB
CMYK
RGB Variations
Color information
#CA96F0 (or 0xCA96F0) is known color: Wisteria. HEX triplet: CA, 96 and F0. RGB value is (202,150,240). Sum of RGB (Red+Green+Blue) = 202+150+240=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 150 (58.98% from 255 or 25.34% from 592); Blue value is 240 (94.14% from 255 or 40.54% from 592); Max value from RGB is 240 - color contains mainly: blue. Hex color #CA96F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #CA96F0 is #35690F. Grayscale: #AFAFAF. Windows color (decimal): -3500304 or 15767242. OLE color: 15767242.
HSL color Cylindrical-coordinate representation of color #CA96F0: hue angle of 274.67º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CA96F0 is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 202 | 150 | 240 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.06 |
| HSL | 274.67º | 0.75% | 0.76% | - |
| HSV(B) | 274.67º | 0.38% | 0.94% | - |
| XYZ | 50.99 | 40.66 | 87.6 | - |
| YUV | 175.81 | 164.23 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 240 | 0.16 | 0.37 | 0 | 0.06 | 274.67 | 0.75 | 0.76 |
| Hex | CA | 96 | F0 | 10 | 25 | 0 | 6 | 113 | 4B | 4C |
| Octal | 312 | 226 | 360 | 20 | 45 | 0 | 6 | 423 | 113 | 114 |
| Binary | 11001010 | 10010110 | 11110000 | 10000 | 100101 | 0 | 110 | 100010011 | 1001011 | 1001100 |
Color Harmonies of #CA96F0
Complementary color
Monochromatic Colors of #CA96F0
Black with #CA96F0
Text Example
Text Example
White with #CA96F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96F0; }
p { color: rgb(202,150,240); }
H1.HeaderClassName
{
color: #CA96F0;
}
.AnyTagClassName
{
color: #CA96F0;
}
</style>
background-color css
<style>
a { background-color: #CA96F0; }
a { background-color: rgb(202,150,240); }
div.DivClassName
{
background-color: #CA96F0;
}
.BgClassName
{
background-color: #CA96F0;
}
</style>
border-color css
<style>
span { border-color: #CA96F0; }
span { border-color: rgb(202,150,240); }
td.TdClassName
{
border-color: #CA96F0;
}
.TagClassName
{
border-color: #CA96F0;
}
</style>