Shades of Wisteria #C8A2DE
Tints of Wisteria #C8A2DE
RGB
CMYK
RGB Variations
Color information
#C8A2DE (or 0xC8A2DE) is known color: Wisteria. HEX triplet: C8, A2 and DE. RGB value is (200,162,222). Sum of RGB (Red+Green+Blue) = 200+162+222=584 (77% of max value = 765). Red value is 200 (78.52% from 255 or 34.25% from 584); Green value is 162 (63.67% from 255 or 27.74% from 584); Blue value is 222 (87.11% from 255 or 38.01% from 584); Max value from RGB is 222 - color contains mainly: blue. Hex color #C8A2DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A2DE is #375D21. Grayscale: #B4B4B4. Windows color (decimal): -3628322 or 14590664. OLE color: 14590664.
HSL color Cylindrical-coordinate representation of color #C8A2DE: hue angle of 278º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C8A2DE is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 162 | 222 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.13 |
| HSL | 278º | 0.48% | 0.75% | - |
| HSV(B) | 278º | 0.27% | 0.87% | - |
| XYZ | 49.92 | 43.39 | 74.85 | - |
| YUV | 180.2 | 151.59 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 162 | 222 | 0.10 | 0.27 | 0 | 0.13 | 278 | 0.48 | 0.75 |
| Hex | C8 | A2 | DE | A | 1B | 0 | D | 116 | 30 | 4B |
| Octal | 310 | 242 | 336 | 12 | 33 | 0 | 15 | 426 | 60 | 113 |
| Binary | 11001000 | 10100010 | 11011110 | 1010 | 11011 | 0 | 1101 | 100010110 | 110000 | 1001011 |
Color Harmonies of #C8A2DE
Complementary color
Monochromatic Colors of #C8A2DE
Black with #C8A2DE
Text Example
Text Example
White with #C8A2DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A2DE; }
p { color: rgb(200,162,222); }
H1.HeaderClassName
{
color: #C8A2DE;
}
.AnyTagClassName
{
color: #C8A2DE;
}
</style>
background-color css
<style>
a { background-color: #C8A2DE; }
a { background-color: rgb(200,162,222); }
div.DivClassName
{
background-color: #C8A2DE;
}
.BgClassName
{
background-color: #C8A2DE;
}
</style>
border-color css
<style>
span { border-color: #C8A2DE; }
span { border-color: rgb(200,162,222); }
td.TdClassName
{
border-color: #C8A2DE;
}
.TagClassName
{
border-color: #C8A2DE;
}
</style>