Shades of Wisteria #C291FB
Tints of Wisteria #C291FB
RGB
CMYK
RGB Variations
Color information
#C291FB (or 0xC291FB) is known color: Wisteria. HEX triplet: C2, 91 and FB. RGB value is (194,145,251). Sum of RGB (Red+Green+Blue) = 194+145+251=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 145 (57.03% from 255 or 24.58% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #C291FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C291FB is #3D6E04. Grayscale: #ABABAB. Windows color (decimal): -4025861 or 16486850. OLE color: 16486850.
HSL color Cylindrical-coordinate representation of color #C291FB: hue angle of 267.74º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C291FB is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 145 | 251 | - |
| CMYK | 0.23 | 0.42 | 0 | 0.02 |
| HSL | 267.74º | 0.93% | 0.78% | - |
| HSV(B) | 267.74º | 0.42% | 0.98% | - |
| XYZ | 49.79 | 38.69 | 96.11 | - |
| YUV | 171.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 145 | 251 | 0.23 | 0.42 | 0 | 0.02 | 267.74 | 0.93 | 0.78 |
| Hex | C2 | 91 | FB | 17 | 2A | 0 | 2 | 10C | 5D | 4E |
| Octal | 302 | 221 | 373 | 27 | 52 | 0 | 2 | 414 | 135 | 116 |
| Binary | 11000010 | 10010001 | 11111011 | 10111 | 101010 | 0 | 10 | 100001100 | 1011101 | 1001110 |
Color Harmonies of #C291FB
Complementary color
Monochromatic Colors of #C291FB
Black with #C291FB
Text Example
Text Example
White with #C291FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C291FB; }
p { color: rgb(194,145,251); }
H1.HeaderClassName
{
color: #C291FB;
}
.AnyTagClassName
{
color: #C291FB;
}
</style>
background-color css
<style>
a { background-color: #C291FB; }
a { background-color: rgb(194,145,251); }
div.DivClassName
{
background-color: #C291FB;
}
.BgClassName
{
background-color: #C291FB;
}
</style>
border-color css
<style>
span { border-color: #C291FB; }
span { border-color: rgb(194,145,251); }
td.TdClassName
{
border-color: #C291FB;
}
.TagClassName
{
border-color: #C291FB;
}
</style>