Shades of Wisteria #C99BD8
Tints of Wisteria #C99BD8
RGB
CMYK
RGB Variations
Color information
#C99BD8 (or 0xC99BD8) is known color: Wisteria. HEX triplet: C9, 9B and D8. RGB value is (201,155,216). Sum of RGB (Red+Green+Blue) = 201+155+216=572 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.14% from 572); Green value is 155 (60.94% from 255 or 27.10% from 572); Blue value is 216 (84.77% from 255 or 37.76% from 572); Max value from RGB is 216 - color contains mainly: blue. Hex color #C99BD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BD8 is #366427. Grayscale: #AFAFAF. Windows color (decimal): -3564584 or 14195657. OLE color: 14195657.
HSL color Cylindrical-coordinate representation of color #C99BD8: hue angle of 285.25º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99BD8 is Cyan = 0.07, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 201 | 155 | 216 | - |
| CMYK | 0.07 | 0.28 | 0 | 0.15 |
| HSL | 285.25º | 0.44% | 0.73% | - |
| HSV(B) | 285.25º | 0.28% | 0.85% | - |
| XYZ | 48.2 | 40.82 | 70.3 | - |
| YUV | 175.71 | 150.74 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 216 | 0.07 | 0.28 | 0 | 0.15 | 285.25 | 0.44 | 0.73 |
| Hex | C9 | 9B | D8 | 7 | 1C | 0 | F | 11D | 2C | 49 |
| Octal | 311 | 233 | 330 | 7 | 34 | 0 | 17 | 435 | 54 | 111 |
| Binary | 11001001 | 10011011 | 11011000 | 111 | 11100 | 0 | 1111 | 100011101 | 101100 | 1001001 |
Color Harmonies of #C99BD8
Complementary color
Monochromatic Colors of #C99BD8
Black with #C99BD8
Text Example
Text Example
White with #C99BD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BD8; }
p { color: rgb(201,155,216); }
H1.HeaderClassName
{
color: #C99BD8;
}
.AnyTagClassName
{
color: #C99BD8;
}
</style>
background-color css
<style>
a { background-color: #C99BD8; }
a { background-color: rgb(201,155,216); }
div.DivClassName
{
background-color: #C99BD8;
}
.BgClassName
{
background-color: #C99BD8;
}
</style>
border-color css
<style>
span { border-color: #C99BD8; }
span { border-color: rgb(201,155,216); }
td.TdClassName
{
border-color: #C99BD8;
}
.TagClassName
{
border-color: #C99BD8;
}
</style>