Shades of Wisteria #C8A2E5
Tints of Wisteria #C8A2E5
RGB
CMYK
RGB Variations
Color information
#C8A2E5 (or 0xC8A2E5) is known color: Wisteria. HEX triplet: C8, A2 and E5. RGB value is (200,162,229). Sum of RGB (Red+Green+Blue) = 200+162+229=591 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.84% from 591); Green value is 162 (63.67% from 255 or 27.41% from 591); Blue value is 229 (89.84% from 255 or 38.75% from 591); Max value from RGB is 229 - color contains mainly: blue. Hex color #C8A2E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2E5 is #375D1A. Grayscale: #B4B4B4. Windows color (decimal): -3628315 or 15049416. OLE color: 15049416.
HSL color Cylindrical-coordinate representation of color #C8A2E5: hue angle of 274.03º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8A2E5 is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 200 | 162 | 229 | - |
| CMYK | 0.13 | 0.29 | 0 | 0.10 |
| HSL | 274.03º | 0.56% | 0.77% | - |
| HSV(B) | 274.03º | 0.29% | 0.9% | - |
| XYZ | 50.88 | 43.78 | 79.9 | - |
| YUV | 181 | 155.09 | 141.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 229 | 0.13 | 0.29 | 0 | 0.10 | 274.03 | 0.56 | 0.77 |
| Hex | C8 | A2 | E5 | D | 1D | 0 | A | 112 | 38 | 4D |
| Octal | 310 | 242 | 345 | 15 | 35 | 0 | 12 | 422 | 70 | 115 |
| Binary | 11001000 | 10100010 | 11100101 | 1101 | 11101 | 0 | 1010 | 100010010 | 111000 | 1001101 |
Color Harmonies of #C8A2E5
Complementary color
Monochromatic Colors of #C8A2E5
Black with #C8A2E5
Text Example
Text Example
White with #C8A2E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2E5; }
p { color: rgb(200,162,229); }
H1.HeaderClassName
{
color: #C8A2E5;
}
.AnyTagClassName
{
color: #C8A2E5;
}
</style>
background-color css
<style>
a { background-color: #C8A2E5; }
a { background-color: rgb(200,162,229); }
div.DivClassName
{
background-color: #C8A2E5;
}
.BgClassName
{
background-color: #C8A2E5;
}
</style>
border-color css
<style>
span { border-color: #C8A2E5; }
span { border-color: rgb(200,162,229); }
td.TdClassName
{
border-color: #C8A2E5;
}
.TagClassName
{
border-color: #C8A2E5;
}
</style>