Shades of Wisteria #C995E0
Tints of Wisteria #C995E0
RGB
CMYK
RGB Variations
Color information
#C995E0 (or 0xC995E0) is known color: Wisteria. HEX triplet: C9, 95 and E0. RGB value is (201,149,224). Sum of RGB (Red+Green+Blue) = 201+149+224=574 (76% of max value = 765). Red value is 201 (78.91% from 255 or 35.02% from 574); Green value is 149 (58.59% from 255 or 25.96% from 574); Blue value is 224 (87.89% from 255 or 39.02% from 574); Max value from RGB is 224 - color contains mainly: blue. Hex color #C995E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C995E0 is #366A1F. Grayscale: #ACACAC. Windows color (decimal): -3566112 or 14718409. OLE color: 14718409.
HSL color Cylindrical-coordinate representation of color #C995E0: hue angle of 281.6º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C995E0 is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 201 | 149 | 224 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.12 |
| HSL | 281.6º | 0.55% | 0.73% | - |
| HSV(B) | 281.6º | 0.33% | 0.88% | - |
| XYZ | 48.29 | 39.29 | 75.56 | - |
| YUV | 173.1 | 156.73 | 147.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 224 | 0.10 | 0.33 | 0 | 0.12 | 281.6 | 0.55 | 0.73 |
| Hex | C9 | 95 | E0 | A | 21 | 0 | C | 11A | 37 | 49 |
| Octal | 311 | 225 | 340 | 12 | 41 | 0 | 14 | 432 | 67 | 111 |
| Binary | 11001001 | 10010101 | 11100000 | 1010 | 100001 | 0 | 1100 | 100011010 | 110111 | 1001001 |
Color Harmonies of #C995E0
Complementary color
Monochromatic Colors of #C995E0
Black with #C995E0
Text Example
Text Example
White with #C995E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995E0; }
p { color: rgb(201,149,224); }
H1.HeaderClassName
{
color: #C995E0;
}
.AnyTagClassName
{
color: #C995E0;
}
</style>
background-color css
<style>
a { background-color: #C995E0; }
a { background-color: rgb(201,149,224); }
div.DivClassName
{
background-color: #C995E0;
}
.BgClassName
{
background-color: #C995E0;
}
</style>
border-color css
<style>
span { border-color: #C995E0; }
span { border-color: rgb(201,149,224); }
td.TdClassName
{
border-color: #C995E0;
}
.TagClassName
{
border-color: #C995E0;
}
</style>