Shades of Wisteria #C99BEF
Tints of Wisteria #C99BEF
RGB
CMYK
RGB Variations
Color information
#C99BEF (or 0xC99BEF) is known color: Wisteria. HEX triplet: C9, 9B and EF. RGB value is (201,155,239). Sum of RGB (Red+Green+Blue) = 201+155+239=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 155 (60.94% from 255 or 26.05% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #C99BEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BEF is #366410. Grayscale: #B2B2B2. Windows color (decimal): -3564561 or 15702985. OLE color: 15702985.
HSL color Cylindrical-coordinate representation of color #C99BEF: hue angle of 272.86º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99BEF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 155 | 239 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.06 |
| HSL | 272.86º | 0.72% | 0.77% | - |
| HSV(B) | 272.86º | 0.35% | 0.94% | - |
| XYZ | 51.39 | 42.09 | 87.08 | - |
| YUV | 178.33 | 162.24 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 239 | 0.16 | 0.35 | 0 | 0.06 | 272.86 | 0.72 | 0.77 |
| Hex | C9 | 9B | EF | 10 | 23 | 0 | 6 | 111 | 48 | 4D |
| Octal | 311 | 233 | 357 | 20 | 43 | 0 | 6 | 421 | 110 | 115 |
| Binary | 11001001 | 10011011 | 11101111 | 10000 | 100011 | 0 | 110 | 100010001 | 1001000 | 1001101 |
Color Harmonies of #C99BEF
Complementary color
Monochromatic Colors of #C99BEF
Black with #C99BEF
Text Example
Text Example
White with #C99BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BEF; }
p { color: rgb(201,155,239); }
H1.HeaderClassName
{
color: #C99BEF;
}
.AnyTagClassName
{
color: #C99BEF;
}
</style>
background-color css
<style>
a { background-color: #C99BEF; }
a { background-color: rgb(201,155,239); }
div.DivClassName
{
background-color: #C99BEF;
}
.BgClassName
{
background-color: #C99BEF;
}
</style>
border-color css
<style>
span { border-color: #C99BEF; }
span { border-color: rgb(201,155,239); }
td.TdClassName
{
border-color: #C99BEF;
}
.TagClassName
{
border-color: #C99BEF;
}
</style>