Shades of Wisteria #CAA4D8
Tints of Wisteria #CAA4D8
RGB
CMYK
RGB Variations
Color information
#CAA4D8 (or 0xCAA4D8) is known color: Wisteria. HEX triplet: CA, A4 and D8. RGB value is (202,164,216). Sum of RGB (Red+Green+Blue) = 202+164+216=582 (77% of max value = 765). Red value is 202 (79.30% from 255 or 34.71% from 582); Green value is 164 (64.45% from 255 or 28.18% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 216 - color contains mainly: blue. Hex color #CAA4D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4D8 is #355B27. Grayscale: #B5B5B5. Windows color (decimal): -3496744 or 14197962. OLE color: 14197962.
HSL color Cylindrical-coordinate representation of color #CAA4D8: hue angle of 283.85º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CAA4D8 is Cyan = 0.06, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 202 | 164 | 216 | - |
CMYK | 0.06 | 0.24 | 0 | 0.15 |
HSL | 283.85º | 0.4% | 0.75% | - |
HSV(B) | 283.85º | 0.24% | 0.85% | - |
XYZ | 50.03 | 44.07 | 70.83 | - |
YUV | 181.29 | 147.59 | 142.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 164 | 216 | 0.06 | 0.24 | 0 | 0.15 | 283.85 | 0.4 | 0.75 |
Hex | CA | A4 | D8 | 6 | 18 | 0 | F | 11C | 28 | 4B |
Octal | 312 | 244 | 330 | 6 | 30 | 0 | 17 | 434 | 50 | 113 |
Binary | 11001010 | 10100100 | 11011000 | 110 | 11000 | 0 | 1111 | 100011100 | 101000 | 1001011 |
Color Harmonies of #CAA4D8
Complementary color
Monochromatic Colors of #CAA4D8
Black with #CAA4D8
Text Example
Text Example
White with #CAA4D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4D8; }
p { color: rgb(202,164,216); }
H1.HeaderClassName
{
color: #CAA4D8;
}
.AnyTagClassName
{
color: #CAA4D8;
}
</style>
background-color css
<style>
a { background-color: #CAA4D8; }
a { background-color: rgb(202,164,216); }
div.DivClassName
{
background-color: #CAA4D8;
}
.BgClassName
{
background-color: #CAA4D8;
}
</style>
border-color css
<style>
span { border-color: #CAA4D8; }
span { border-color: rgb(202,164,216); }
td.TdClassName
{
border-color: #CAA4D8;
}
.TagClassName
{
border-color: #CAA4D8;
}
</style>