Shades of Wisteria #C994E5
Tints of Wisteria #C994E5
RGB
CMYK
RGB Variations
Color information
#C994E5 (or 0xC994E5) is known color: Wisteria. HEX triplet: C9, 94 and E5. RGB value is (201,148,229). Sum of RGB (Red+Green+Blue) = 201+148+229=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 148 (58.20% from 255 or 25.61% from 578); Blue value is 229 (89.84% from 255 or 39.62% from 578); Max value from RGB is 229 - color contains mainly: blue. Hex color #C994E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994E5 is #366B1A. Grayscale: #ACACAC. Windows color (decimal): -3566363 or 15045833. OLE color: 15045833.
HSL color Cylindrical-coordinate representation of color #C994E5: hue angle of 279.26º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C994E5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 148 | 229 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.10 |
| HSL | 279.26º | 0.61% | 0.74% | - |
| HSV(B) | 279.26º | 0.35% | 0.9% | - |
| XYZ | 48.82 | 39.25 | 79.13 | - |
| YUV | 173.08 | 159.56 | 147.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 229 | 0.12 | 0.35 | 0 | 0.10 | 279.26 | 0.61 | 0.74 |
| Hex | C9 | 94 | E5 | C | 23 | 0 | A | 117 | 3D | 4A |
| Octal | 311 | 224 | 345 | 14 | 43 | 0 | 12 | 427 | 75 | 112 |
| Binary | 11001001 | 10010100 | 11100101 | 1100 | 100011 | 0 | 1010 | 100010111 | 111101 | 1001010 |
Color Harmonies of #C994E5
Complementary color
Monochromatic Colors of #C994E5
Black with #C994E5
Text Example
Text Example
White with #C994E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994E5; }
p { color: rgb(201,148,229); }
H1.HeaderClassName
{
color: #C994E5;
}
.AnyTagClassName
{
color: #C994E5;
}
</style>
background-color css
<style>
a { background-color: #C994E5; }
a { background-color: rgb(201,148,229); }
div.DivClassName
{
background-color: #C994E5;
}
.BgClassName
{
background-color: #C994E5;
}
</style>
border-color css
<style>
span { border-color: #C994E5; }
span { border-color: rgb(201,148,229); }
td.TdClassName
{
border-color: #C994E5;
}
.TagClassName
{
border-color: #C994E5;
}
</style>