Shades of Wisteria #C09BCE
Tints of Wisteria #C09BCE
RGB
CMYK
RGB Variations
Color information
#C09BCE (or 0xC09BCE) is known color: Wisteria. HEX triplet: C0, 9B and CE. RGB value is (192,155,206). Sum of RGB (Red+Green+Blue) = 192+155+206=553 (73% of max value = 765). Red value is 192 (75.39% from 255 or 34.72% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 206 (80.86% from 255 or 37.25% from 553); Max value from RGB is 206 - color contains mainly: blue. Hex color #C09BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C09BCE is #3F6431. Grayscale: #ABABAB. Windows color (decimal): -4154418 or 13540288. OLE color: 13540288.
HSL color Cylindrical-coordinate representation of color #C09BCE: hue angle of 283.53º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C09BCE is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 192 | 155 | 206 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.19 |
| HSL | 283.53º | 0.34% | 0.71% | - |
| HSV(B) | 283.53º | 0.25% | 0.81% | - |
| XYZ | 44.6 | 39.11 | 63.59 | - |
| YUV | 171.88 | 147.26 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 155 | 206 | 0.07 | 0.25 | 0 | 0.19 | 283.53 | 0.34 | 0.71 |
| Hex | C0 | 9B | CE | 7 | 19 | 0 | 13 | 11C | 22 | 47 |
| Octal | 300 | 233 | 316 | 7 | 31 | 0 | 23 | 434 | 42 | 107 |
| Binary | 11000000 | 10011011 | 11001110 | 111 | 11001 | 0 | 10011 | 100011100 | 100010 | 1000111 |
Color Harmonies of #C09BCE
Complementary color
Monochromatic Colors of #C09BCE
Black with #C09BCE
Text Example
Text Example
White with #C09BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C09BCE; }
p { color: rgb(192,155,206); }
H1.HeaderClassName
{
color: #C09BCE;
}
.AnyTagClassName
{
color: #C09BCE;
}
</style>
background-color css
<style>
a { background-color: #C09BCE; }
a { background-color: rgb(192,155,206); }
div.DivClassName
{
background-color: #C09BCE;
}
.BgClassName
{
background-color: #C09BCE;
}
</style>
border-color css
<style>
span { border-color: #C09BCE; }
span { border-color: rgb(192,155,206); }
td.TdClassName
{
border-color: #C09BCE;
}
.TagClassName
{
border-color: #C09BCE;
}
</style>