Shades of Wisteria #C994E2
Tints of Wisteria #C994E2
RGB
CMYK
RGB Variations
Color information
#C994E2 (or 0xC994E2) is known color: Wisteria. HEX triplet: C9, 94 and E2. RGB value is (201,148,226). Sum of RGB (Red+Green+Blue) = 201+148+226=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 148 (58.20% from 255 or 25.74% from 575); Blue value is 226 (88.67% from 255 or 39.30% from 575); Max value from RGB is 226 - color contains mainly: blue. Hex color #C994E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994E2 is #366B1D. Grayscale: #ACACAC. Windows color (decimal): -3566366 or 14849225. OLE color: 14849225.
HSL color Cylindrical-coordinate representation of color #C994E2: hue angle of 280.77º degrees, saturation: 0.57, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C994E2 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 148 | 226 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.11 |
| HSL | 280.77º | 0.57% | 0.73% | - |
| HSV(B) | 280.77º | 0.35% | 0.89% | - |
| XYZ | 48.4 | 39.09 | 76.95 | - |
| YUV | 172.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 226 | 0.11 | 0.35 | 0 | 0.11 | 280.77 | 0.57 | 0.73 |
| Hex | C9 | 94 | E2 | B | 23 | 0 | B | 119 | 39 | 49 |
| Octal | 311 | 224 | 342 | 13 | 43 | 0 | 13 | 431 | 71 | 111 |
| Binary | 11001001 | 10010100 | 11100010 | 1011 | 100011 | 0 | 1011 | 100011001 | 111001 | 1001001 |
Color Harmonies of #C994E2
Complementary color
Monochromatic Colors of #C994E2
Black with #C994E2
Text Example
Text Example
White with #C994E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994E2; }
p { color: rgb(201,148,226); }
H1.HeaderClassName
{
color: #C994E2;
}
.AnyTagClassName
{
color: #C994E2;
}
</style>
background-color css
<style>
a { background-color: #C994E2; }
a { background-color: rgb(201,148,226); }
div.DivClassName
{
background-color: #C994E2;
}
.BgClassName
{
background-color: #C994E2;
}
</style>
border-color css
<style>
span { border-color: #C994E2; }
span { border-color: rgb(201,148,226); }
td.TdClassName
{
border-color: #C994E2;
}
.TagClassName
{
border-color: #C994E2;
}
</style>