Shades of Wisteria #C8A0D7
Tints of Wisteria #C8A0D7
RGB
CMYK
RGB Variations
Color information
#C8A0D7 (or 0xC8A0D7) is known color: Wisteria. HEX triplet: C8, A0 and D7. RGB value is (200,160,215). Sum of RGB (Red+Green+Blue) = 200+160+215=575 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.78% from 575); Green value is 160 (62.89% from 255 or 27.83% from 575); Blue value is 215 (84.38% from 255 or 37.39% from 575); Max value from RGB is 215 - color contains mainly: blue. Hex color #C8A0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A0D7 is #375F28. Grayscale: #B2B2B2. Windows color (decimal): -3628841 or 14131400. OLE color: 14131400.
HSL color Cylindrical-coordinate representation of color #C8A0D7: hue angle of 283.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8A0D7 is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 160 | 215 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.16 |
| HSL | 283.64º | 0.41% | 0.74% | - |
| HSV(B) | 283.64º | 0.26% | 0.84% | - |
| XYZ | 48.66 | 42.33 | 69.9 | - |
| YUV | 178.23 | 148.75 | 143.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 160 | 215 | 0.07 | 0.26 | 0 | 0.16 | 283.64 | 0.41 | 0.74 |
| Hex | C8 | A0 | D7 | 7 | 1A | 0 | 10 | 11C | 29 | 4A |
| Octal | 310 | 240 | 327 | 7 | 32 | 0 | 20 | 434 | 51 | 112 |
| Binary | 11001000 | 10100000 | 11010111 | 111 | 11010 | 0 | 10000 | 100011100 | 101001 | 1001010 |
Color Harmonies of #C8A0D7
Complementary color
Monochromatic Colors of #C8A0D7
Black with #C8A0D7
Text Example
Text Example
White with #C8A0D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A0D7; }
p { color: rgb(200,160,215); }
H1.HeaderClassName
{
color: #C8A0D7;
}
.AnyTagClassName
{
color: #C8A0D7;
}
</style>
background-color css
<style>
a { background-color: #C8A0D7; }
a { background-color: rgb(200,160,215); }
div.DivClassName
{
background-color: #C8A0D7;
}
.BgClassName
{
background-color: #C8A0D7;
}
</style>
border-color css
<style>
span { border-color: #C8A0D7; }
span { border-color: rgb(200,160,215); }
td.TdClassName
{
border-color: #C8A0D7;
}
.TagClassName
{
border-color: #C8A0D7;
}
</style>