Shades of Wisteria #C691FB
Tints of Wisteria #C691FB
RGB
CMYK
RGB Variations
Color information
#C691FB (or 0xC691FB) is known color: Wisteria. HEX triplet: C6, 91 and FB. RGB value is (198,145,251). Sum of RGB (Red+Green+Blue) = 198+145+251=594 (78% of max value = 765). Red value is 198 (77.73% from 255 or 33.33% from 594); Green value is 145 (57.03% from 255 or 24.41% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #C691FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C691FB is #396E04. Grayscale: #ACACAC. Windows color (decimal): -3763717 or 16486854. OLE color: 16486854.
HSL color Cylindrical-coordinate representation of color #C691FB: hue angle of 270º 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 #C691FB is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 198 | 145 | 251 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.02 |
| HSL | 270º | 0.93% | 0.78% | - |
| HSV(B) | 270º | 0.42% | 0.98% | - |
| XYZ | 50.83 | 39.22 | 96.16 | - |
| YUV | 172.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 145 | 251 | 0.21 | 0.42 | 0 | 0.02 | 270 | 0.93 | 0.78 |
| Hex | C6 | 91 | FB | 15 | 2A | 0 | 2 | 10E | 5D | 4E |
| Octal | 306 | 221 | 373 | 25 | 52 | 0 | 2 | 416 | 135 | 116 |
| Binary | 11000110 | 10010001 | 11111011 | 10101 | 101010 | 0 | 10 | 100001110 | 1011101 | 1001110 |
Color Harmonies of #C691FB
Complementary color
Monochromatic Colors of #C691FB
Black with #C691FB
Text Example
Text Example
White with #C691FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C691FB; }
p { color: rgb(198,145,251); }
H1.HeaderClassName
{
color: #C691FB;
}
.AnyTagClassName
{
color: #C691FB;
}
</style>
background-color css
<style>
a { background-color: #C691FB; }
a { background-color: rgb(198,145,251); }
div.DivClassName
{
background-color: #C691FB;
}
.BgClassName
{
background-color: #C691FB;
}
</style>
border-color css
<style>
span { border-color: #C691FB; }
span { border-color: rgb(198,145,251); }
td.TdClassName
{
border-color: #C691FB;
}
.TagClassName
{
border-color: #C691FB;
}
</style>