Shades of Wisteria #C991EF
Tints of Wisteria #C991EF
RGB
CMYK
RGB Variations
Color information
#C991EF (or 0xC991EF) is known color: Wisteria. HEX triplet: C9, 91 and EF. RGB value is (201,145,239). Sum of RGB (Red+Green+Blue) = 201+145+239=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 145 (57.03% from 255 or 24.79% from 585); Blue value is 239 (93.75% from 255 or 40.85% from 585); Max value from RGB is 239 - color contains mainly: blue. Hex color #C991EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C991EF is #366E10. Grayscale: #ACACAC. Windows color (decimal): -3567121 or 15700425. OLE color: 15700425.
HSL color Cylindrical-coordinate representation of color #C991EF: hue angle of 275.74º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C991EF is Cyan = 0.16, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 145 | 239 | - |
| CMYK | 0.16 | 0.39 | 0 | 0.06 |
| HSL | 275.74º | 0.75% | 0.75% | - |
| HSV(B) | 275.74º | 0.39% | 0.94% | - |
| XYZ | 49.79 | 38.9 | 86.55 | - |
| YUV | 172.46 | 165.55 | 148.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 145 | 239 | 0.16 | 0.39 | 0 | 0.06 | 275.74 | 0.75 | 0.75 |
| Hex | C9 | 91 | EF | 10 | 27 | 0 | 6 | 114 | 4B | 4B |
| Octal | 311 | 221 | 357 | 20 | 47 | 0 | 6 | 424 | 113 | 113 |
| Binary | 11001001 | 10010001 | 11101111 | 10000 | 100111 | 0 | 110 | 100010100 | 1001011 | 1001011 |
Color Harmonies of #C991EF
Complementary color
Monochromatic Colors of #C991EF
Black with #C991EF
Text Example
Text Example
White with #C991EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C991EF; }
p { color: rgb(201,145,239); }
H1.HeaderClassName
{
color: #C991EF;
}
.AnyTagClassName
{
color: #C991EF;
}
</style>
background-color css
<style>
a { background-color: #C991EF; }
a { background-color: rgb(201,145,239); }
div.DivClassName
{
background-color: #C991EF;
}
.BgClassName
{
background-color: #C991EF;
}
</style>
border-color css
<style>
span { border-color: #C991EF; }
span { border-color: rgb(201,145,239); }
td.TdClassName
{
border-color: #C991EF;
}
.TagClassName
{
border-color: #C991EF;
}
</style>