Shades of Wisteria #C8A5DE
Tints of Wisteria #C8A5DE
RGB
CMYK
RGB Variations
Color information
#C8A5DE (or 0xC8A5DE) is known color: Wisteria. HEX triplet: C8, A5 and DE. RGB value is (200,165,222). Sum of RGB (Red+Green+Blue) = 200+165+222=587 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.07% from 587); Green value is 165 (64.84% from 255 or 28.11% from 587); Blue value is 222 (87.11% from 255 or 37.82% from 587); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8A5DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A5DE is #375A21. Grayscale: #B5B5B5. Windows color (decimal): -3627554 or 14591432. OLE color: 14591432.
HSL color Cylindrical-coordinate representation of color #C8A5DE: hue angle of 276.84º degrees, saturation: 0.46, 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 #C8A5DE is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 165 | 222 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.13 |
| HSL | 276.84º | 0.46% | 0.76% | - |
| HSV(B) | 276.84º | 0.26% | 0.87% | - |
| XYZ | 50.46 | 44.46 | 75.03 | - |
| YUV | 181.96 | 150.6 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 165 | 222 | 0.10 | 0.26 | 0 | 0.13 | 276.84 | 0.46 | 0.76 |
| Hex | C8 | A5 | DE | A | 1A | 0 | D | 115 | 2E | 4C |
| Octal | 310 | 245 | 336 | 12 | 32 | 0 | 15 | 425 | 56 | 114 |
| Binary | 11001000 | 10100101 | 11011110 | 1010 | 11010 | 0 | 1101 | 100010101 | 101110 | 1001100 |
Color Harmonies of #C8A5DE
Complementary color
Monochromatic Colors of #C8A5DE
Black with #C8A5DE
Text Example
Text Example
White with #C8A5DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A5DE; }
p { color: rgb(200,165,222); }
H1.HeaderClassName
{
color: #C8A5DE;
}
.AnyTagClassName
{
color: #C8A5DE;
}
</style>
background-color css
<style>
a { background-color: #C8A5DE; }
a { background-color: rgb(200,165,222); }
div.DivClassName
{
background-color: #C8A5DE;
}
.BgClassName
{
background-color: #C8A5DE;
}
</style>
border-color css
<style>
span { border-color: #C8A5DE; }
span { border-color: rgb(200,165,222); }
td.TdClassName
{
border-color: #C8A5DE;
}
.TagClassName
{
border-color: #C8A5DE;
}
</style>