Shades of Wisteria #C999EC
Tints of Wisteria #C999EC
RGB
CMYK
RGB Variations
Color information
#C999EC (or 0xC999EC) is known color: Wisteria. HEX triplet: C9, 99 and EC. RGB value is (201,153,236). Sum of RGB (Red+Green+Blue) = 201+153+236=590 (78% of max value = 765). Red value is 201 (78.91% from 255 or 34.07% from 590); Green value is 153 (60.16% from 255 or 25.93% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #C999EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999EC is #366613. Grayscale: #B0B0B0. Windows color (decimal): -3565076 or 15505865. OLE color: 15505865.
HSL color Cylindrical-coordinate representation of color #C999EC: hue angle of 274.7º degrees, saturation: 0.69, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C999EC is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 201 | 153 | 236 | - |
| CMYK | 0.15 | 0.35 | 0 | 0.07 |
| HSL | 274.7º | 0.69% | 0.76% | - |
| HSV(B) | 274.7º | 0.35% | 0.93% | - |
| XYZ | 50.62 | 41.26 | 84.65 | - |
| YUV | 176.81 | 161.4 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 236 | 0.15 | 0.35 | 0 | 0.07 | 274.7 | 0.69 | 0.76 |
| Hex | C9 | 99 | EC | F | 23 | 0 | 7 | 113 | 45 | 4C |
| Octal | 311 | 231 | 354 | 17 | 43 | 0 | 7 | 423 | 105 | 114 |
| Binary | 11001001 | 10011001 | 11101100 | 1111 | 100011 | 0 | 111 | 100010011 | 1000101 | 1001100 |
Color Harmonies of #C999EC
Complementary color
Monochromatic Colors of #C999EC
Black with #C999EC
Text Example
Text Example
White with #C999EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999EC; }
p { color: rgb(201,153,236); }
H1.HeaderClassName
{
color: #C999EC;
}
.AnyTagClassName
{
color: #C999EC;
}
</style>
background-color css
<style>
a { background-color: #C999EC; }
a { background-color: rgb(201,153,236); }
div.DivClassName
{
background-color: #C999EC;
}
.BgClassName
{
background-color: #C999EC;
}
</style>
border-color css
<style>
span { border-color: #C999EC; }
span { border-color: rgb(201,153,236); }
td.TdClassName
{
border-color: #C999EC;
}
.TagClassName
{
border-color: #C999EC;
}
</style>