Shades of Wisteria #C99DF0
Tints of Wisteria #C99DF0
RGB
CMYK
RGB Variations
Color information
#C99DF0 (or 0xC99DF0) is known color: Wisteria. HEX triplet: C9, 9D and F0. RGB value is (201,157,240). Sum of RGB (Red+Green+Blue) = 201+157+240=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 157 (61.72% from 255 or 26.25% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #C99DF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99DF0 is #36620F. Grayscale: #B3B3B3. Windows color (decimal): -3564048 or 15769033. OLE color: 15769033.
HSL color Cylindrical-coordinate representation of color #C99DF0: hue angle of 271.81º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C99DF0 is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 157 | 240 | - |
| CMYK | 0.16 | 0.35 | 0 | 0.06 |
| HSL | 271.81º | 0.73% | 0.78% | - |
| HSV(B) | 271.81º | 0.35% | 0.94% | - |
| XYZ | 51.87 | 42.82 | 87.97 | - |
| YUV | 179.62 | 162.08 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 157 | 240 | 0.16 | 0.35 | 0 | 0.06 | 271.81 | 0.73 | 0.78 |
| Hex | C9 | 9D | F0 | 10 | 23 | 0 | 6 | 110 | 49 | 4E |
| Octal | 311 | 235 | 360 | 20 | 43 | 0 | 6 | 420 | 111 | 116 |
| Binary | 11001001 | 10011101 | 11110000 | 10000 | 100011 | 0 | 110 | 100010000 | 1001001 | 1001110 |
Color Harmonies of #C99DF0
Complementary color
Monochromatic Colors of #C99DF0
Black with #C99DF0
Text Example
Text Example
White with #C99DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99DF0; }
p { color: rgb(201,157,240); }
H1.HeaderClassName
{
color: #C99DF0;
}
.AnyTagClassName
{
color: #C99DF0;
}
</style>
background-color css
<style>
a { background-color: #C99DF0; }
a { background-color: rgb(201,157,240); }
div.DivClassName
{
background-color: #C99DF0;
}
.BgClassName
{
background-color: #C99DF0;
}
</style>
border-color css
<style>
span { border-color: #C99DF0; }
span { border-color: rgb(201,157,240); }
td.TdClassName
{
border-color: #C99DF0;
}
.TagClassName
{
border-color: #C99DF0;
}
</style>