Shades of Wisteria #C999E5
Tints of Wisteria #C999E5
RGB
CMYK
RGB Variations
Color information
#C999E5 (or 0xC999E5) is known color: Wisteria. HEX triplet: C9, 99 and E5. RGB value is (201,153,229). Sum of RGB (Red+Green+Blue) = 201+153+229=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 153 (60.16% from 255 or 26.24% from 583); Blue value is 229 (89.84% from 255 or 39.28% from 583); Max value from RGB is 229 - color contains mainly: blue. Hex color #C999E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C999E5 is #36661A. Grayscale: #AFAFAF. Windows color (decimal): -3565083 or 15047113. OLE color: 15047113.
HSL color Cylindrical-coordinate representation of color #C999E5: hue angle of 277.89º degrees, saturation: 0.59, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C999E5 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 153 | 229 | - |
| CMYK | 0.12 | 0.33 | 0 | 0.10 |
| HSL | 277.89º | 0.59% | 0.75% | - |
| HSV(B) | 277.89º | 0.33% | 0.9% | - |
| XYZ | 49.62 | 40.86 | 79.4 | - |
| YUV | 176.02 | 157.9 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 229 | 0.12 | 0.33 | 0 | 0.10 | 277.89 | 0.59 | 0.75 |
| Hex | C9 | 99 | E5 | C | 21 | 0 | A | 116 | 3B | 4B |
| Octal | 311 | 231 | 345 | 14 | 41 | 0 | 12 | 426 | 73 | 113 |
| Binary | 11001001 | 10011001 | 11100101 | 1100 | 100001 | 0 | 1010 | 100010110 | 111011 | 1001011 |
Color Harmonies of #C999E5
Complementary color
Monochromatic Colors of #C999E5
Black with #C999E5
Text Example
Text Example
White with #C999E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999E5; }
p { color: rgb(201,153,229); }
H1.HeaderClassName
{
color: #C999E5;
}
.AnyTagClassName
{
color: #C999E5;
}
</style>
background-color css
<style>
a { background-color: #C999E5; }
a { background-color: rgb(201,153,229); }
div.DivClassName
{
background-color: #C999E5;
}
.BgClassName
{
background-color: #C999E5;
}
</style>
border-color css
<style>
span { border-color: #C999E5; }
span { border-color: rgb(201,153,229); }
td.TdClassName
{
border-color: #C999E5;
}
.TagClassName
{
border-color: #C999E5;
}
</style>