Shades of Wisteria #C99AF1
Tints of Wisteria #C99AF1
RGB
CMYK
RGB Variations
Color information
#C99AF1 (or 0xC99AF1) is known color: Wisteria. HEX triplet: C9, 9A and F1. RGB value is (201,154,241). Sum of RGB (Red+Green+Blue) = 201+154+241=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 154 (60.55% from 255 or 25.84% from 596); Blue value is 241 (94.53% from 255 or 40.44% from 596); Max value from RGB is 241 - color contains mainly: blue. Hex color #C99AF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C99AF1 is #36650E. Grayscale: #B1B1B1. Windows color (decimal): -3564815 or 15833801. OLE color: 15833801.
HSL color Cylindrical-coordinate representation of color #C99AF1: hue angle of 272.41º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C99AF1 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 154 | 241 | - |
| CMYK | 0.17 | 0.36 | 0 | 0.05 |
| HSL | 272.41º | 0.76% | 0.77% | - |
| HSV(B) | 272.41º | 0.36% | 0.95% | - |
| XYZ | 51.52 | 41.88 | 88.59 | - |
| YUV | 177.97 | 163.57 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 154 | 241 | 0.17 | 0.36 | 0 | 0.05 | 272.41 | 0.76 | 0.77 |
| Hex | C9 | 9A | F1 | 11 | 24 | 0 | 5 | 110 | 4C | 4D |
| Octal | 311 | 232 | 361 | 21 | 44 | 0 | 5 | 420 | 114 | 115 |
| Binary | 11001001 | 10011010 | 11110001 | 10001 | 100100 | 0 | 101 | 100010000 | 1001100 | 1001101 |
Color Harmonies of #C99AF1
Complementary color
Monochromatic Colors of #C99AF1
Black with #C99AF1
Text Example
Text Example
White with #C99AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C99AF1; }
p { color: rgb(201,154,241); }
H1.HeaderClassName
{
color: #C99AF1;
}
.AnyTagClassName
{
color: #C99AF1;
}
</style>
background-color css
<style>
a { background-color: #C99AF1; }
a { background-color: rgb(201,154,241); }
div.DivClassName
{
background-color: #C99AF1;
}
.BgClassName
{
background-color: #C99AF1;
}
</style>
border-color css
<style>
span { border-color: #C99AF1; }
span { border-color: rgb(201,154,241); }
td.TdClassName
{
border-color: #C99AF1;
}
.TagClassName
{
border-color: #C99AF1;
}
</style>