Shades of Wisteria #C28AE4
Tints of Wisteria #C28AE4
RGB
CMYK
RGB Variations
Color information
#C28AE4 (or 0xC28AE4) is known color: Wisteria. HEX triplet: C2, 8A and E4. RGB value is (194,138,228). Sum of RGB (Red+Green+Blue) = 194+138+228=560 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.64% from 560); Green value is 138 (54.30% from 255 or 24.64% from 560); Blue value is 228 (89.45% from 255 or 40.71% from 560); Max value from RGB is 228 - color contains mainly: blue. Hex color #C28AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AE4 is #3D751B. Grayscale: #A4A4A4. Windows color (decimal): -4027676 or 14977730. OLE color: 14977730.
HSL color Cylindrical-coordinate representation of color #C28AE4: hue angle of 277.33º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28AE4 is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 194 | 138 | 228 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.11 |
| HSL | 277.33º | 0.63% | 0.72% | - |
| HSV(B) | 277.33º | 0.39% | 0.89% | - |
| XYZ | 45.34 | 35.25 | 77.81 | - |
| YUV | 165 | 163.55 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 228 | 0.15 | 0.39 | 0 | 0.11 | 277.33 | 0.63 | 0.72 |
| Hex | C2 | 8A | E4 | F | 27 | 0 | B | 115 | 3E | 48 |
| Octal | 302 | 212 | 344 | 17 | 47 | 0 | 13 | 425 | 76 | 110 |
| Binary | 11000010 | 10001010 | 11100100 | 1111 | 100111 | 0 | 1011 | 100010101 | 111110 | 1001000 |
Color Harmonies of #C28AE4
Complementary color
Monochromatic Colors of #C28AE4
Black with #C28AE4
Text Example
Text Example
White with #C28AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AE4; }
p { color: rgb(194,138,228); }
H1.HeaderClassName
{
color: #C28AE4;
}
.AnyTagClassName
{
color: #C28AE4;
}
</style>
background-color css
<style>
a { background-color: #C28AE4; }
a { background-color: rgb(194,138,228); }
div.DivClassName
{
background-color: #C28AE4;
}
.BgClassName
{
background-color: #C28AE4;
}
</style>
border-color css
<style>
span { border-color: #C28AE4; }
span { border-color: rgb(194,138,228); }
td.TdClassName
{
border-color: #C28AE4;
}
.TagClassName
{
border-color: #C28AE4;
}
</style>