Shades of Wisteria #CAA8DF
Tints of Wisteria #CAA8DF
RGB
CMYK
RGB Variations
Color information
#CAA8DF (or 0xCAA8DF) is known color: Wisteria. HEX triplet: CA, A8 and DF. RGB value is (202,168,223). Sum of RGB (Red+Green+Blue) = 202+168+223=593 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.06% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA8DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA8DF is #355720. Grayscale: #B8B8B8. Windows color (decimal): -3495713 or 14657738. OLE color: 14657738.
HSL color Cylindrical-coordinate representation of color #CAA8DF: hue angle of 277.09º degrees, saturation: 0.46, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA8DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 168 | 223 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 277.09º | 0.46% | 0.77% | - |
| HSV(B) | 277.09º | 0.25% | 0.87% | - |
| XYZ | 51.68 | 45.89 | 75.95 | - |
| YUV | 184.44 | 149.76 | 140.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 168 | 223 | 0.09 | 0.25 | 0 | 0.13 | 277.09 | 0.46 | 0.77 |
| Hex | CA | A8 | DF | 9 | 19 | 0 | D | 115 | 2E | 4D |
| Octal | 312 | 250 | 337 | 11 | 31 | 0 | 15 | 425 | 56 | 115 |
| Binary | 11001010 | 10101000 | 11011111 | 1001 | 11001 | 0 | 1101 | 100010101 | 101110 | 1001101 |
Color Harmonies of #CAA8DF
Complementary color
Monochromatic Colors of #CAA8DF
Black with #CAA8DF
Text Example
Text Example
White with #CAA8DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA8DF; }
p { color: rgb(202,168,223); }
H1.HeaderClassName
{
color: #CAA8DF;
}
.AnyTagClassName
{
color: #CAA8DF;
}
</style>
background-color css
<style>
a { background-color: #CAA8DF; }
a { background-color: rgb(202,168,223); }
div.DivClassName
{
background-color: #CAA8DF;
}
.BgClassName
{
background-color: #CAA8DF;
}
</style>
border-color css
<style>
span { border-color: #CAA8DF; }
span { border-color: rgb(202,168,223); }
td.TdClassName
{
border-color: #CAA8DF;
}
.TagClassName
{
border-color: #CAA8DF;
}
</style>