Shades of Wisteria #CA99DD
Tints of Wisteria #CA99DD
RGB
CMYK
RGB Variations
Color information
#CA99DD (or 0xCA99DD) is known color: Wisteria. HEX triplet: CA, 99 and DD. RGB value is (202,153,221). Sum of RGB (Red+Green+Blue) = 202+153+221=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 153 (60.16% from 255 or 26.56% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA99DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA99DD is #356622. Grayscale: #AFAFAF. Windows color (decimal): -3499555 or 14522826. OLE color: 14522826.
HSL color Cylindrical-coordinate representation of color #CA99DD: hue angle of 283.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CA99DD is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 153 | 221 | - |
| CMYK | 0.09 | 0.31 | 0 | 0.13 |
| HSL | 283.24º | 0.5% | 0.73% | - |
| HSV(B) | 283.24º | 0.31% | 0.87% | - |
| XYZ | 48.8 | 40.56 | 73.66 | - |
| YUV | 175.4 | 153.73 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 153 | 221 | 0.09 | 0.31 | 0 | 0.13 | 283.24 | 0.5 | 0.73 |
| Hex | CA | 99 | DD | 9 | 1F | 0 | D | 11B | 32 | 49 |
| Octal | 312 | 231 | 335 | 11 | 37 | 0 | 15 | 433 | 62 | 111 |
| Binary | 11001010 | 10011001 | 11011101 | 1001 | 11111 | 0 | 1101 | 100011011 | 110010 | 1001001 |
Color Harmonies of #CA99DD
Complementary color
Monochromatic Colors of #CA99DD
Black with #CA99DD
Text Example
Text Example
White with #CA99DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA99DD; }
p { color: rgb(202,153,221); }
H1.HeaderClassName
{
color: #CA99DD;
}
.AnyTagClassName
{
color: #CA99DD;
}
</style>
background-color css
<style>
a { background-color: #CA99DD; }
a { background-color: rgb(202,153,221); }
div.DivClassName
{
background-color: #CA99DD;
}
.BgClassName
{
background-color: #CA99DD;
}
</style>
border-color css
<style>
span { border-color: #CA99DD; }
span { border-color: rgb(202,153,221); }
td.TdClassName
{
border-color: #CA99DD;
}
.TagClassName
{
border-color: #CA99DD;
}
</style>