Shades of Wisteria #C19ACC
Tints of Wisteria #C19ACC
RGB
CMYK
RGB Variations
Color information
#C19ACC (or 0xC19ACC) is known color: Wisteria. HEX triplet: C1, 9A and CC. RGB value is (193,154,204). Sum of RGB (Red+Green+Blue) = 193+154+204=551 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.03% from 551); Green value is 154 (60.55% from 255 or 27.95% from 551); Blue value is 204 (80.08% from 255 or 37.02% from 551); Max value from RGB is 204 - color contains mainly: blue. Hex color #C19ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C19ACC is #3E6533. Grayscale: #ABABAB. Windows color (decimal): -4089140 or 13408961. OLE color: 13408961.
HSL color Cylindrical-coordinate representation of color #C19ACC: hue angle of 286.8º degrees, saturation: 0.33, 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 #C19ACC is Cyan = 0.05, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 193 | 154 | 204 | - |
| CMYK | 0.05 | 0.25 | 0 | 0.2 |
| HSL | 286.8º | 0.33% | 0.7% | - |
| HSV(B) | 286.8º | 0.25% | 0.8% | - |
| XYZ | 44.45 | 38.81 | 62.27 | - |
| YUV | 171.36 | 146.42 | 143.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 154 | 204 | 0.05 | 0.25 | 0 | 0.2 | 286.8 | 0.33 | 0.7 |
| Hex | C1 | 9A | CC | 5 | 19 | 0 | 14 | 11F | 21 | 46 |
| Octal | 301 | 232 | 314 | 5 | 31 | 0 | 24 | 437 | 41 | 106 |
| Binary | 11000001 | 10011010 | 11001100 | 101 | 11001 | 0 | 10100 | 100011111 | 100001 | 1000110 |
Color Harmonies of #C19ACC
Complementary color
Monochromatic Colors of #C19ACC
Black with #C19ACC
Text Example
Text Example
White with #C19ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C19ACC; }
p { color: rgb(193,154,204); }
H1.HeaderClassName
{
color: #C19ACC;
}
.AnyTagClassName
{
color: #C19ACC;
}
</style>
background-color css
<style>
a { background-color: #C19ACC; }
a { background-color: rgb(193,154,204); }
div.DivClassName
{
background-color: #C19ACC;
}
.BgClassName
{
background-color: #C19ACC;
}
</style>
border-color css
<style>
span { border-color: #C19ACC; }
span { border-color: rgb(193,154,204); }
td.TdClassName
{
border-color: #C19ACC;
}
.TagClassName
{
border-color: #C19ACC;
}
</style>