Shades of Wisteria #C198CC
Tints of Wisteria #C198CC
RGB
CMYK
RGB Variations
Color information
#C198CC (or 0xC198CC) is known color: Wisteria. HEX triplet: C1, 98 and CC. RGB value is (193,152,204). Sum of RGB (Red+Green+Blue) = 193+152+204=549 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.15% from 549); Green value is 152 (59.77% from 255 or 27.69% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 204 - color contains mainly: blue. Hex color #C198CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C198CC is #3E6733. Grayscale: #AAAAAA. Windows color (decimal): -4089652 or 13408449. OLE color: 13408449.
HSL color Cylindrical-coordinate representation of color #C198CC: hue angle of 287.31º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C198CC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 152 | 204 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.2 |
| HSL | 287.31º | 0.34% | 0.7% | - |
| HSV(B) | 287.31º | 0.25% | 0.8% | - |
| XYZ | 44.12 | 38.15 | 62.17 | - |
| YUV | 170.19 | 147.08 | 144.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 152 | 204 | 0.05 | 0.25 | 0 | 0.2 | 287.31 | 0.34 | 0.7 |
| Hex | C1 | 98 | CC | 5 | 19 | 0 | 14 | 11F | 22 | 46 |
| Octal | 301 | 230 | 314 | 5 | 31 | 0 | 24 | 437 | 42 | 106 |
| Binary | 11000001 | 10011000 | 11001100 | 101 | 11001 | 0 | 10100 | 100011111 | 100010 | 1000110 |
Color Harmonies of #C198CC
Complementary color
Monochromatic Colors of #C198CC
Black with #C198CC
Text Example
Text Example
White with #C198CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C198CC; }
p { color: rgb(193,152,204); }
H1.HeaderClassName
{
color: #C198CC;
}
.AnyTagClassName
{
color: #C198CC;
}
</style>
background-color css
<style>
a { background-color: #C198CC; }
a { background-color: rgb(193,152,204); }
div.DivClassName
{
background-color: #C198CC;
}
.BgClassName
{
background-color: #C198CC;
}
</style>
border-color css
<style>
span { border-color: #C198CC; }
span { border-color: rgb(193,152,204); }
td.TdClassName
{
border-color: #C198CC;
}
.TagClassName
{
border-color: #C198CC;
}
</style>