Shades of Wisteria #C999F2
Tints of Wisteria #C999F2
RGB
CMYK
RGB Variations
Color information
#C999F2 (or 0xC999F2) is known color: Wisteria. HEX triplet: C9, 99 and F2. RGB value is (201,153,242). Sum of RGB (Red+Green+Blue) = 201+153+242=596 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.72% from 596); Green value is 153 (60.16% from 255 or 25.67% from 596); Blue value is 242 (94.92% from 255 or 40.60% from 596); Max value from RGB is 242 - color contains mainly: blue. Hex color #C999F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C999F2 is #36660D. Grayscale: #B1B1B1. Windows color (decimal): -3565070 or 15899081. OLE color: 15899081.
HSL color Cylindrical-coordinate representation of color #C999F2: hue angle of 272.36º degrees, saturation: 0.77, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C999F2 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 201 | 153 | 242 | - |
| CMYK | 0.17 | 0.37 | 0 | 0.05 |
| HSL | 272.36º | 0.77% | 0.77% | - |
| HSV(B) | 272.36º | 0.37% | 0.95% | - |
| XYZ | 51.51 | 41.61 | 89.32 | - |
| YUV | 177.5 | 164.4 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 153 | 242 | 0.17 | 0.37 | 0 | 0.05 | 272.36 | 0.77 | 0.77 |
| Hex | C9 | 99 | F2 | 11 | 25 | 0 | 5 | 110 | 4D | 4D |
| Octal | 311 | 231 | 362 | 21 | 45 | 0 | 5 | 420 | 115 | 115 |
| Binary | 11001001 | 10011001 | 11110010 | 10001 | 100101 | 0 | 101 | 100010000 | 1001101 | 1001101 |
Color Harmonies of #C999F2
Complementary color
Monochromatic Colors of #C999F2
Black with #C999F2
Text Example
Text Example
White with #C999F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C999F2; }
p { color: rgb(201,153,242); }
H1.HeaderClassName
{
color: #C999F2;
}
.AnyTagClassName
{
color: #C999F2;
}
</style>
background-color css
<style>
a { background-color: #C999F2; }
a { background-color: rgb(201,153,242); }
div.DivClassName
{
background-color: #C999F2;
}
.BgClassName
{
background-color: #C999F2;
}
</style>
border-color css
<style>
span { border-color: #C999F2; }
span { border-color: rgb(201,153,242); }
td.TdClassName
{
border-color: #C999F2;
}
.TagClassName
{
border-color: #C999F2;
}
</style>