Shades of Wisteria #C09CCE
Tints of Wisteria #C09CCE
RGB
CMYK
RGB Variations
Color information
#C09CCE (or 0xC09CCE) is known color: Wisteria. HEX triplet: C0, 9C and CE. RGB value is (192,156,206). Sum of RGB (Red+Green+Blue) = 192+156+206=554 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.66% from 554); Green value is 156 (61.33% from 255 or 28.16% from 554); Blue value is 206 (80.86% from 255 or 37.18% from 554); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09CCE is #3F6331. Grayscale: #ACACAC. Windows color (decimal): -4154162 or 13540544. OLE color: 13540544.
HSL color Cylindrical-coordinate representation of color #C09CCE: hue angle of 283.2º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C09CCE is Cyan = 0.07, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 156 | 206 | - |
| CMYK | 0.07 | 0.24 | 0 | 0.19 |
| HSL | 283.2º | 0.34% | 0.71% | - |
| HSV(B) | 283.2º | 0.24% | 0.81% | - |
| XYZ | 44.77 | 39.44 | 63.65 | - |
| YUV | 172.46 | 146.93 | 141.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 156 | 206 | 0.07 | 0.24 | 0 | 0.19 | 283.2 | 0.34 | 0.71 |
| Hex | C0 | 9C | CE | 7 | 18 | 0 | 13 | 11B | 22 | 47 |
| Octal | 300 | 234 | 316 | 7 | 30 | 0 | 23 | 433 | 42 | 107 |
| Binary | 11000000 | 10011100 | 11001110 | 111 | 11000 | 0 | 10011 | 100011011 | 100010 | 1000111 |
Color Harmonies of #C09CCE
Complementary color
Monochromatic Colors of #C09CCE
Black with #C09CCE
Text Example
Text Example
White with #C09CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09CCE; }
p { color: rgb(192,156,206); }
H1.HeaderClassName
{
color: #C09CCE;
}
.AnyTagClassName
{
color: #C09CCE;
}
</style>
background-color css
<style>
a { background-color: #C09CCE; }
a { background-color: rgb(192,156,206); }
div.DivClassName
{
background-color: #C09CCE;
}
.BgClassName
{
background-color: #C09CCE;
}
</style>
border-color css
<style>
span { border-color: #C09CCE; }
span { border-color: rgb(192,156,206); }
td.TdClassName
{
border-color: #C09CCE;
}
.TagClassName
{
border-color: #C09CCE;
}
</style>