Shades of Wisteria #C292FA
Tints of Wisteria #C292FA
RGB
CMYK
RGB Variations
Color information
#C292FA (or 0xC292FA) is known color: Wisteria. HEX triplet: C2, 92 and FA. RGB value is (194,146,250). Sum of RGB (Red+Green+Blue) = 194+146+250=590 (78% of max value = 765). Red value is 194 (76.17% from 255 or 32.88% from 590); Green value is 146 (57.42% from 255 or 24.75% from 590); Blue value is 250 (98.05% from 255 or 42.37% from 590); Max value from RGB is 250 - color contains mainly: blue. Hex color #C292FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C292FA is #3D6D05. Grayscale: #ABABAB. Windows color (decimal): -4025606 or 16421570. OLE color: 16421570.
HSL color Cylindrical-coordinate representation of color #C292FA: hue angle of 267.69º degrees, saturation: 0.91, 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 #C292FA is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 194 | 146 | 250 | - |
| CMYK | 0.22 | 0.42 | 0 | 0.02 |
| HSL | 267.69º | 0.91% | 0.78% | - |
| HSV(B) | 267.69º | 0.42% | 0.98% | - |
| XYZ | 49.78 | 38.93 | 95.33 | - |
| YUV | 172.21 | 171.9 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 146 | 250 | 0.22 | 0.42 | 0 | 0.02 | 267.69 | 0.91 | 0.78 |
| Hex | C2 | 92 | FA | 16 | 2A | 0 | 2 | 10C | 5B | 4E |
| Octal | 302 | 222 | 372 | 26 | 52 | 0 | 2 | 414 | 133 | 116 |
| Binary | 11000010 | 10010010 | 11111010 | 10110 | 101010 | 0 | 10 | 100001100 | 1011011 | 1001110 |
Color Harmonies of #C292FA
Complementary color
Monochromatic Colors of #C292FA
Black with #C292FA
Text Example
Text Example
White with #C292FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C292FA; }
p { color: rgb(194,146,250); }
H1.HeaderClassName
{
color: #C292FA;
}
.AnyTagClassName
{
color: #C292FA;
}
</style>
background-color css
<style>
a { background-color: #C292FA; }
a { background-color: rgb(194,146,250); }
div.DivClassName
{
background-color: #C292FA;
}
.BgClassName
{
background-color: #C292FA;
}
</style>
border-color css
<style>
span { border-color: #C292FA; }
span { border-color: rgb(194,146,250); }
td.TdClassName
{
border-color: #C292FA;
}
.TagClassName
{
border-color: #C292FA;
}
</style>