Shades of Wisteria #C990E6
Tints of Wisteria #C990E6
RGB
CMYK
RGB Variations
Color information
#C990E6 (or 0xC990E6) is known color: Wisteria. HEX triplet: C9, 90 and E6. RGB value is (201,144,230). Sum of RGB (Red+Green+Blue) = 201+144+230=575 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.96% from 575); Green value is 144 (56.64% from 255 or 25.04% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #C990E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990E6 is #366F19. Grayscale: #AAAAAA. Windows color (decimal): -3567386 or 15110345. OLE color: 15110345.
HSL color Cylindrical-coordinate representation of color #C990E6: hue angle of 279.77º degrees, saturation: 0.63, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C990E6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 201 | 144 | 230 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.10 |
| HSL | 279.77º | 0.63% | 0.73% | - |
| HSV(B) | 279.77º | 0.37% | 0.9% | - |
| XYZ | 48.34 | 38.08 | 79.66 | - |
| YUV | 170.85 | 161.38 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 230 | 0.13 | 0.37 | 0 | 0.10 | 279.77 | 0.63 | 0.73 |
| Hex | C9 | 90 | E6 | D | 25 | 0 | A | 118 | 3F | 49 |
| Octal | 311 | 220 | 346 | 15 | 45 | 0 | 12 | 430 | 77 | 111 |
| Binary | 11001001 | 10010000 | 11100110 | 1101 | 100101 | 0 | 1010 | 100011000 | 111111 | 1001001 |
Color Harmonies of #C990E6
Complementary color
Monochromatic Colors of #C990E6
Black with #C990E6
Text Example
Text Example
White with #C990E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990E6; }
p { color: rgb(201,144,230); }
H1.HeaderClassName
{
color: #C990E6;
}
.AnyTagClassName
{
color: #C990E6;
}
</style>
background-color css
<style>
a { background-color: #C990E6; }
a { background-color: rgb(201,144,230); }
div.DivClassName
{
background-color: #C990E6;
}
.BgClassName
{
background-color: #C990E6;
}
</style>
border-color css
<style>
span { border-color: #C990E6; }
span { border-color: rgb(201,144,230); }
td.TdClassName
{
border-color: #C990E6;
}
.TagClassName
{
border-color: #C990E6;
}
</style>