Shades of Wisteria #C999EB
Tints of Wisteria #C999EB
RGB
CMYK
RGB Variations
Color information
#C999EB (or 0xC999EB) is known color: Wisteria. HEX triplet: C9, 99 and EB. RGB value is (201,153,235). Sum of RGB (Red+Green+Blue) = 201+153+235=589 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.13% from 589); Green value is 153 (60.16% from 255 or 25.98% from 589); Blue value is 235 (92.19% from 255 or 39.90% from 589); Max value from RGB is 235 - color contains mainly: blue. Hex color #C999EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999EB is #366614. Grayscale: #B0B0B0. Windows color (decimal): -3565077 or 15440329. OLE color: 15440329.
HSL color Cylindrical-coordinate representation of color #C999EB: hue angle of 275.12º degrees, saturation: 0.67, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C999EB is Cyan = 0.14, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 153 | 235 | - |
| CMYK | 0.14 | 0.35 | 0 | 0.08 |
| HSL | 275.12º | 0.67% | 0.76% | - |
| HSV(B) | 275.12º | 0.35% | 0.92% | - |
| XYZ | 50.47 | 41.2 | 83.89 | - |
| YUV | 176.7 | 160.9 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 235 | 0.14 | 0.35 | 0 | 0.08 | 275.12 | 0.67 | 0.76 |
| Hex | C9 | 99 | EB | E | 23 | 0 | 8 | 113 | 43 | 4C |
| Octal | 311 | 231 | 353 | 16 | 43 | 0 | 10 | 423 | 103 | 114 |
| Binary | 11001001 | 10011001 | 11101011 | 1110 | 100011 | 0 | 1000 | 100010011 | 1000011 | 1001100 |
Color Harmonies of #C999EB
Complementary color
Monochromatic Colors of #C999EB
Black with #C999EB
Text Example
Text Example
White with #C999EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999EB; }
p { color: rgb(201,153,235); }
H1.HeaderClassName
{
color: #C999EB;
}
.AnyTagClassName
{
color: #C999EB;
}
</style>
background-color css
<style>
a { background-color: #C999EB; }
a { background-color: rgb(201,153,235); }
div.DivClassName
{
background-color: #C999EB;
}
.BgClassName
{
background-color: #C999EB;
}
</style>
border-color css
<style>
span { border-color: #C999EB; }
span { border-color: rgb(201,153,235); }
td.TdClassName
{
border-color: #C999EB;
}
.TagClassName
{
border-color: #C999EB;
}
</style>