Shades of Wisteria #C7A1DE
Tints of Wisteria #C7A1DE
RGB
CMYK
RGB Variations
Color information
#C7A1DE (or 0xC7A1DE) is known color: Wisteria. HEX triplet: C7, A1 and DE. RGB value is (199,161,222). Sum of RGB (Red+Green+Blue) = 199+161+222=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 161 (63.28% from 255 or 27.66% from 582); Blue value is 222 (87.11% from 255 or 38.14% from 582); Max value from RGB is 222 - color contains mainly: blue. Hex color #C7A1DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C7A1DE is #385E21. Grayscale: #B3B3B3. Windows color (decimal): -3694114 or 14590407. OLE color: 14590407.
HSL color Cylindrical-coordinate representation of color #C7A1DE: hue angle of 277.38º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C7A1DE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 161 | 222 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.13 |
| HSL | 277.38º | 0.48% | 0.75% | - |
| HSV(B) | 277.38º | 0.27% | 0.87% | - |
| XYZ | 49.48 | 42.91 | 74.78 | - |
| YUV | 179.32 | 152.09 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 161 | 222 | 0.10 | 0.27 | 0 | 0.13 | 277.38 | 0.48 | 0.75 |
| Hex | C7 | A1 | DE | A | 1B | 0 | D | 115 | 30 | 4B |
| Octal | 307 | 241 | 336 | 12 | 33 | 0 | 15 | 425 | 60 | 113 |
| Binary | 11000111 | 10100001 | 11011110 | 1010 | 11011 | 0 | 1101 | 100010101 | 110000 | 1001011 |
Color Harmonies of #C7A1DE
Complementary color
Monochromatic Colors of #C7A1DE
Black with #C7A1DE
Text Example
Text Example
White with #C7A1DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7A1DE; }
p { color: rgb(199,161,222); }
H1.HeaderClassName
{
color: #C7A1DE;
}
.AnyTagClassName
{
color: #C7A1DE;
}
</style>
background-color css
<style>
a { background-color: #C7A1DE; }
a { background-color: rgb(199,161,222); }
div.DivClassName
{
background-color: #C7A1DE;
}
.BgClassName
{
background-color: #C7A1DE;
}
</style>
border-color css
<style>
span { border-color: #C7A1DE; }
span { border-color: rgb(199,161,222); }
td.TdClassName
{
border-color: #C7A1DE;
}
.TagClassName
{
border-color: #C7A1DE;
}
</style>