Shades of Wisteria #C995EE
Tints of Wisteria #C995EE
RGB
CMYK
RGB Variations
Color information
#C995EE (or 0xC995EE) is known color: Wisteria. HEX triplet: C9, 95 and EE. RGB value is (201,149,238). Sum of RGB (Red+Green+Blue) = 201+149+238=588 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.18% from 588); Green value is 149 (58.59% from 255 or 25.34% from 588); Blue value is 238 (93.36% from 255 or 40.48% from 588); Max value from RGB is 238 - color contains mainly: blue. Hex color #C995EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995EE is #366A11. Grayscale: #AEAEAE. Windows color (decimal): -3566098 or 15635913. OLE color: 15635913.
HSL color Cylindrical-coordinate representation of color #C995EE: hue angle of 275.06º 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 #C995EE is Cyan = 0.16, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 149 | 238 | - |
| CMYK | 0.16 | 0.37 | 0 | 0.07 |
| HSL | 275.06º | 0.72% | 0.76% | - |
| HSV(B) | 275.06º | 0.37% | 0.93% | - |
| XYZ | 50.27 | 40.09 | 85.98 | - |
| YUV | 174.69 | 163.73 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 238 | 0.16 | 0.37 | 0 | 0.07 | 275.06 | 0.72 | 0.76 |
| Hex | C9 | 95 | EE | 10 | 25 | 0 | 7 | 113 | 48 | 4C |
| Octal | 311 | 225 | 356 | 20 | 45 | 0 | 7 | 423 | 110 | 114 |
| Binary | 11001001 | 10010101 | 11101110 | 10000 | 100101 | 0 | 111 | 100010011 | 1001000 | 1001100 |
Color Harmonies of #C995EE
Complementary color
Monochromatic Colors of #C995EE
Black with #C995EE
Text Example
Text Example
White with #C995EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995EE; }
p { color: rgb(201,149,238); }
H1.HeaderClassName
{
color: #C995EE;
}
.AnyTagClassName
{
color: #C995EE;
}
</style>
background-color css
<style>
a { background-color: #C995EE; }
a { background-color: rgb(201,149,238); }
div.DivClassName
{
background-color: #C995EE;
}
.BgClassName
{
background-color: #C995EE;
}
</style>
border-color css
<style>
span { border-color: #C995EE; }
span { border-color: rgb(201,149,238); }
td.TdClassName
{
border-color: #C995EE;
}
.TagClassName
{
border-color: #C995EE;
}
</style>