Shades of Wisteria #C995ED
Tints of Wisteria #C995ED
RGB
CMYK
RGB Variations
Color information
#C995ED (or 0xC995ED) is known color: Wisteria. HEX triplet: C9, 95 and ED. RGB value is (201,149,237). Sum of RGB (Red+Green+Blue) = 201+149+237=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #C995ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C995ED is #366A12. Grayscale: #AEAEAE. Windows color (decimal): -3566099 or 15570377. OLE color: 15570377.
HSL color Cylindrical-coordinate representation of color #C995ED: hue angle of 275.45º degrees, saturation: 0.71, 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 #C995ED is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 149 | 237 | - |
| CMYK | 0.15 | 0.37 | 0 | 0.07 |
| HSL | 275.45º | 0.71% | 0.76% | - |
| HSV(B) | 275.45º | 0.37% | 0.93% | - |
| XYZ | 50.12 | 40.03 | 85.21 | - |
| YUV | 174.58 | 163.23 | 146.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 149 | 237 | 0.15 | 0.37 | 0 | 0.07 | 275.45 | 0.71 | 0.76 |
| Hex | C9 | 95 | ED | F | 25 | 0 | 7 | 113 | 47 | 4C |
| Octal | 311 | 225 | 355 | 17 | 45 | 0 | 7 | 423 | 107 | 114 |
| Binary | 11001001 | 10010101 | 11101101 | 1111 | 100101 | 0 | 111 | 100010011 | 1000111 | 1001100 |
Color Harmonies of #C995ED
Complementary color
Monochromatic Colors of #C995ED
Black with #C995ED
Text Example
Text Example
White with #C995ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C995ED; }
p { color: rgb(201,149,237); }
H1.HeaderClassName
{
color: #C995ED;
}
.AnyTagClassName
{
color: #C995ED;
}
</style>
background-color css
<style>
a { background-color: #C995ED; }
a { background-color: rgb(201,149,237); }
div.DivClassName
{
background-color: #C995ED;
}
.BgClassName
{
background-color: #C995ED;
}
</style>
border-color css
<style>
span { border-color: #C995ED; }
span { border-color: rgb(201,149,237); }
td.TdClassName
{
border-color: #C995ED;
}
.TagClassName
{
border-color: #C995ED;
}
</style>