Shades of Wisteria #C491EE
Tints of Wisteria #C491EE
RGB
CMYK
RGB Variations
Color information
#C491EE (or 0xC491EE) is known color: Wisteria. HEX triplet: C4, 91 and EE. RGB value is (196,145,238). Sum of RGB (Red+Green+Blue) = 196+145+238=579 (76% of max value = 765). Red value is 196 (76.95% from 255 or 33.85% from 579); Green value is 145 (57.03% from 255 or 25.04% from 579); Blue value is 238 (93.36% from 255 or 41.11% from 579); Max value from RGB is 238 - color contains mainly: blue. Hex color #C491EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C491EE is #3B6E11. Grayscale: #AAAAAA. Windows color (decimal): -3894802 or 15634884. OLE color: 15634884.
HSL color Cylindrical-coordinate representation of color #C491EE: hue angle of 272.9º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C491EE is Cyan = 0.18, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 196 | 145 | 238 | - |
| CMYK | 0.18 | 0.39 | 0 | 0.07 |
| HSL | 272.9º | 0.73% | 0.75% | - |
| HSV(B) | 272.9º | 0.39% | 0.93% | - |
| XYZ | 48.32 | 38.16 | 85.71 | - |
| YUV | 170.85 | 165.9 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 238 | 0.18 | 0.39 | 0 | 0.07 | 272.9 | 0.73 | 0.75 |
| Hex | C4 | 91 | EE | 12 | 27 | 0 | 7 | 111 | 49 | 4B |
| Octal | 304 | 221 | 356 | 22 | 47 | 0 | 7 | 421 | 111 | 113 |
| Binary | 11000100 | 10010001 | 11101110 | 10010 | 100111 | 0 | 111 | 100010001 | 1001001 | 1001011 |
Color Harmonies of #C491EE
Complementary color
Monochromatic Colors of #C491EE
Black with #C491EE
Text Example
Text Example
White with #C491EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491EE; }
p { color: rgb(196,145,238); }
H1.HeaderClassName
{
color: #C491EE;
}
.AnyTagClassName
{
color: #C491EE;
}
</style>
background-color css
<style>
a { background-color: #C491EE; }
a { background-color: rgb(196,145,238); }
div.DivClassName
{
background-color: #C491EE;
}
.BgClassName
{
background-color: #C491EE;
}
</style>
border-color css
<style>
span { border-color: #C491EE; }
span { border-color: rgb(196,145,238); }
td.TdClassName
{
border-color: #C491EE;
}
.TagClassName
{
border-color: #C491EE;
}
</style>