Shades of Wisteria #CAABDD
Tints of Wisteria #CAABDD
RGB
CMYK
RGB Variations
Color information
#CAABDD (or 0xCAABDD) is known color: Wisteria. HEX triplet: CA, AB and DD. RGB value is (202,171,221). Sum of RGB (Red+Green+Blue) = 202+171+221=594 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.01% from 594); Green value is 171 (67.19% from 255 or 28.79% from 594); Blue value is 221 (86.72% from 255 or 37.21% from 594); Max value from RGB is 221 - color contains mainly: blue. Hex color #CAABDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDD is #355422. Grayscale: #B9B9B9. Windows color (decimal): -3494947 or 14527434. OLE color: 14527434.
HSL color Cylindrical-coordinate representation of color #CAABDD: hue angle of 277.2º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CAABDD is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 171 | 221 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.13 |
| HSL | 277.2º | 0.42% | 0.77% | - |
| HSV(B) | 277.2º | 0.23% | 0.87% | - |
| XYZ | 51.97 | 46.9 | 74.72 | - |
| YUV | 185.97 | 147.77 | 139.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 221 | 0.09 | 0.23 | 0 | 0.13 | 277.2 | 0.42 | 0.77 |
| Hex | CA | AB | DD | 9 | 17 | 0 | D | 115 | 2A | 4D |
| Octal | 312 | 253 | 335 | 11 | 27 | 0 | 15 | 425 | 52 | 115 |
| Binary | 11001010 | 10101011 | 11011101 | 1001 | 10111 | 0 | 1101 | 100010101 | 101010 | 1001101 |
Color Harmonies of #CAABDD
Complementary color
Monochromatic Colors of #CAABDD
Black with #CAABDD
Text Example
Text Example
White with #CAABDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABDD; }
p { color: rgb(202,171,221); }
H1.HeaderClassName
{
color: #CAABDD;
}
.AnyTagClassName
{
color: #CAABDD;
}
</style>
background-color css
<style>
a { background-color: #CAABDD; }
a { background-color: rgb(202,171,221); }
div.DivClassName
{
background-color: #CAABDD;
}
.BgClassName
{
background-color: #CAABDD;
}
</style>
border-color css
<style>
span { border-color: #CAABDD; }
span { border-color: rgb(202,171,221); }
td.TdClassName
{
border-color: #CAABDD;
}
.TagClassName
{
border-color: #CAABDD;
}
</style>