Shades of Wisteria #C99CD3
Tints of Wisteria #C99CD3
RGB
CMYK
RGB Variations
Color information
#C99CD3 (or 0xC99CD3) is known color: Wisteria. HEX triplet: C9, 9C and D3. RGB value is (201,156,211). Sum of RGB (Red+Green+Blue) = 201+156+211=568 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.39% from 568); Green value is 156 (61.33% from 255 or 27.46% from 568); Blue value is 211 (82.81% from 255 or 37.15% from 568); Max value from RGB is 211 - color contains mainly: blue. Hex color #C99CD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99CD3 is #36632C. Grayscale: #AFAFAF. Windows color (decimal): -3564333 or 13868233. OLE color: 13868233.
HSL color Cylindrical-coordinate representation of color #C99CD3: hue angle of 289.09º degrees, saturation: 0.38, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C99CD3 is Cyan = 0.05, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 201 | 156 | 211 | - |
| CMYK | 0.05 | 0.26 | 0 | 0.17 |
| HSL | 289.09º | 0.38% | 0.72% | - |
| HSV(B) | 289.09º | 0.26% | 0.83% | - |
| XYZ | 47.73 | 40.9 | 67.01 | - |
| YUV | 175.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 211 | 0.05 | 0.26 | 0 | 0.17 | 289.09 | 0.38 | 0.72 |
| Hex | C9 | 9C | D3 | 5 | 1A | 0 | 11 | 121 | 26 | 48 |
| Octal | 311 | 234 | 323 | 5 | 32 | 0 | 21 | 441 | 46 | 110 |
| Binary | 11001001 | 10011100 | 11010011 | 101 | 11010 | 0 | 10001 | 100100001 | 100110 | 1001000 |
Color Harmonies of #C99CD3
Complementary color
Monochromatic Colors of #C99CD3
Black with #C99CD3
Text Example
Text Example
White with #C99CD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CD3; }
p { color: rgb(201,156,211); }
H1.HeaderClassName
{
color: #C99CD3;
}
.AnyTagClassName
{
color: #C99CD3;
}
</style>
background-color css
<style>
a { background-color: #C99CD3; }
a { background-color: rgb(201,156,211); }
div.DivClassName
{
background-color: #C99CD3;
}
.BgClassName
{
background-color: #C99CD3;
}
</style>
border-color css
<style>
span { border-color: #C99CD3; }
span { border-color: rgb(201,156,211); }
td.TdClassName
{
border-color: #C99CD3;
}
.TagClassName
{
border-color: #C99CD3;
}
</style>