Shades of Wisteria #C994E4
Tints of Wisteria #C994E4
RGB
CMYK
RGB Variations
Color information
#C994E4 (or 0xC994E4) is known color: Wisteria. HEX triplet: C9, 94 and E4. RGB value is (201,148,228). Sum of RGB (Red+Green+Blue) = 201+148+228=577 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.84% from 577); Green value is 148 (58.20% from 255 or 25.65% from 577); Blue value is 228 (89.45% from 255 or 39.51% from 577); Max value from RGB is 228 - color contains mainly: blue. Hex color #C994E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C994E4 is #366B1B. Grayscale: #ACACAC. Windows color (decimal): -3566364 or 14980297. OLE color: 14980297.
HSL color Cylindrical-coordinate representation of color #C994E4: hue angle of 279.75º degrees, saturation: 0.6, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C994E4 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 201 | 148 | 228 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.11 |
| HSL | 279.75º | 0.6% | 0.74% | - |
| HSV(B) | 279.75º | 0.35% | 0.89% | - |
| XYZ | 48.68 | 39.2 | 78.4 | - |
| YUV | 172.97 | 159.06 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 228 | 0.12 | 0.35 | 0 | 0.11 | 279.75 | 0.6 | 0.74 |
| Hex | C9 | 94 | E4 | C | 23 | 0 | B | 118 | 3C | 4A |
| Octal | 311 | 224 | 344 | 14 | 43 | 0 | 13 | 430 | 74 | 112 |
| Binary | 11001001 | 10010100 | 11100100 | 1100 | 100011 | 0 | 1011 | 100011000 | 111100 | 1001010 |
Color Harmonies of #C994E4
Complementary color
Monochromatic Colors of #C994E4
Black with #C994E4
Text Example
Text Example
White with #C994E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994E4; }
p { color: rgb(201,148,228); }
H1.HeaderClassName
{
color: #C994E4;
}
.AnyTagClassName
{
color: #C994E4;
}
</style>
background-color css
<style>
a { background-color: #C994E4; }
a { background-color: rgb(201,148,228); }
div.DivClassName
{
background-color: #C994E4;
}
.BgClassName
{
background-color: #C994E4;
}
</style>
border-color css
<style>
span { border-color: #C994E4; }
span { border-color: rgb(201,148,228); }
td.TdClassName
{
border-color: #C994E4;
}
.TagClassName
{
border-color: #C994E4;
}
</style>