Shades of Wisteria #CAA4D2
Tints of Wisteria #CAA4D2
RGB
CMYK
RGB Variations
Color information
#CAA4D2 (or 0xCAA4D2) is known color: Wisteria. HEX triplet: CA, A4 and D2. RGB value is (202,164,210). Sum of RGB (Red+Green+Blue) = 202+164+210=576 (76% of max value = 765). Red value is 202 (79.30% from 255 or 35.07% from 576); Green value is 164 (64.45% from 255 or 28.47% from 576); Blue value is 210 (82.42% from 255 or 36.46% from 576); Max value from RGB is 210 - color contains mainly: blue. Hex color #CAA4D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA4D2 is #355B2D. Grayscale: #B4B4B4. Windows color (decimal): -3496750 or 13804746. OLE color: 13804746.
HSL color Cylindrical-coordinate representation of color #CAA4D2: hue angle of 289.57º degrees, saturation: 0.34, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CAA4D2 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 202 | 164 | 210 | - |
| CMYK | 0.04 | 0.22 | 0 | 0.18 |
| HSL | 289.57º | 0.34% | 0.73% | - |
| HSV(B) | 289.57º | 0.22% | 0.82% | - |
| XYZ | 49.27 | 43.76 | 66.82 | - |
| YUV | 180.61 | 144.59 | 143.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 164 | 210 | 0.04 | 0.22 | 0 | 0.18 | 289.57 | 0.34 | 0.73 |
| Hex | CA | A4 | D2 | 4 | 16 | 0 | 12 | 122 | 22 | 49 |
| Octal | 312 | 244 | 322 | 4 | 26 | 0 | 22 | 442 | 42 | 111 |
| Binary | 11001010 | 10100100 | 11010010 | 100 | 10110 | 0 | 10010 | 100100010 | 100010 | 1001001 |
Color Harmonies of #CAA4D2
Complementary color
Monochromatic Colors of #CAA4D2
Black with #CAA4D2
Text Example
Text Example
White with #CAA4D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA4D2; }
p { color: rgb(202,164,210); }
H1.HeaderClassName
{
color: #CAA4D2;
}
.AnyTagClassName
{
color: #CAA4D2;
}
</style>
background-color css
<style>
a { background-color: #CAA4D2; }
a { background-color: rgb(202,164,210); }
div.DivClassName
{
background-color: #CAA4D2;
}
.BgClassName
{
background-color: #CAA4D2;
}
</style>
border-color css
<style>
span { border-color: #CAA4D2; }
span { border-color: rgb(202,164,210); }
td.TdClassName
{
border-color: #CAA4D2;
}
.TagClassName
{
border-color: #CAA4D2;
}
</style>