Shades of Wisteria #C996EE
Tints of Wisteria #C996EE
RGB
CMYK
RGB Variations
Color information
#C996EE (or 0xC996EE) is known color: Wisteria. HEX triplet: C9, 96 and EE. RGB value is (201,150,238). Sum of RGB (Red+Green+Blue) = 201+150+238=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 150 (58.98% from 255 or 25.47% from 589); Blue value is 238 (93.36% from 255 or 40.41% from 589); Max value from RGB is 238 - color contains mainly: blue. Hex color #C996EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C996EE is #366911. Grayscale: #AEAEAE. Windows color (decimal): -3565842 or 15636169. OLE color: 15636169.
HSL color Cylindrical-coordinate representation of color #C996EE: hue angle of 274.77º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C996EE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 150 | 238 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 274.77º | 0.72% | 0.76% | - |
| HSV(B) | 274.77º | 0.37% | 0.93% | - |
| XYZ | 50.43 | 40.4 | 86.03 | - |
| YUV | 175.28 | 163.4 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 150 | 238 | 0.16 | 0.37 | 0 | 0.07 | 274.77 | 0.72 | 0.76 |
| Hex | C9 | 96 | EE | 10 | 25 | 0 | 7 | 113 | 48 | 4C |
| Octal | 311 | 226 | 356 | 20 | 45 | 0 | 7 | 423 | 110 | 114 |
| Binary | 11001001 | 10010110 | 11101110 | 10000 | 100101 | 0 | 111 | 100010011 | 1001000 | 1001100 |
Color Harmonies of #C996EE
Complementary color
Monochromatic Colors of #C996EE
Black with #C996EE
Text Example
Text Example
White with #C996EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C996EE; }
p { color: rgb(201,150,238); }
H1.HeaderClassName
{
color: #C996EE;
}
.AnyTagClassName
{
color: #C996EE;
}
</style>
background-color css
<style>
a { background-color: #C996EE; }
a { background-color: rgb(201,150,238); }
div.DivClassName
{
background-color: #C996EE;
}
.BgClassName
{
background-color: #C996EE;
}
</style>
border-color css
<style>
span { border-color: #C996EE; }
span { border-color: rgb(201,150,238); }
td.TdClassName
{
border-color: #C996EE;
}
.TagClassName
{
border-color: #C996EE;
}
</style>