Shades of Wisteria #C8A8DA
Tints of Wisteria #C8A8DA
RGB
CMYK
RGB Variations
Color information
#C8A8DA (or 0xC8A8DA) is known color: Wisteria. HEX triplet: C8, A8 and DA. RGB value is (200,168,218). Sum of RGB (Red+Green+Blue) = 200+168+218=586 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.13% from 586); Green value is 168 (66.02% from 255 or 28.67% from 586); Blue value is 218 (85.55% from 255 or 37.20% from 586); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8A8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A8DA is #375725. Grayscale: #B7B7B7. Windows color (decimal): -3626790 or 14330056. OLE color: 14330056.
HSL color Cylindrical-coordinate representation of color #C8A8DA: hue angle of 278.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C8A8DA is Cyan = 0.08, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 168 | 218 | - |
| CMYK | 0.08 | 0.23 | 0 | 0.15 |
| HSL | 278.4º | 0.4% | 0.76% | - |
| HSV(B) | 278.4º | 0.23% | 0.85% | - |
| XYZ | 50.48 | 45.35 | 72.42 | - |
| YUV | 183.27 | 147.6 | 139.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 168 | 218 | 0.08 | 0.23 | 0 | 0.15 | 278.4 | 0.4 | 0.76 |
| Hex | C8 | A8 | DA | 8 | 17 | 0 | F | 116 | 28 | 4C |
| Octal | 310 | 250 | 332 | 10 | 27 | 0 | 17 | 426 | 50 | 114 |
| Binary | 11001000 | 10101000 | 11011010 | 1000 | 10111 | 0 | 1111 | 100010110 | 101000 | 1001100 |
Color Harmonies of #C8A8DA
Complementary color
Monochromatic Colors of #C8A8DA
Black with #C8A8DA
Text Example
Text Example
White with #C8A8DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A8DA; }
p { color: rgb(200,168,218); }
H1.HeaderClassName
{
color: #C8A8DA;
}
.AnyTagClassName
{
color: #C8A8DA;
}
</style>
background-color css
<style>
a { background-color: #C8A8DA; }
a { background-color: rgb(200,168,218); }
div.DivClassName
{
background-color: #C8A8DA;
}
.BgClassName
{
background-color: #C8A8DA;
}
</style>
border-color css
<style>
span { border-color: #C8A8DA; }
span { border-color: rgb(200,168,218); }
td.TdClassName
{
border-color: #C8A8DA;
}
.TagClassName
{
border-color: #C8A8DA;
}
</style>