Shades of Wisteria #CAA8D8
Tints of Wisteria #CAA8D8
RGB
CMYK
RGB Variations
Color information
#CAA8D8 (or 0xCAA8D8) is known color: Wisteria. HEX triplet: CA, A8 and D8. RGB value is (202,168,216). Sum of RGB (Red+Green+Blue) = 202+168+216=586 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.47% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 216 (84.77% from 255 or 36.86% from 586); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAA8D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8D8 is #355727. Grayscale: #B7B7B7. Windows color (decimal): -3495720 or 14198986. OLE color: 14198986.
HSL color Cylindrical-coordinate representation of color #CAA8D8: hue angle of 282.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA8D8 is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 202 | 168 | 216 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.15 |
| HSL | 282.5º | 0.38% | 0.75% | - |
| HSV(B) | 282.5º | 0.22% | 0.85% | - |
| XYZ | 50.75 | 45.52 | 71.08 | - |
| YUV | 183.64 | 146.26 | 141.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 216 | 0.06 | 0.22 | 0 | 0.15 | 282.5 | 0.38 | 0.75 |
| Hex | CA | A8 | D8 | 6 | 16 | 0 | F | 11A | 26 | 4B |
| Octal | 312 | 250 | 330 | 6 | 26 | 0 | 17 | 432 | 46 | 113 |
| Binary | 11001010 | 10101000 | 11011000 | 110 | 10110 | 0 | 1111 | 100011010 | 100110 | 1001011 |
Color Harmonies of #CAA8D8
Complementary color
Monochromatic Colors of #CAA8D8
Black with #CAA8D8
Text Example
Text Example
White with #CAA8D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8D8; }
p { color: rgb(202,168,216); }
H1.HeaderClassName
{
color: #CAA8D8;
}
.AnyTagClassName
{
color: #CAA8D8;
}
</style>
background-color css
<style>
a { background-color: #CAA8D8; }
a { background-color: rgb(202,168,216); }
div.DivClassName
{
background-color: #CAA8D8;
}
.BgClassName
{
background-color: #CAA8D8;
}
</style>
border-color css
<style>
span { border-color: #CAA8D8; }
span { border-color: rgb(202,168,216); }
td.TdClassName
{
border-color: #CAA8D8;
}
.TagClassName
{
border-color: #CAA8D8;
}
</style>