Shades of Wisteria #C997E5
Tints of Wisteria #C997E5
RGB
CMYK
RGB Variations
Color information
#C997E5 (or 0xC997E5) is known color: Wisteria. HEX triplet: C9, 97 and E5. RGB value is (201,151,229). Sum of RGB (Red+Green+Blue) = 201+151+229=581 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.60% from 581); Green value is 151 (59.38% from 255 or 25.99% from 581); Blue value is 229 (89.84% from 255 or 39.41% from 581); Max value from RGB is 229 - color contains mainly: blue. Hex color #C997E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C997E5 is #36681A. Grayscale: #AEAEAE. Windows color (decimal): -3565595 or 15046601. OLE color: 15046601.
HSL color Cylindrical-coordinate representation of color #C997E5: hue angle of 278.46º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C997E5 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 151 | 229 | - |
| CMYK | 0.12 | 0.34 | 0 | 0.10 |
| HSL | 278.46º | 0.6% | 0.75% | - |
| HSV(B) | 278.46º | 0.34% | 0.9% | - |
| XYZ | 49.3 | 40.21 | 79.29 | - |
| YUV | 174.84 | 158.57 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 151 | 229 | 0.12 | 0.34 | 0 | 0.10 | 278.46 | 0.6 | 0.75 |
| Hex | C9 | 97 | E5 | C | 22 | 0 | A | 116 | 3C | 4B |
| Octal | 311 | 227 | 345 | 14 | 42 | 0 | 12 | 426 | 74 | 113 |
| Binary | 11001001 | 10010111 | 11100101 | 1100 | 100010 | 0 | 1010 | 100010110 | 111100 | 1001011 |
Color Harmonies of #C997E5
Complementary color
Monochromatic Colors of #C997E5
Black with #C997E5
Text Example
Text Example
White with #C997E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C997E5; }
p { color: rgb(201,151,229); }
H1.HeaderClassName
{
color: #C997E5;
}
.AnyTagClassName
{
color: #C997E5;
}
</style>
background-color css
<style>
a { background-color: #C997E5; }
a { background-color: rgb(201,151,229); }
div.DivClassName
{
background-color: #C997E5;
}
.BgClassName
{
background-color: #C997E5;
}
</style>
border-color css
<style>
span { border-color: #C997E5; }
span { border-color: rgb(201,151,229); }
td.TdClassName
{
border-color: #C997E5;
}
.TagClassName
{
border-color: #C997E5;
}
</style>