Shades of Wisteria #C28AE8
Tints of Wisteria #C28AE8
RGB
CMYK
RGB Variations
Color information
#C28AE8 (or 0xC28AE8) is known color: Wisteria. HEX triplet: C2, 8A and E8. RGB value is (194,138,232). Sum of RGB (Red+Green+Blue) = 194+138+232=564 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.40% from 564); Green value is 138 (54.30% from 255 or 24.47% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 232 - color contains mainly: blue. Hex color #C28AE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C28AE8 is #3D7517. Grayscale: #A5A5A5. Windows color (decimal): -4027672 or 15239874. OLE color: 15239874.
HSL color Cylindrical-coordinate representation of color #C28AE8: hue angle of 275.74º degrees, saturation: 0.67, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C28AE8 is Cyan = 0.16, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 194 | 138 | 232 | - |
| CMYK | 0.16 | 0.41 | 0 | 0.09 |
| HSL | 275.74º | 0.67% | 0.73% | - |
| HSV(B) | 275.74º | 0.41% | 0.91% | - |
| XYZ | 45.9 | 35.47 | 80.77 | - |
| YUV | 165.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 138 | 232 | 0.16 | 0.41 | 0 | 0.09 | 275.74 | 0.67 | 0.73 |
| Hex | C2 | 8A | E8 | 10 | 29 | 0 | 9 | 114 | 43 | 49 |
| Octal | 302 | 212 | 350 | 20 | 51 | 0 | 11 | 424 | 103 | 111 |
| Binary | 11000010 | 10001010 | 11101000 | 10000 | 101001 | 0 | 1001 | 100010100 | 1000011 | 1001001 |
Color Harmonies of #C28AE8
Complementary color
Monochromatic Colors of #C28AE8
Black with #C28AE8
Text Example
Text Example
White with #C28AE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28AE8; }
p { color: rgb(194,138,232); }
H1.HeaderClassName
{
color: #C28AE8;
}
.AnyTagClassName
{
color: #C28AE8;
}
</style>
background-color css
<style>
a { background-color: #C28AE8; }
a { background-color: rgb(194,138,232); }
div.DivClassName
{
background-color: #C28AE8;
}
.BgClassName
{
background-color: #C28AE8;
}
</style>
border-color css
<style>
span { border-color: #C28AE8; }
span { border-color: rgb(194,138,232); }
td.TdClassName
{
border-color: #C28AE8;
}
.TagClassName
{
border-color: #C28AE8;
}
</style>