Shades of Wisteria #C991ED
Tints of Wisteria #C991ED
RGB
CMYK
RGB Variations
Color information
#C991ED (or 0xC991ED) is known color: Wisteria. HEX triplet: C9, 91 and ED. RGB value is (201,145,237). Sum of RGB (Red+Green+Blue) = 201+145+237=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 145 (57.03% from 255 or 24.87% from 583); Blue value is 237 (92.97% from 255 or 40.65% from 583); Max value from RGB is 237 - color contains mainly: blue. Hex color #C991ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991ED is #366E12. Grayscale: #ABABAB. Windows color (decimal): -3567123 or 15569353. OLE color: 15569353.
HSL color Cylindrical-coordinate representation of color #C991ED: hue angle of 276.52º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C991ED is Cyan = 0.15, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 145 | 237 | - |
| CMYK | 0.15 | 0.39 | 0 | 0.07 |
| HSL | 276.52º | 0.72% | 0.75% | - |
| HSV(B) | 276.52º | 0.39% | 0.93% | - |
| XYZ | 49.5 | 38.78 | 85 | - |
| YUV | 172.23 | 164.55 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 237 | 0.15 | 0.39 | 0 | 0.07 | 276.52 | 0.72 | 0.75 |
| Hex | C9 | 91 | ED | F | 27 | 0 | 7 | 115 | 48 | 4B |
| Octal | 311 | 221 | 355 | 17 | 47 | 0 | 7 | 425 | 110 | 113 |
| Binary | 11001001 | 10010001 | 11101101 | 1111 | 100111 | 0 | 111 | 100010101 | 1001000 | 1001011 |
Color Harmonies of #C991ED
Complementary color
Monochromatic Colors of #C991ED
Black with #C991ED
Text Example
Text Example
White with #C991ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991ED; }
p { color: rgb(201,145,237); }
H1.HeaderClassName
{
color: #C991ED;
}
.AnyTagClassName
{
color: #C991ED;
}
</style>
background-color css
<style>
a { background-color: #C991ED; }
a { background-color: rgb(201,145,237); }
div.DivClassName
{
background-color: #C991ED;
}
.BgClassName
{
background-color: #C991ED;
}
</style>
border-color css
<style>
span { border-color: #C991ED; }
span { border-color: rgb(201,145,237); }
td.TdClassName
{
border-color: #C991ED;
}
.TagClassName
{
border-color: #C991ED;
}
</style>