Shades of Wisteria #CA96DE
Tints of Wisteria #CA96DE
RGB
CMYK
RGB Variations
Color information
#CA96DE (or 0xCA96DE) is known color: Wisteria. HEX triplet: CA, 96 and DE. RGB value is (202,150,222). Sum of RGB (Red+Green+Blue) = 202+150+222=574 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.19% from 574); Green value is 150 (58.98% from 255 or 26.13% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #CA96DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA96DE is #356921. Grayscale: #ADADAD. Windows color (decimal): -3500322 or 14587594. OLE color: 14587594.
HSL color Cylindrical-coordinate representation of color #CA96DE: hue angle of 283.33º degrees, saturation: 0.52, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CA96DE is Cyan = 0.09, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 150 | 222 | - |
| CMYK | 0.09 | 0.32 | 0 | 0.13 |
| HSL | 283.33º | 0.52% | 0.73% | - |
| HSV(B) | 283.33º | 0.32% | 0.87% | - |
| XYZ | 48.45 | 39.64 | 74.21 | - |
| YUV | 173.76 | 155.23 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 150 | 222 | 0.09 | 0.32 | 0 | 0.13 | 283.33 | 0.52 | 0.73 |
| Hex | CA | 96 | DE | 9 | 20 | 0 | D | 11B | 34 | 49 |
| Octal | 312 | 226 | 336 | 11 | 40 | 0 | 15 | 433 | 64 | 111 |
| Binary | 11001010 | 10010110 | 11011110 | 1001 | 100000 | 0 | 1101 | 100011011 | 110100 | 1001001 |
Color Harmonies of #CA96DE
Complementary color
Monochromatic Colors of #CA96DE
Black with #CA96DE
Text Example
Text Example
White with #CA96DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA96DE; }
p { color: rgb(202,150,222); }
H1.HeaderClassName
{
color: #CA96DE;
}
.AnyTagClassName
{
color: #CA96DE;
}
</style>
background-color css
<style>
a { background-color: #CA96DE; }
a { background-color: rgb(202,150,222); }
div.DivClassName
{
background-color: #CA96DE;
}
.BgClassName
{
background-color: #CA96DE;
}
</style>
border-color css
<style>
span { border-color: #CA96DE; }
span { border-color: rgb(202,150,222); }
td.TdClassName
{
border-color: #CA96DE;
}
.TagClassName
{
border-color: #CA96DE;
}
</style>