Shades of Wisteria #C99CEA
Tints of Wisteria #C99CEA
RGB
CMYK
RGB Variations
Color information
#C99CEA (or 0xC99CEA) is known color: Wisteria. HEX triplet: C9, 9C and EA. RGB value is (201,156,234). Sum of RGB (Red+Green+Blue) = 201+156+234=591 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.01% from 591); Green value is 156 (61.33% from 255 or 26.40% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #C99CEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99CEA is #366315. Grayscale: #B2B2B2. Windows color (decimal): -3564310 or 15375561. OLE color: 15375561.
HSL color Cylindrical-coordinate representation of color #C99CEA: hue angle of 274.62º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C99CEA is Cyan = 0.14, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 156 | 234 | - |
| CMYK | 0.14 | 0.33 | 0 | 0.08 |
| HSL | 274.62º | 0.65% | 0.76% | - |
| HSV(B) | 274.62º | 0.33% | 0.92% | - |
| XYZ | 50.83 | 42.13 | 83.3 | - |
| YUV | 178.35 | 159.41 | 144.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 156 | 234 | 0.14 | 0.33 | 0 | 0.08 | 274.62 | 0.65 | 0.76 |
| Hex | C9 | 9C | EA | E | 21 | 0 | 8 | 113 | 41 | 4C |
| Octal | 311 | 234 | 352 | 16 | 41 | 0 | 10 | 423 | 101 | 114 |
| Binary | 11001001 | 10011100 | 11101010 | 1110 | 100001 | 0 | 1000 | 100010011 | 1000001 | 1001100 |
Color Harmonies of #C99CEA
Complementary color
Monochromatic Colors of #C99CEA
Black with #C99CEA
Text Example
Text Example
White with #C99CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99CEA; }
p { color: rgb(201,156,234); }
H1.HeaderClassName
{
color: #C99CEA;
}
.AnyTagClassName
{
color: #C99CEA;
}
</style>
background-color css
<style>
a { background-color: #C99CEA; }
a { background-color: rgb(201,156,234); }
div.DivClassName
{
background-color: #C99CEA;
}
.BgClassName
{
background-color: #C99CEA;
}
</style>
border-color css
<style>
span { border-color: #C99CEA; }
span { border-color: rgb(201,156,234); }
td.TdClassName
{
border-color: #C99CEA;
}
.TagClassName
{
border-color: #C99CEA;
}
</style>