Shades of Wisteria #C491F8
Tints of Wisteria #C491F8
RGB
CMYK
RGB Variations
Color information
#C491F8 (or 0xC491F8) is known color: Wisteria. HEX triplet: C4, 91 and F8. RGB value is (196,145,248). Sum of RGB (Red+Green+Blue) = 196+145+248=589 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.28% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #C491F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C491F8 is #3B6E07. Grayscale: #ABABAB. Windows color (decimal): -3894792 or 16290244. OLE color: 16290244.
HSL color Cylindrical-coordinate representation of color #C491F8: hue angle of 269.71º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C491F8 is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 196 | 145 | 248 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.03 |
| HSL | 269.71º | 0.88% | 0.77% | - |
| HSV(B) | 269.71º | 0.42% | 0.97% | - |
| XYZ | 49.83 | 38.76 | 93.66 | - |
| YUV | 171.99 | 170.9 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 145 | 248 | 0.21 | 0.42 | 0 | 0.03 | 269.71 | 0.88 | 0.77 |
| Hex | C4 | 91 | F8 | 15 | 2A | 0 | 3 | 10E | 58 | 4D |
| Octal | 304 | 221 | 370 | 25 | 52 | 0 | 3 | 416 | 130 | 115 |
| Binary | 11000100 | 10010001 | 11111000 | 10101 | 101010 | 0 | 11 | 100001110 | 1011000 | 1001101 |
Color Harmonies of #C491F8
Complementary color
Monochromatic Colors of #C491F8
Black with #C491F8
Text Example
Text Example
White with #C491F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C491F8; }
p { color: rgb(196,145,248); }
H1.HeaderClassName
{
color: #C491F8;
}
.AnyTagClassName
{
color: #C491F8;
}
</style>
background-color css
<style>
a { background-color: #C491F8; }
a { background-color: rgb(196,145,248); }
div.DivClassName
{
background-color: #C491F8;
}
.BgClassName
{
background-color: #C491F8;
}
</style>
border-color css
<style>
span { border-color: #C491F8; }
span { border-color: rgb(196,145,248); }
td.TdClassName
{
border-color: #C491F8;
}
.TagClassName
{
border-color: #C491F8;
}
</style>