Shades of Wisteria #C999F0
Tints of Wisteria #C999F0
RGB
CMYK
RGB Variations
Color information
#C999F0 (or 0xC999F0) is known color: Wisteria. HEX triplet: C9, 99 and F0. RGB value is (201,153,240). Sum of RGB (Red+Green+Blue) = 201+153+240=594 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.84% from 594); Green value is 153 (60.16% from 255 or 25.76% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #C999F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999F0 is #36660F. Grayscale: #B0B0B0. Windows color (decimal): -3565072 or 15768009. OLE color: 15768009.
HSL color Cylindrical-coordinate representation of color #C999F0: hue angle of 273.1º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C999F0 is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 201 | 153 | 240 | - |
| CMYK | 0.16 | 0.36 | 0 | 0.06 |
| HSL | 273.1º | 0.74% | 0.77% | - |
| HSV(B) | 273.1º | 0.36% | 0.94% | - |
| XYZ | 51.21 | 41.49 | 87.75 | - |
| YUV | 177.27 | 163.4 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 240 | 0.16 | 0.36 | 0 | 0.06 | 273.1 | 0.74 | 0.77 |
| Hex | C9 | 99 | F0 | 10 | 24 | 0 | 6 | 111 | 4A | 4D |
| Octal | 311 | 231 | 360 | 20 | 44 | 0 | 6 | 421 | 112 | 115 |
| Binary | 11001001 | 10011001 | 11110000 | 10000 | 100100 | 0 | 110 | 100010001 | 1001010 | 1001101 |
Color Harmonies of #C999F0
Complementary color
Monochromatic Colors of #C999F0
Black with #C999F0
Text Example
Text Example
White with #C999F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999F0; }
p { color: rgb(201,153,240); }
H1.HeaderClassName
{
color: #C999F0;
}
.AnyTagClassName
{
color: #C999F0;
}
</style>
background-color css
<style>
a { background-color: #C999F0; }
a { background-color: rgb(201,153,240); }
div.DivClassName
{
background-color: #C999F0;
}
.BgClassName
{
background-color: #C999F0;
}
</style>
border-color css
<style>
span { border-color: #C999F0; }
span { border-color: rgb(201,153,240); }
td.TdClassName
{
border-color: #C999F0;
}
.TagClassName
{
border-color: #C999F0;
}
</style>