Shades of Wisteria #CAABDC
Tints of Wisteria #CAABDC
RGB
CMYK
RGB Variations
Color information
#CAABDC (or 0xCAABDC) is known color: Wisteria. HEX triplet: CA, AB and DC. RGB value is (202,171,220). Sum of RGB (Red+Green+Blue) = 202+171+220=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: blue. Hex color #CAABDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAABDC is #355423. Grayscale: #B9B9B9. Windows color (decimal): -3494948 or 14461898. OLE color: 14461898.
HSL color Cylindrical-coordinate representation of color #CAABDC: hue angle of 277.96º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAABDC is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 202 | 171 | 220 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.14 |
| HSL | 277.96º | 0.41% | 0.77% | - |
| HSV(B) | 277.96º | 0.22% | 0.86% | - |
| XYZ | 51.84 | 46.85 | 74.02 | - |
| YUV | 185.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 171 | 220 | 0.08 | 0.22 | 0 | 0.14 | 277.96 | 0.41 | 0.77 |
| Hex | CA | AB | DC | 8 | 16 | 0 | E | 116 | 29 | 4D |
| Octal | 312 | 253 | 334 | 10 | 26 | 0 | 16 | 426 | 51 | 115 |
| Binary | 11001010 | 10101011 | 11011100 | 1000 | 10110 | 0 | 1110 | 100010110 | 101001 | 1001101 |
Color Harmonies of #CAABDC
Complementary color
Monochromatic Colors of #CAABDC
Black with #CAABDC
Text Example
Text Example
White with #CAABDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAABDC; }
p { color: rgb(202,171,220); }
H1.HeaderClassName
{
color: #CAABDC;
}
.AnyTagClassName
{
color: #CAABDC;
}
</style>
background-color css
<style>
a { background-color: #CAABDC; }
a { background-color: rgb(202,171,220); }
div.DivClassName
{
background-color: #CAABDC;
}
.BgClassName
{
background-color: #CAABDC;
}
</style>
border-color css
<style>
span { border-color: #CAABDC; }
span { border-color: rgb(202,171,220); }
td.TdClassName
{
border-color: #CAABDC;
}
.TagClassName
{
border-color: #CAABDC;
}
</style>