Shades of Wisteria #C28ACE
Tints of Wisteria #C28ACE
RGB
CMYK
RGB Variations
Color information
#C28ACE (or 0xC28ACE) is known color: Wisteria. HEX triplet: C2, 8A and CE. RGB value is (194,138,206). Sum of RGB (Red+Green+Blue) = 194+138+206=538 (71% of max value = 765). Red value is 194 (76.17% from 255 or 36.06% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 206 - color contains mainly: blue. Hex color #C28ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28ACE is #3D7531. Grayscale: #A2A2A2. Windows color (decimal): -4027698 or 13535938. OLE color: 13535938.
HSL color Cylindrical-coordinate representation of color #C28ACE: hue angle of 289.41º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C28ACE is Cyan = 0.06, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 194 | 138 | 206 | - |
| CMYK | 0.06 | 0.33 | 0 | 0.19 |
| HSL | 289.41º | 0.41% | 0.67% | - |
| HSV(B) | 289.41º | 0.33% | 0.81% | - |
| XYZ | 42.48 | 34.1 | 62.74 | - |
| YUV | 162.5 | 152.55 | 150.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 206 | 0.06 | 0.33 | 0 | 0.19 | 289.41 | 0.41 | 0.67 |
| Hex | C2 | 8A | CE | 6 | 21 | 0 | 13 | 121 | 29 | 43 |
| Octal | 302 | 212 | 316 | 6 | 41 | 0 | 23 | 441 | 51 | 103 |
| Binary | 11000010 | 10001010 | 11001110 | 110 | 100001 | 0 | 10011 | 100100001 | 101001 | 1000011 |
Color Harmonies of #C28ACE
Complementary color
Monochromatic Colors of #C28ACE
Black with #C28ACE
Text Example
Text Example
White with #C28ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28ACE; }
p { color: rgb(194,138,206); }
H1.HeaderClassName
{
color: #C28ACE;
}
.AnyTagClassName
{
color: #C28ACE;
}
</style>
background-color css
<style>
a { background-color: #C28ACE; }
a { background-color: rgb(194,138,206); }
div.DivClassName
{
background-color: #C28ACE;
}
.BgClassName
{
background-color: #C28ACE;
}
</style>
border-color css
<style>
span { border-color: #C28ACE; }
span { border-color: rgb(194,138,206); }
td.TdClassName
{
border-color: #C28ACE;
}
.TagClassName
{
border-color: #C28ACE;
}
</style>