Shades of Wisteria #C28AE1
Tints of Wisteria #C28AE1
RGB
CMYK
RGB Variations
Color information
#C28AE1 (or 0xC28AE1) is known color: Wisteria. HEX triplet: C2, 8A and E1. RGB value is (194,138,225). Sum of RGB (Red+Green+Blue) = 194+138+225=557 (73% of max value = 765). Red value is 194 (76.17% from 255 or 34.83% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 225 (88.28% from 255 or 40.39% from 557); Max value from RGB is 225 - color contains mainly: blue. Hex color #C28AE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28AE1 is #3D751E. Grayscale: #A4A4A4. Windows color (decimal): -4027679 or 14781122. OLE color: 14781122.
HSL color Cylindrical-coordinate representation of color #C28AE1: hue angle of 278.62º degrees, saturation: 0.59, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C28AE1 is Cyan = 0.14, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 194 | 138 | 225 | - |
| CMYK | 0.14 | 0.39 | 0 | 0.12 |
| HSL | 278.62º | 0.59% | 0.71% | - |
| HSV(B) | 278.62º | 0.39% | 0.88% | - |
| XYZ | 44.93 | 35.08 | 75.64 | - |
| YUV | 164.66 | 162.05 | 148.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 225 | 0.14 | 0.39 | 0 | 0.12 | 278.62 | 0.59 | 0.71 |
| Hex | C2 | 8A | E1 | E | 27 | 0 | C | 117 | 3B | 47 |
| Octal | 302 | 212 | 341 | 16 | 47 | 0 | 14 | 427 | 73 | 107 |
| Binary | 11000010 | 10001010 | 11100001 | 1110 | 100111 | 0 | 1100 | 100010111 | 111011 | 1000111 |
Color Harmonies of #C28AE1
Complementary color
Monochromatic Colors of #C28AE1
Black with #C28AE1
Text Example
Text Example
White with #C28AE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AE1; }
p { color: rgb(194,138,225); }
H1.HeaderClassName
{
color: #C28AE1;
}
.AnyTagClassName
{
color: #C28AE1;
}
</style>
background-color css
<style>
a { background-color: #C28AE1; }
a { background-color: rgb(194,138,225); }
div.DivClassName
{
background-color: #C28AE1;
}
.BgClassName
{
background-color: #C28AE1;
}
</style>
border-color css
<style>
span { border-color: #C28AE1; }
span { border-color: rgb(194,138,225); }
td.TdClassName
{
border-color: #C28AE1;
}
.TagClassName
{
border-color: #C28AE1;
}
</style>