Shades of Wisteria #C09FCC
Tints of Wisteria #C09FCC
RGB
CMYK
RGB Variations
Color information
#C09FCC (or 0xC09FCC) is known color: Wisteria. HEX triplet: C0, 9F and CC. RGB value is (192,159,204). Sum of RGB (Red+Green+Blue) = 192+159+204=555 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.59% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #C09FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCC is #3F6033. Grayscale: #ADADAD. Windows color (decimal): -4153396 or 13410240. OLE color: 13410240.
HSL color Cylindrical-coordinate representation of color #C09FCC: hue angle of 284º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C09FCC is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 192 | 159 | 204 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.2 |
| HSL | 284º | 0.31% | 0.71% | - |
| HSV(B) | 284º | 0.22% | 0.8% | - |
| XYZ | 45.04 | 40.36 | 62.54 | - |
| YUV | 174 | 144.93 | 140.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 204 | 0.06 | 0.22 | 0 | 0.2 | 284 | 0.31 | 0.71 |
| Hex | C0 | 9F | CC | 6 | 16 | 0 | 14 | 11C | 1F | 47 |
| Octal | 300 | 237 | 314 | 6 | 26 | 0 | 24 | 434 | 37 | 107 |
| Binary | 11000000 | 10011111 | 11001100 | 110 | 10110 | 0 | 10100 | 100011100 | 11111 | 1000111 |
Color Harmonies of #C09FCC
Complementary color
Monochromatic Colors of #C09FCC
Black with #C09FCC
Text Example
Text Example
White with #C09FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FCC; }
p { color: rgb(192,159,204); }
H1.HeaderClassName
{
color: #C09FCC;
}
.AnyTagClassName
{
color: #C09FCC;
}
</style>
background-color css
<style>
a { background-color: #C09FCC; }
a { background-color: rgb(192,159,204); }
div.DivClassName
{
background-color: #C09FCC;
}
.BgClassName
{
background-color: #C09FCC;
}
</style>
border-color css
<style>
span { border-color: #C09FCC; }
span { border-color: rgb(192,159,204); }
td.TdClassName
{
border-color: #C09FCC;
}
.TagClassName
{
border-color: #C09FCC;
}
</style>