Shades of Wisteria #C190FC
Tints of Wisteria #C190FC
RGB
CMYK
RGB Variations
Color information
#C190FC (or 0xC190FC) is known color: Wisteria. HEX triplet: C1, 90 and FC. RGB value is (193,144,252). Sum of RGB (Red+Green+Blue) = 193+144+252=589 (78% of max value = 765). Red value is 193 (75.78% from 255 or 32.77% from 589); Green value is 144 (56.64% from 255 or 24.45% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C190FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190FC is #3E6F03. Grayscale: #AAAAAA. Windows color (decimal): -4091652 or 16552129. OLE color: 16552129.
HSL color Cylindrical-coordinate representation of color #C190FC: hue angle of 267.22º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C190FC is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 193 | 144 | 252 | - |
| CMYK | 0.23 | 0.43 | 0 | 0.01 |
| HSL | 267.22º | 0.95% | 0.78% | - |
| HSV(B) | 267.22º | 0.43% | 0.99% | - |
| XYZ | 49.54 | 38.31 | 96.88 | - |
| YUV | 170.96 | 173.73 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 144 | 252 | 0.23 | 0.43 | 0 | 0.01 | 267.22 | 0.95 | 0.78 |
| Hex | C1 | 90 | FC | 17 | 2B | 0 | 1 | 10B | 5F | 4E |
| Octal | 301 | 220 | 374 | 27 | 53 | 0 | 1 | 413 | 137 | 116 |
| Binary | 11000001 | 10010000 | 11111100 | 10111 | 101011 | 0 | 1 | 100001011 | 1011111 | 1001110 |
Color Harmonies of #C190FC
Complementary color
Monochromatic Colors of #C190FC
Black with #C190FC
Text Example
Text Example
White with #C190FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C190FC; }
p { color: rgb(193,144,252); }
H1.HeaderClassName
{
color: #C190FC;
}
.AnyTagClassName
{
color: #C190FC;
}
</style>
background-color css
<style>
a { background-color: #C190FC; }
a { background-color: rgb(193,144,252); }
div.DivClassName
{
background-color: #C190FC;
}
.BgClassName
{
background-color: #C190FC;
}
</style>
border-color css
<style>
span { border-color: #C190FC; }
span { border-color: rgb(193,144,252); }
td.TdClassName
{
border-color: #C190FC;
}
.TagClassName
{
border-color: #C190FC;
}
</style>