Shades of Wisteria #C99CE9
Tints of Wisteria #C99CE9
RGB
CMYK
RGB Variations
Color information
#C99CE9 (or 0xC99CE9) is known color: Wisteria. HEX triplet: C9, 9C and E9. RGB value is (201,156,233). Sum of RGB (Red+Green+Blue) = 201+156+233=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 156 (61.33% from 255 or 26.44% from 590); Blue value is 233 (91.41% from 255 or 39.49% from 590); Max value from RGB is 233 - color contains mainly: blue. Hex color #C99CE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CE9 is #366316. Grayscale: #B1B1B1. Windows color (decimal): -3564311 or 15310025. OLE color: 15310025.
HSL color Cylindrical-coordinate representation of color #C99CE9: hue angle of 275.06º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99CE9 is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 201 | 156 | 233 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.09 |
| HSL | 275.06º | 0.64% | 0.76% | - |
| HSV(B) | 275.06º | 0.33% | 0.91% | - |
| XYZ | 50.68 | 42.08 | 82.54 | - |
| YUV | 178.23 | 158.91 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 233 | 0.14 | 0.33 | 0 | 0.09 | 275.06 | 0.64 | 0.76 |
| Hex | C9 | 9C | E9 | E | 21 | 0 | 9 | 113 | 40 | 4C |
| Octal | 311 | 234 | 351 | 16 | 41 | 0 | 11 | 423 | 100 | 114 |
| Binary | 11001001 | 10011100 | 11101001 | 1110 | 100001 | 0 | 1001 | 100010011 | 1000000 | 1001100 |
Color Harmonies of #C99CE9
Complementary color
Monochromatic Colors of #C99CE9
Black with #C99CE9
Text Example
Text Example
White with #C99CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CE9; }
p { color: rgb(201,156,233); }
H1.HeaderClassName
{
color: #C99CE9;
}
.AnyTagClassName
{
color: #C99CE9;
}
</style>
background-color css
<style>
a { background-color: #C99CE9; }
a { background-color: rgb(201,156,233); }
div.DivClassName
{
background-color: #C99CE9;
}
.BgClassName
{
background-color: #C99CE9;
}
</style>
border-color css
<style>
span { border-color: #C99CE9; }
span { border-color: rgb(201,156,233); }
td.TdClassName
{
border-color: #C99CE9;
}
.TagClassName
{
border-color: #C99CE9;
}
</style>