Shades of Wisteria #C99BF6
Tints of Wisteria #C99BF6
RGB
CMYK
RGB Variations
Color information
#C99BF6 (or 0xC99BF6) is known color: Wisteria. HEX triplet: C9, 9B and F6. RGB value is (201,155,246). Sum of RGB (Red+Green+Blue) = 201+155+246=602 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.39% from 602); Green value is 155 (60.94% from 255 or 25.75% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #C99BF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BF6 is #366409. Grayscale: #B2B2B2. Windows color (decimal): -3564554 or 16161737. OLE color: 16161737.
HSL color Cylindrical-coordinate representation of color #C99BF6: hue angle of 270.33º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C99BF6 is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 201 | 155 | 246 | - |
| CMYK | 0.18 | 0.37 | 0 | 0.04 |
| HSL | 270.33º | 0.83% | 0.79% | - |
| HSV(B) | 270.33º | 0.37% | 0.96% | - |
| XYZ | 52.44 | 42.51 | 92.63 | - |
| YUV | 179.13 | 165.74 | 143.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 246 | 0.18 | 0.37 | 0 | 0.04 | 270.33 | 0.83 | 0.79 |
| Hex | C9 | 9B | F6 | 12 | 25 | 0 | 4 | 10E | 53 | 4F |
| Octal | 311 | 233 | 366 | 22 | 45 | 0 | 4 | 416 | 123 | 117 |
| Binary | 11001001 | 10011011 | 11110110 | 10010 | 100101 | 0 | 100 | 100001110 | 1010011 | 1001111 |
Color Harmonies of #C99BF6
Complementary color
Monochromatic Colors of #C99BF6
Black with #C99BF6
Text Example
Text Example
White with #C99BF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BF6; }
p { color: rgb(201,155,246); }
H1.HeaderClassName
{
color: #C99BF6;
}
.AnyTagClassName
{
color: #C99BF6;
}
</style>
background-color css
<style>
a { background-color: #C99BF6; }
a { background-color: rgb(201,155,246); }
div.DivClassName
{
background-color: #C99BF6;
}
.BgClassName
{
background-color: #C99BF6;
}
</style>
border-color css
<style>
span { border-color: #C99BF6; }
span { border-color: rgb(201,155,246); }
td.TdClassName
{
border-color: #C99BF6;
}
.TagClassName
{
border-color: #C99BF6;
}
</style>