Shades of Wisteria #C185F5
Tints of Wisteria #C185F5
RGB
CMYK
RGB Variations
Color information
#C185F5 (or 0xC185F5) is known color: Wisteria. HEX triplet: C1, 85 and F5. RGB value is (193,133,245). Sum of RGB (Red+Green+Blue) = 193+133+245=571 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.80% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 245 (96.09% from 255 or 42.91% from 571); Max value from RGB is 245 - color contains mainly: blue. Hex color #C185F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C185F5 is #3E7A0A. Grayscale: #A3A3A3. Windows color (decimal): -4094475 or 16090561. OLE color: 16090561.
HSL color Cylindrical-coordinate representation of color #C185F5: hue angle of 272.14º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C185F5 is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 193 | 133 | 245 | - |
| CMYK | 0.21 | 0.46 | 0 | 0.04 |
| HSL | 272.14º | 0.85% | 0.74% | - |
| HSV(B) | 272.14º | 0.46% | 0.96% | - |
| XYZ | 46.86 | 34.71 | 90.62 | - |
| YUV | 163.71 | 173.88 | 148.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 133 | 245 | 0.21 | 0.46 | 0 | 0.04 | 272.14 | 0.85 | 0.74 |
| Hex | C1 | 85 | F5 | 15 | 2E | 0 | 4 | 110 | 55 | 4A |
| Octal | 301 | 205 | 365 | 25 | 56 | 0 | 4 | 420 | 125 | 112 |
| Binary | 11000001 | 10000101 | 11110101 | 10101 | 101110 | 0 | 100 | 100010000 | 1010101 | 1001010 |
Color Harmonies of #C185F5
Complementary color
Monochromatic Colors of #C185F5
Black with #C185F5
Text Example
Text Example
White with #C185F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C185F5; }
p { color: rgb(193,133,245); }
H1.HeaderClassName
{
color: #C185F5;
}
.AnyTagClassName
{
color: #C185F5;
}
</style>
background-color css
<style>
a { background-color: #C185F5; }
a { background-color: rgb(193,133,245); }
div.DivClassName
{
background-color: #C185F5;
}
.BgClassName
{
background-color: #C185F5;
}
</style>
border-color css
<style>
span { border-color: #C185F5; }
span { border-color: rgb(193,133,245); }
td.TdClassName
{
border-color: #C185F5;
}
.TagClassName
{
border-color: #C185F5;
}
</style>