Shades of Wisteria #C994EE
Tints of Wisteria #C994EE
RGB
CMYK
RGB Variations
Color information
#C994EE (or 0xC994EE) is known color: Wisteria. HEX triplet: C9, 94 and EE. RGB value is (201,148,238). Sum of RGB (Red+Green+Blue) = 201+148+238=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 148 (58.20% from 255 or 25.21% from 587); Blue value is 238 (93.36% from 255 or 40.55% from 587); Max value from RGB is 238 - color contains mainly: blue. Hex color #C994EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C994EE is #366B11. Grayscale: #ADADAD. Windows color (decimal): -3566354 or 15635657. OLE color: 15635657.
HSL color Cylindrical-coordinate representation of color #C994EE: hue angle of 275.33º degrees, saturation: 0.73, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C994EE is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 148 | 238 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.07 |
| HSL | 275.33º | 0.73% | 0.76% | - |
| HSV(B) | 275.33º | 0.38% | 0.93% | - |
| XYZ | 50.11 | 39.77 | 85.92 | - |
| YUV | 174.11 | 164.06 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 148 | 238 | 0.16 | 0.38 | 0 | 0.07 | 275.33 | 0.73 | 0.76 |
| Hex | C9 | 94 | EE | 10 | 26 | 0 | 7 | 113 | 49 | 4C |
| Octal | 311 | 224 | 356 | 20 | 46 | 0 | 7 | 423 | 111 | 114 |
| Binary | 11001001 | 10010100 | 11101110 | 10000 | 100110 | 0 | 111 | 100010011 | 1001001 | 1001100 |
Color Harmonies of #C994EE
Complementary color
Monochromatic Colors of #C994EE
Black with #C994EE
Text Example
Text Example
White with #C994EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C994EE; }
p { color: rgb(201,148,238); }
H1.HeaderClassName
{
color: #C994EE;
}
.AnyTagClassName
{
color: #C994EE;
}
</style>
background-color css
<style>
a { background-color: #C994EE; }
a { background-color: rgb(201,148,238); }
div.DivClassName
{
background-color: #C994EE;
}
.BgClassName
{
background-color: #C994EE;
}
</style>
border-color css
<style>
span { border-color: #C994EE; }
span { border-color: rgb(201,148,238); }
td.TdClassName
{
border-color: #C994EE;
}
.TagClassName
{
border-color: #C994EE;
}
</style>