Shades of Wisteria #C28AEB
Tints of Wisteria #C28AEB
RGB
CMYK
RGB Variations
Color information
#C28AEB (or 0xC28AEB) is known color: Wisteria. HEX triplet: C2, 8A and EB. RGB value is (194,138,235). Sum of RGB (Red+Green+Blue) = 194+138+235=567 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.22% from 567); Green value is 138 (54.30% from 255 or 24.34% from 567); Blue value is 235 (92.19% from 255 or 41.45% from 567); Max value from RGB is 235 - color contains mainly: blue. Hex color #C28AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AEB is #3D7514. Grayscale: #A5A5A5. Windows color (decimal): -4027669 or 15436482. OLE color: 15436482.
HSL color Cylindrical-coordinate representation of color #C28AEB: hue angle of 274.64º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28AEB is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 194 | 138 | 235 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.08 |
| HSL | 274.64º | 0.71% | 0.73% | - |
| HSV(B) | 274.64º | 0.41% | 0.92% | - |
| XYZ | 46.33 | 35.64 | 83.04 | - |
| YUV | 165.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 235 | 0.17 | 0.41 | 0 | 0.08 | 274.64 | 0.71 | 0.73 |
| Hex | C2 | 8A | EB | 11 | 29 | 0 | 8 | 113 | 47 | 49 |
| Octal | 302 | 212 | 353 | 21 | 51 | 0 | 10 | 423 | 107 | 111 |
| Binary | 11000010 | 10001010 | 11101011 | 10001 | 101001 | 0 | 1000 | 100010011 | 1000111 | 1001001 |
Color Harmonies of #C28AEB
Complementary color
Monochromatic Colors of #C28AEB
Black with #C28AEB
Text Example
Text Example
White with #C28AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AEB; }
p { color: rgb(194,138,235); }
H1.HeaderClassName
{
color: #C28AEB;
}
.AnyTagClassName
{
color: #C28AEB;
}
</style>
background-color css
<style>
a { background-color: #C28AEB; }
a { background-color: rgb(194,138,235); }
div.DivClassName
{
background-color: #C28AEB;
}
.BgClassName
{
background-color: #C28AEB;
}
</style>
border-color css
<style>
span { border-color: #C28AEB; }
span { border-color: rgb(194,138,235); }
td.TdClassName
{
border-color: #C28AEB;
}
.TagClassName
{
border-color: #C28AEB;
}
</style>