Shades of Wisteria #C994EB
Tints of Wisteria #C994EB
RGB
CMYK
RGB Variations
Color information
#C994EB (or 0xC994EB) is known color: Wisteria. HEX triplet: C9, 94 and EB. RGB value is (201,148,235). Sum of RGB (Red+Green+Blue) = 201+148+235=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 148 (58.20% from 255 or 25.34% from 584); Blue value is 235 (92.19% from 255 or 40.24% from 584); Max value from RGB is 235 - color contains mainly: blue. Hex color #C994EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994EB is #366B14. Grayscale: #ADADAD. Windows color (decimal): -3566357 or 15439049. OLE color: 15439049.
HSL color Cylindrical-coordinate representation of color #C994EB: hue angle of 276.55º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C994EB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 148 | 235 | - |
| CMYK | 0.14 | 0.37 | 0 | 0.08 |
| HSL | 276.55º | 0.69% | 0.75% | - |
| HSV(B) | 276.55º | 0.37% | 0.92% | - |
| XYZ | 49.67 | 39.6 | 83.62 | - |
| YUV | 173.77 | 162.56 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 235 | 0.14 | 0.37 | 0 | 0.08 | 276.55 | 0.69 | 0.75 |
| Hex | C9 | 94 | EB | E | 25 | 0 | 8 | 115 | 45 | 4B |
| Octal | 311 | 224 | 353 | 16 | 45 | 0 | 10 | 425 | 105 | 113 |
| Binary | 11001001 | 10010100 | 11101011 | 1110 | 100101 | 0 | 1000 | 100010101 | 1000101 | 1001011 |
Color Harmonies of #C994EB
Complementary color
Monochromatic Colors of #C994EB
Black with #C994EB
Text Example
Text Example
White with #C994EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994EB; }
p { color: rgb(201,148,235); }
H1.HeaderClassName
{
color: #C994EB;
}
.AnyTagClassName
{
color: #C994EB;
}
</style>
background-color css
<style>
a { background-color: #C994EB; }
a { background-color: rgb(201,148,235); }
div.DivClassName
{
background-color: #C994EB;
}
.BgClassName
{
background-color: #C994EB;
}
</style>
border-color css
<style>
span { border-color: #C994EB; }
span { border-color: rgb(201,148,235); }
td.TdClassName
{
border-color: #C994EB;
}
.TagClassName
{
border-color: #C994EB;
}
</style>