Shades of Wisteria #CA91DD
Tints of Wisteria #CA91DD
RGB
CMYK
RGB Variations
Color information
#CA91DD (or 0xCA91DD) is known color: Wisteria. HEX triplet: CA, 91 and DD. RGB value is (202,145,221). Sum of RGB (Red+Green+Blue) = 202+145+221=568 (75% of max value = 765). Red value is 202 (79.30% from 255 or 35.56% from 568); Green value is 145 (57.03% from 255 or 25.53% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #CA91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CA91DD is #356E22. Grayscale: #AAAAAA. Windows color (decimal): -3501603 or 14520778. OLE color: 14520778.
HSL color Cylindrical-coordinate representation of color #CA91DD: hue angle of 285º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CA91DD is Cyan = 0.09, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 145 | 221 | - |
| CMYK | 0.09 | 0.34 | 0 | 0.13 |
| HSL | 285º | 0.53% | 0.72% | - |
| HSV(B) | 285º | 0.34% | 0.87% | - |
| XYZ | 47.53 | 38.03 | 73.24 | - |
| YUV | 170.71 | 156.38 | 150.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 145 | 221 | 0.09 | 0.34 | 0 | 0.13 | 285 | 0.53 | 0.72 |
| Hex | CA | 91 | DD | 9 | 22 | 0 | D | 11D | 35 | 48 |
| Octal | 312 | 221 | 335 | 11 | 42 | 0 | 15 | 435 | 65 | 110 |
| Binary | 11001010 | 10010001 | 11011101 | 1001 | 100010 | 0 | 1101 | 100011101 | 110101 | 1001000 |
Color Harmonies of #CA91DD
Complementary color
Monochromatic Colors of #CA91DD
Black with #CA91DD
Text Example
Text Example
White with #CA91DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA91DD; }
p { color: rgb(202,145,221); }
H1.HeaderClassName
{
color: #CA91DD;
}
.AnyTagClassName
{
color: #CA91DD;
}
</style>
background-color css
<style>
a { background-color: #CA91DD; }
a { background-color: rgb(202,145,221); }
div.DivClassName
{
background-color: #CA91DD;
}
.BgClassName
{
background-color: #CA91DD;
}
</style>
border-color css
<style>
span { border-color: #CA91DD; }
span { border-color: rgb(202,145,221); }
td.TdClassName
{
border-color: #CA91DD;
}
.TagClassName
{
border-color: #CA91DD;
}
</style>