Shades of Wisteria #C8A3E3
Tints of Wisteria #C8A3E3
RGB
CMYK
RGB Variations
Color information
#C8A3E3 (or 0xC8A3E3) is known color: Wisteria. HEX triplet: C8, A3 and E3. RGB value is (200,163,227). Sum of RGB (Red+Green+Blue) = 200+163+227=590 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.90% from 590); Green value is 163 (64.06% from 255 or 27.63% from 590); Blue value is 227 (89.06% from 255 or 38.47% from 590); Max value from RGB is 227 - color contains mainly: blue. Hex color #C8A3E3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8A3E3 is #375C1C. Grayscale: #B5B5B5. Windows color (decimal): -3628061 or 14918600. OLE color: 14918600.
HSL color Cylindrical-coordinate representation of color #C8A3E3: hue angle of 274.69º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C8A3E3 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 200 | 163 | 227 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.11 |
| HSL | 274.69º | 0.53% | 0.76% | - |
| HSV(B) | 274.69º | 0.28% | 0.89% | - |
| XYZ | 50.78 | 44.02 | 78.49 | - |
| YUV | 181.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 163 | 227 | 0.12 | 0.28 | 0 | 0.11 | 274.69 | 0.53 | 0.76 |
| Hex | C8 | A3 | E3 | C | 1C | 0 | B | 113 | 35 | 4C |
| Octal | 310 | 243 | 343 | 14 | 34 | 0 | 13 | 423 | 65 | 114 |
| Binary | 11001000 | 10100011 | 11100011 | 1100 | 11100 | 0 | 1011 | 100010011 | 110101 | 1001100 |
Color Harmonies of #C8A3E3
Complementary color
Monochromatic Colors of #C8A3E3
Black with #C8A3E3
Text Example
Text Example
White with #C8A3E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8A3E3; }
p { color: rgb(200,163,227); }
H1.HeaderClassName
{
color: #C8A3E3;
}
.AnyTagClassName
{
color: #C8A3E3;
}
</style>
background-color css
<style>
a { background-color: #C8A3E3; }
a { background-color: rgb(200,163,227); }
div.DivClassName
{
background-color: #C8A3E3;
}
.BgClassName
{
background-color: #C8A3E3;
}
</style>
border-color css
<style>
span { border-color: #C8A3E3; }
span { border-color: rgb(200,163,227); }
td.TdClassName
{
border-color: #C8A3E3;
}
.TagClassName
{
border-color: #C8A3E3;
}
</style>