Shades of Wisteria #C995E5
Tints of Wisteria #C995E5
RGB
CMYK
RGB Variations
Color information
#C995E5 (or 0xC995E5) is known color: Wisteria. HEX triplet: C9, 95 and E5. RGB value is (201,149,229). Sum of RGB (Red+Green+Blue) = 201+149+229=579 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.72% from 579); Green value is 149 (58.59% from 255 or 25.73% from 579); Blue value is 229 (89.84% from 255 or 39.55% from 579); Max value from RGB is 229 - color contains mainly: blue. Hex color #C995E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995E5 is #366A1A. Grayscale: #ADADAD. Windows color (decimal): -3566107 or 15046089. OLE color: 15046089.
HSL color Cylindrical-coordinate representation of color #C995E5: hue angle of 279º degrees, saturation: 0.61, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C995E5 is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 149 | 229 | - |
| CMYK | 0.12 | 0.35 | 0 | 0.10 |
| HSL | 279º | 0.61% | 0.74% | - |
| HSV(B) | 279º | 0.35% | 0.9% | - |
| XYZ | 48.98 | 39.57 | 79.19 | - |
| YUV | 173.67 | 159.23 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 229 | 0.12 | 0.35 | 0 | 0.10 | 279 | 0.61 | 0.74 |
| Hex | C9 | 95 | E5 | C | 23 | 0 | A | 117 | 3D | 4A |
| Octal | 311 | 225 | 345 | 14 | 43 | 0 | 12 | 427 | 75 | 112 |
| Binary | 11001001 | 10010101 | 11100101 | 1100 | 100011 | 0 | 1010 | 100010111 | 111101 | 1001010 |
Color Harmonies of #C995E5
Complementary color
Monochromatic Colors of #C995E5
Black with #C995E5
Text Example
Text Example
White with #C995E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995E5; }
p { color: rgb(201,149,229); }
H1.HeaderClassName
{
color: #C995E5;
}
.AnyTagClassName
{
color: #C995E5;
}
</style>
background-color css
<style>
a { background-color: #C995E5; }
a { background-color: rgb(201,149,229); }
div.DivClassName
{
background-color: #C995E5;
}
.BgClassName
{
background-color: #C995E5;
}
</style>
border-color css
<style>
span { border-color: #C995E5; }
span { border-color: rgb(201,149,229); }
td.TdClassName
{
border-color: #C995E5;
}
.TagClassName
{
border-color: #C995E5;
}
</style>