Shades of Wisteria #C99BF0
Tints of Wisteria #C99BF0
RGB
CMYK
RGB Variations
Color information
#C99BF0 (or 0xC99BF0) is known color: Wisteria. HEX triplet: C9, 9B and F0. RGB value is (201,155,240). Sum of RGB (Red+Green+Blue) = 201+155+240=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 155 (60.94% from 255 or 26.01% from 596); Blue value is 240 (94.14% from 255 or 40.27% from 596); Max value from RGB is 240 - color contains mainly: blue. Hex color #C99BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99BF0 is #36640F. Grayscale: #B2B2B2. Windows color (decimal): -3564560 or 15768521. OLE color: 15768521.
HSL color Cylindrical-coordinate representation of color #C99BF0: hue angle of 272.47º degrees, saturation: 0.74, 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 #C99BF0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 155 | 240 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.06 |
| HSL | 272.47º | 0.74% | 0.77% | - |
| HSV(B) | 272.47º | 0.35% | 0.94% | - |
| XYZ | 51.54 | 42.15 | 87.86 | - |
| YUV | 178.44 | 162.74 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 155 | 240 | 0.16 | 0.35 | 0 | 0.06 | 272.47 | 0.74 | 0.77 |
| Hex | C9 | 9B | F0 | 10 | 23 | 0 | 6 | 110 | 4A | 4D |
| Octal | 311 | 233 | 360 | 20 | 43 | 0 | 6 | 420 | 112 | 115 |
| Binary | 11001001 | 10011011 | 11110000 | 10000 | 100011 | 0 | 110 | 100010000 | 1001010 | 1001101 |
Color Harmonies of #C99BF0
Complementary color
Monochromatic Colors of #C99BF0
Black with #C99BF0
Text Example
Text Example
White with #C99BF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99BF0; }
p { color: rgb(201,155,240); }
H1.HeaderClassName
{
color: #C99BF0;
}
.AnyTagClassName
{
color: #C99BF0;
}
</style>
background-color css
<style>
a { background-color: #C99BF0; }
a { background-color: rgb(201,155,240); }
div.DivClassName
{
background-color: #C99BF0;
}
.BgClassName
{
background-color: #C99BF0;
}
</style>
border-color css
<style>
span { border-color: #C99BF0; }
span { border-color: rgb(201,155,240); }
td.TdClassName
{
border-color: #C99BF0;
}
.TagClassName
{
border-color: #C99BF0;
}
</style>