Shades of Wisteria #C09FCE
Tints of Wisteria #C09FCE
RGB
CMYK
RGB Variations
Color information
#C09FCE (or 0xC09FCE) is known color: Wisteria. HEX triplet: C0, 9F and CE. RGB value is (192,159,206). Sum of RGB (Red+Green+Blue) = 192+159+206=557 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.47% from 557); Green value is 159 (62.5% from 255 or 28.55% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09FCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09FCE is #3F6031. Grayscale: #AEAEAE. Windows color (decimal): -4153394 or 13541312. OLE color: 13541312.
HSL color Cylindrical-coordinate representation of color #C09FCE: hue angle of 282.13º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C09FCE is Cyan = 0.07, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 159 | 206 | - |
| CMYK | 0.07 | 0.23 | 0 | 0.19 |
| HSL | 282.13º | 0.32% | 0.72% | - |
| HSV(B) | 282.13º | 0.23% | 0.81% | - |
| XYZ | 45.28 | 40.46 | 63.82 | - |
| YUV | 174.23 | 145.93 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 159 | 206 | 0.07 | 0.23 | 0 | 0.19 | 282.13 | 0.32 | 0.72 |
| Hex | C0 | 9F | CE | 7 | 17 | 0 | 13 | 11A | 20 | 48 |
| Octal | 300 | 237 | 316 | 7 | 27 | 0 | 23 | 432 | 40 | 110 |
| Binary | 11000000 | 10011111 | 11001110 | 111 | 10111 | 0 | 10011 | 100011010 | 100000 | 1001000 |
Color Harmonies of #C09FCE
Complementary color
Monochromatic Colors of #C09FCE
Black with #C09FCE
Text Example
Text Example
White with #C09FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09FCE; }
p { color: rgb(192,159,206); }
H1.HeaderClassName
{
color: #C09FCE;
}
.AnyTagClassName
{
color: #C09FCE;
}
</style>
background-color css
<style>
a { background-color: #C09FCE; }
a { background-color: rgb(192,159,206); }
div.DivClassName
{
background-color: #C09FCE;
}
.BgClassName
{
background-color: #C09FCE;
}
</style>
border-color css
<style>
span { border-color: #C09FCE; }
span { border-color: rgb(192,159,206); }
td.TdClassName
{
border-color: #C09FCE;
}
.TagClassName
{
border-color: #C09FCE;
}
</style>