Shades of Wisteria #C99BED
Tints of Wisteria #C99BED
RGB
CMYK
RGB Variations
Color information
#C99BED (or 0xC99BED) is known color: Wisteria. HEX triplet: C9, 9B and ED. RGB value is (201,155,237). Sum of RGB (Red+Green+Blue) = 201+155+237=593 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.90% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #C99BED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BED is #366412. Grayscale: #B1B1B1. Windows color (decimal): -3564563 or 15571913. OLE color: 15571913.
HSL color Cylindrical-coordinate representation of color #C99BED: hue angle of 273.66º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99BED is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 155 | 237 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.07 |
| HSL | 273.66º | 0.69% | 0.77% | - |
| HSV(B) | 273.66º | 0.35% | 0.93% | - |
| XYZ | 51.09 | 41.97 | 85.53 | - |
| YUV | 178.1 | 161.24 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 237 | 0.15 | 0.35 | 0 | 0.07 | 273.66 | 0.69 | 0.77 |
| Hex | C9 | 9B | ED | F | 23 | 0 | 7 | 112 | 45 | 4D |
| Octal | 311 | 233 | 355 | 17 | 43 | 0 | 7 | 422 | 105 | 115 |
| Binary | 11001001 | 10011011 | 11101101 | 1111 | 100011 | 0 | 111 | 100010010 | 1000101 | 1001101 |
Color Harmonies of #C99BED
Complementary color
Monochromatic Colors of #C99BED
Black with #C99BED
Text Example
Text Example
White with #C99BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BED; }
p { color: rgb(201,155,237); }
H1.HeaderClassName
{
color: #C99BED;
}
.AnyTagClassName
{
color: #C99BED;
}
</style>
background-color css
<style>
a { background-color: #C99BED; }
a { background-color: rgb(201,155,237); }
div.DivClassName
{
background-color: #C99BED;
}
.BgClassName
{
background-color: #C99BED;
}
</style>
border-color css
<style>
span { border-color: #C99BED; }
span { border-color: rgb(201,155,237); }
td.TdClassName
{
border-color: #C99BED;
}
.TagClassName
{
border-color: #C99BED;
}
</style>