Shades of Wisteria #C8A6DA
Tints of Wisteria #C8A6DA
RGB
CMYK
RGB Variations
Color information
#C8A6DA (or 0xC8A6DA) is known color: Wisteria. HEX triplet: C8, A6 and DA. RGB value is (200,166,218). Sum of RGB (Red+Green+Blue) = 200+166+218=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 166 (65.23% from 255 or 28.42% from 584); Blue value is 218 (85.55% from 255 or 37.33% from 584); Max value from RGB is 218 - color contains mainly: blue. Hex color #C8A6DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A6DA is #375925. Grayscale: #B5B5B5. Windows color (decimal): -3627302 or 14329544. OLE color: 14329544.
HSL color Cylindrical-coordinate representation of color #C8A6DA: hue angle of 279.23º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8A6DA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 166 | 218 | - |
| CMYK | 0.08 | 0.24 | 0 | 0.15 |
| HSL | 279.23º | 0.41% | 0.75% | - |
| HSV(B) | 279.23º | 0.24% | 0.85% | - |
| XYZ | 50.11 | 44.61 | 72.3 | - |
| YUV | 182.09 | 148.26 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 166 | 218 | 0.08 | 0.24 | 0 | 0.15 | 279.23 | 0.41 | 0.75 |
| Hex | C8 | A6 | DA | 8 | 18 | 0 | F | 117 | 29 | 4B |
| Octal | 310 | 246 | 332 | 10 | 30 | 0 | 17 | 427 | 51 | 113 |
| Binary | 11001000 | 10100110 | 11011010 | 1000 | 11000 | 0 | 1111 | 100010111 | 101001 | 1001011 |
Color Harmonies of #C8A6DA
Complementary color
Monochromatic Colors of #C8A6DA
Black with #C8A6DA
Text Example
Text Example
White with #C8A6DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A6DA; }
p { color: rgb(200,166,218); }
H1.HeaderClassName
{
color: #C8A6DA;
}
.AnyTagClassName
{
color: #C8A6DA;
}
</style>
background-color css
<style>
a { background-color: #C8A6DA; }
a { background-color: rgb(200,166,218); }
div.DivClassName
{
background-color: #C8A6DA;
}
.BgClassName
{
background-color: #C8A6DA;
}
</style>
border-color css
<style>
span { border-color: #C8A6DA; }
span { border-color: rgb(200,166,218); }
td.TdClassName
{
border-color: #C8A6DA;
}
.TagClassName
{
border-color: #C8A6DA;
}
</style>