Shades of Wisteria #C8A4DE
Tints of Wisteria #C8A4DE
RGB
CMYK
RGB Variations
Color information
#C8A4DE (or 0xC8A4DE) is known color: Wisteria. HEX triplet: C8, A4 and DE. RGB value is (200,164,222). Sum of RGB (Red+Green+Blue) = 200+164+222=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 164 (64.45% from 255 or 27.99% from 586); Blue value is 222 (87.11% from 255 or 37.88% from 586); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8A4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A4DE is #375B21. Grayscale: #B5B5B5. Windows color (decimal): -3627810 or 14591176. OLE color: 14591176.
HSL color Cylindrical-coordinate representation of color #C8A4DE: hue angle of 277.24º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A4DE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 164 | 222 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.13 |
| HSL | 277.24º | 0.47% | 0.76% | - |
| HSV(B) | 277.24º | 0.26% | 0.87% | - |
| XYZ | 50.28 | 44.1 | 74.97 | - |
| YUV | 181.38 | 150.93 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 164 | 222 | 0.10 | 0.26 | 0 | 0.13 | 277.24 | 0.47 | 0.76 |
| Hex | C8 | A4 | DE | A | 1A | 0 | D | 115 | 2F | 4C |
| Octal | 310 | 244 | 336 | 12 | 32 | 0 | 15 | 425 | 57 | 114 |
| Binary | 11001000 | 10100100 | 11011110 | 1010 | 11010 | 0 | 1101 | 100010101 | 101111 | 1001100 |
Color Harmonies of #C8A4DE
Complementary color
Monochromatic Colors of #C8A4DE
Black with #C8A4DE
Text Example
Text Example
White with #C8A4DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A4DE; }
p { color: rgb(200,164,222); }
H1.HeaderClassName
{
color: #C8A4DE;
}
.AnyTagClassName
{
color: #C8A4DE;
}
</style>
background-color css
<style>
a { background-color: #C8A4DE; }
a { background-color: rgb(200,164,222); }
div.DivClassName
{
background-color: #C8A4DE;
}
.BgClassName
{
background-color: #C8A4DE;
}
</style>
border-color css
<style>
span { border-color: #C8A4DE; }
span { border-color: rgb(200,164,222); }
td.TdClassName
{
border-color: #C8A4DE;
}
.TagClassName
{
border-color: #C8A4DE;
}
</style>