Shades of Wisteria #C495E4
Tints of Wisteria #C495E4
RGB
CMYK
RGB Variations
Color information
#C495E4 (or 0xC495E4) is known color: Wisteria. HEX triplet: C4, 95 and E4. RGB value is (196,149,228). Sum of RGB (Red+Green+Blue) = 196+149+228=573 (75% of max value = 765). Red value is 196 (76.95% from 255 or 34.21% from 573); Green value is 149 (58.59% from 255 or 26.00% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #C495E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C495E4 is #3B6A1B. Grayscale: #ABABAB. Windows color (decimal): -3893788 or 14980548. OLE color: 14980548.
HSL color Cylindrical-coordinate representation of color #C495E4: hue angle of 275.7º degrees, saturation: 0.59, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C495E4 is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 196 | 149 | 228 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.11 |
| HSL | 275.7º | 0.59% | 0.74% | - |
| HSV(B) | 275.7º | 0.35% | 0.89% | - |
| XYZ | 47.52 | 38.83 | 78.39 | - |
| YUV | 172.06 | 159.57 | 145.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 149 | 228 | 0.14 | 0.35 | 0 | 0.11 | 275.7 | 0.59 | 0.74 |
| Hex | C4 | 95 | E4 | E | 23 | 0 | B | 114 | 3B | 4A |
| Octal | 304 | 225 | 344 | 16 | 43 | 0 | 13 | 424 | 73 | 112 |
| Binary | 11000100 | 10010101 | 11100100 | 1110 | 100011 | 0 | 1011 | 100010100 | 111011 | 1001010 |
Color Harmonies of #C495E4
Complementary color
Monochromatic Colors of #C495E4
Black with #C495E4
Text Example
Text Example
White with #C495E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C495E4; }
p { color: rgb(196,149,228); }
H1.HeaderClassName
{
color: #C495E4;
}
.AnyTagClassName
{
color: #C495E4;
}
</style>
background-color css
<style>
a { background-color: #C495E4; }
a { background-color: rgb(196,149,228); }
div.DivClassName
{
background-color: #C495E4;
}
.BgClassName
{
background-color: #C495E4;
}
</style>
border-color css
<style>
span { border-color: #C495E4; }
span { border-color: rgb(196,149,228); }
td.TdClassName
{
border-color: #C495E4;
}
.TagClassName
{
border-color: #C495E4;
}
</style>