Shades of Wisteria #C99BD4
Tints of Wisteria #C99BD4
RGB
CMYK
RGB Variations
Color information
#C99BD4 (or 0xC99BD4) is known color: Wisteria. HEX triplet: C9, 9B and D4. RGB value is (201,155,212). Sum of RGB (Red+Green+Blue) = 201+155+212=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 155 (60.94% from 255 or 27.29% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 212 - color contains mainly: blue. Hex color #C99BD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99BD4 is #36642B. Grayscale: #AFAFAF. Windows color (decimal): -3564588 or 13933513. OLE color: 13933513.
HSL color Cylindrical-coordinate representation of color #C99BD4: hue angle of 288.42º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C99BD4 is Cyan = 0.05, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 155 | 212 | - |
| CMYK | 0.05 | 0.27 | 0 | 0.17 |
| HSL | 288.42º | 0.4% | 0.72% | - |
| HSV(B) | 288.42º | 0.27% | 0.83% | - |
| XYZ | 47.69 | 40.61 | 67.61 | - |
| YUV | 175.25 | 148.74 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 212 | 0.05 | 0.27 | 0 | 0.17 | 288.42 | 0.4 | 0.72 |
| Hex | C9 | 9B | D4 | 5 | 1B | 0 | 11 | 120 | 28 | 48 |
| Octal | 311 | 233 | 324 | 5 | 33 | 0 | 21 | 440 | 50 | 110 |
| Binary | 11001001 | 10011011 | 11010100 | 101 | 11011 | 0 | 10001 | 100100000 | 101000 | 1001000 |
Color Harmonies of #C99BD4
Complementary color
Monochromatic Colors of #C99BD4
Black with #C99BD4
Text Example
Text Example
White with #C99BD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BD4; }
p { color: rgb(201,155,212); }
H1.HeaderClassName
{
color: #C99BD4;
}
.AnyTagClassName
{
color: #C99BD4;
}
</style>
background-color css
<style>
a { background-color: #C99BD4; }
a { background-color: rgb(201,155,212); }
div.DivClassName
{
background-color: #C99BD4;
}
.BgClassName
{
background-color: #C99BD4;
}
</style>
border-color css
<style>
span { border-color: #C99BD4; }
span { border-color: rgb(201,155,212); }
td.TdClassName
{
border-color: #C99BD4;
}
.TagClassName
{
border-color: #C99BD4;
}
</style>