Shades of Wisteria #C99DE5
Tints of Wisteria #C99DE5
RGB
CMYK
RGB Variations
Color information
#C99DE5 (or 0xC99DE5) is known color: Wisteria. HEX triplet: C9, 9D and E5. RGB value is (201,157,229). Sum of RGB (Red+Green+Blue) = 201+157+229=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 157 (61.72% from 255 or 26.75% from 587); Blue value is 229 (89.84% from 255 or 39.01% from 587); Max value from RGB is 229 - color contains mainly: blue. Hex color #C99DE5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C99DE5 is #36621A. Grayscale: #B2B2B2. Windows color (decimal): -3564059 or 15048137. OLE color: 15048137.
HSL color Cylindrical-coordinate representation of color #C99DE5: hue angle of 276.67º degrees, saturation: 0.58, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C99DE5 is Cyan = 0.12, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 157 | 229 | - |
| CMYK | 0.12 | 0.31 | 0 | 0.10 |
| HSL | 276.67º | 0.58% | 0.76% | - |
| HSV(B) | 276.67º | 0.31% | 0.9% | - |
| XYZ | 50.29 | 42.19 | 79.62 | - |
| YUV | 178.36 | 156.58 | 144.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 229 | 0.12 | 0.31 | 0 | 0.10 | 276.67 | 0.58 | 0.76 |
| Hex | C9 | 9D | E5 | C | 1F | 0 | A | 115 | 3A | 4C |
| Octal | 311 | 235 | 345 | 14 | 37 | 0 | 12 | 425 | 72 | 114 |
| Binary | 11001001 | 10011101 | 11100101 | 1100 | 11111 | 0 | 1010 | 100010101 | 111010 | 1001100 |
Color Harmonies of #C99DE5
Complementary color
Monochromatic Colors of #C99DE5
Black with #C99DE5
Text Example
Text Example
White with #C99DE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DE5; }
p { color: rgb(201,157,229); }
H1.HeaderClassName
{
color: #C99DE5;
}
.AnyTagClassName
{
color: #C99DE5;
}
</style>
background-color css
<style>
a { background-color: #C99DE5; }
a { background-color: rgb(201,157,229); }
div.DivClassName
{
background-color: #C99DE5;
}
.BgClassName
{
background-color: #C99DE5;
}
</style>
border-color css
<style>
span { border-color: #C99DE5; }
span { border-color: rgb(201,157,229); }
td.TdClassName
{
border-color: #C99DE5;
}
.TagClassName
{
border-color: #C99DE5;
}
</style>