Shades of Wisteria #CAA7DF
Tints of Wisteria #CAA7DF
RGB
CMYK
RGB Variations
Color information
#CAA7DF (or 0xCAA7DF) is known color: Wisteria. HEX triplet: CA, A7 and DF. RGB value is (202,167,223). Sum of RGB (Red+Green+Blue) = 202+167+223=592 (78% of max value = 765). Red value is 202 (79.30% from 255 or 34.12% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 223 (87.5% from 255 or 37.67% from 592); Max value from RGB is 223 - color contains mainly: blue. Hex color #CAA7DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CAA7DF is #355820. Grayscale: #B7B7B7. Windows color (decimal): -3495969 or 14657482. OLE color: 14657482.
HSL color Cylindrical-coordinate representation of color #CAA7DF: hue angle of 277.5º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAA7DF is Cyan = 0.09, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 202 | 167 | 223 | - |
| CMYK | 0.09 | 0.25 | 0 | 0.13 |
| HSL | 277.5º | 0.47% | 0.76% | - |
| HSV(B) | 277.5º | 0.25% | 0.87% | - |
| XYZ | 51.5 | 45.52 | 75.88 | - |
| YUV | 183.85 | 150.1 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 167 | 223 | 0.09 | 0.25 | 0 | 0.13 | 277.5 | 0.47 | 0.76 |
| Hex | CA | A7 | DF | 9 | 19 | 0 | D | 116 | 2F | 4C |
| Octal | 312 | 247 | 337 | 11 | 31 | 0 | 15 | 426 | 57 | 114 |
| Binary | 11001010 | 10100111 | 11011111 | 1001 | 11001 | 0 | 1101 | 100010110 | 101111 | 1001100 |
Color Harmonies of #CAA7DF
Complementary color
Monochromatic Colors of #CAA7DF
Black with #CAA7DF
Text Example
Text Example
White with #CAA7DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CAA7DF; }
p { color: rgb(202,167,223); }
H1.HeaderClassName
{
color: #CAA7DF;
}
.AnyTagClassName
{
color: #CAA7DF;
}
</style>
background-color css
<style>
a { background-color: #CAA7DF; }
a { background-color: rgb(202,167,223); }
div.DivClassName
{
background-color: #CAA7DF;
}
.BgClassName
{
background-color: #CAA7DF;
}
</style>
border-color css
<style>
span { border-color: #CAA7DF; }
span { border-color: rgb(202,167,223); }
td.TdClassName
{
border-color: #CAA7DF;
}
.TagClassName
{
border-color: #CAA7DF;
}
</style>