Shades of Wisteria #C28AEE
Tints of Wisteria #C28AEE
RGB
CMYK
RGB Variations
Color information
#C28AEE (or 0xC28AEE) is known color: Wisteria. HEX triplet: C2, 8A and EE. RGB value is (194,138,238). Sum of RGB (Red+Green+Blue) = 194+138+238=570 (75% of max value = 765). Red value is 194 (76.17% from 255 or 34.04% from 570); Green value is 138 (54.30% from 255 or 24.21% from 570); Blue value is 238 (93.36% from 255 or 41.75% from 570); Max value from RGB is 238 - color contains mainly: blue. Hex color #C28AEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AEE is #3D7511. Grayscale: #A5A5A5. Windows color (decimal): -4027666 or 15633090. OLE color: 15633090.
HSL color Cylindrical-coordinate representation of color #C28AEE: hue angle of 273.6º degrees, saturation: 0.75, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C28AEE is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 194 | 138 | 238 | - |
| CMYK | 0.18 | 0.42 | 0 | 0.07 |
| HSL | 273.6º | 0.75% | 0.74% | - |
| HSV(B) | 273.6º | 0.42% | 0.93% | - |
| XYZ | 46.77 | 35.82 | 85.34 | - |
| YUV | 166.14 | 168.55 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 238 | 0.18 | 0.42 | 0 | 0.07 | 273.6 | 0.75 | 0.74 |
| Hex | C2 | 8A | EE | 12 | 2A | 0 | 7 | 112 | 4B | 4A |
| Octal | 302 | 212 | 356 | 22 | 52 | 0 | 7 | 422 | 113 | 112 |
| Binary | 11000010 | 10001010 | 11101110 | 10010 | 101010 | 0 | 111 | 100010010 | 1001011 | 1001010 |
Color Harmonies of #C28AEE
Complementary color
Monochromatic Colors of #C28AEE
Black with #C28AEE
Text Example
Text Example
White with #C28AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AEE; }
p { color: rgb(194,138,238); }
H1.HeaderClassName
{
color: #C28AEE;
}
.AnyTagClassName
{
color: #C28AEE;
}
</style>
background-color css
<style>
a { background-color: #C28AEE; }
a { background-color: rgb(194,138,238); }
div.DivClassName
{
background-color: #C28AEE;
}
.BgClassName
{
background-color: #C28AEE;
}
</style>
border-color css
<style>
span { border-color: #C28AEE; }
span { border-color: rgb(194,138,238); }
td.TdClassName
{
border-color: #C28AEE;
}
.TagClassName
{
border-color: #C28AEE;
}
</style>