Shades of Wisteria #C8A1E7
Tints of Wisteria #C8A1E7
RGB
CMYK
RGB Variations
Color information
#C8A1E7 (or 0xC8A1E7) is known color: Wisteria. HEX triplet: C8, A1 and E7. RGB value is (200,161,231). Sum of RGB (Red+Green+Blue) = 200+161+231=592 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.78% from 592); Green value is 161 (63.28% from 255 or 27.20% from 592); Blue value is 231 (90.62% from 255 or 39.02% from 592); Max value from RGB is 231 - color contains mainly: blue. Hex color #C8A1E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C8A1E7 is #375E18. Grayscale: #B4B4B4. Windows color (decimal): -3628569 or 15180232. OLE color: 15180232.
HSL color Cylindrical-coordinate representation of color #C8A1E7: hue angle of 273.43º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C8A1E7 is Cyan = 0.13, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 200 | 161 | 231 | - |
| CMYK | 0.13 | 0.30 | 0 | 0.09 |
| HSL | 273.43º | 0.59% | 0.77% | - |
| HSV(B) | 273.43º | 0.3% | 0.91% | - |
| XYZ | 50.99 | 43.54 | 81.32 | - |
| YUV | 180.64 | 156.42 | 141.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 161 | 231 | 0.13 | 0.30 | 0 | 0.09 | 273.43 | 0.59 | 0.77 |
| Hex | C8 | A1 | E7 | D | 1E | 0 | 9 | 111 | 3B | 4D |
| Octal | 310 | 241 | 347 | 15 | 36 | 0 | 11 | 421 | 73 | 115 |
| Binary | 11001000 | 10100001 | 11100111 | 1101 | 11110 | 0 | 1001 | 100010001 | 111011 | 1001101 |
Color Harmonies of #C8A1E7
Complementary color
Monochromatic Colors of #C8A1E7
Black with #C8A1E7
Text Example
Text Example
White with #C8A1E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A1E7; }
p { color: rgb(200,161,231); }
H1.HeaderClassName
{
color: #C8A1E7;
}
.AnyTagClassName
{
color: #C8A1E7;
}
</style>
background-color css
<style>
a { background-color: #C8A1E7; }
a { background-color: rgb(200,161,231); }
div.DivClassName
{
background-color: #C8A1E7;
}
.BgClassName
{
background-color: #C8A1E7;
}
</style>
border-color css
<style>
span { border-color: #C8A1E7; }
span { border-color: rgb(200,161,231); }
td.TdClassName
{
border-color: #C8A1E7;
}
.TagClassName
{
border-color: #C8A1E7;
}
</style>