Shades of Wisteria #CAA2D7
Tints of Wisteria #CAA2D7
RGB
CMYK
RGB Variations
Color information
#CAA2D7 (or 0xCAA2D7) is known color: Wisteria. HEX triplet: CA, A2 and D7. RGB value is (202,162,215). Sum of RGB (Red+Green+Blue) = 202+162+215=579 (76% of max value = 765). Red value is 202 (79.30% from 255 or 34.89% from 579); Green value is 162 (63.67% from 255 or 27.98% from 579); Blue value is 215 (84.38% from 255 or 37.13% from 579); Max value from RGB is 215 - color contains mainly: blue. Hex color #CAA2D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA2D7 is #355D28. Grayscale: #B3B3B3. Windows color (decimal): -3497257 or 14131914. OLE color: 14131914.
HSL color Cylindrical-coordinate representation of color #CAA2D7: hue angle of 285.28º degrees, saturation: 0.4, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA2D7 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 202 | 162 | 215 | - |
CMYK | 0.06 | 0.25 | 0 | 0.16 |
HSL | 285.28º | 0.4% | 0.74% | - |
HSV(B) | 285.28º | 0.25% | 0.84% | - |
XYZ | 49.54 | 43.3 | 70.04 | - |
YUV | 180 | 147.75 | 143.69 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 202 | 162 | 215 | 0.06 | 0.25 | 0 | 0.16 | 285.28 | 0.4 | 0.74 |
Hex | CA | A2 | D7 | 6 | 19 | 0 | 10 | 11D | 28 | 4A |
Octal | 312 | 242 | 327 | 6 | 31 | 0 | 20 | 435 | 50 | 112 |
Binary | 11001010 | 10100010 | 11010111 | 110 | 11001 | 0 | 10000 | 100011101 | 101000 | 1001010 |
Color Harmonies of #CAA2D7
Complementary color
Monochromatic Colors of #CAA2D7
Black with #CAA2D7
Text Example
Text Example
White with #CAA2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA2D7; }
p { color: rgb(202,162,215); }
H1.HeaderClassName
{
color: #CAA2D7;
}
.AnyTagClassName
{
color: #CAA2D7;
}
</style>
background-color css
<style>
a { background-color: #CAA2D7; }
a { background-color: rgb(202,162,215); }
div.DivClassName
{
background-color: #CAA2D7;
}
.BgClassName
{
background-color: #CAA2D7;
}
</style>
border-color css
<style>
span { border-color: #CAA2D7; }
span { border-color: rgb(202,162,215); }
td.TdClassName
{
border-color: #CAA2D7;
}
.TagClassName
{
border-color: #CAA2D7;
}
</style>