Shades of Wisteria #C990FA
Tints of Wisteria #C990FA
RGB
CMYK
RGB Variations
Color information
#C990FA (or 0xC990FA) is known color: Wisteria. HEX triplet: C9, 90 and FA. RGB value is (201,144,250). Sum of RGB (Red+Green+Blue) = 201+144+250=595 (78% of max value = 765). Red value is 201 (78.91% from 255 or 33.78% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 250 (98.05% from 255 or 42.02% from 595); Max value from RGB is 250 - color contains mainly: blue. Hex color #C990FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990FA is #366F05. Grayscale: #ACACAC. Windows color (decimal): -3567366 or 16421065. OLE color: 16421065.
HSL color Cylindrical-coordinate representation of color #C990FA: hue angle of 272.26º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C990FA is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 144 | 250 | - |
| CMYK | 0.20 | 0.42 | 0 | 0.02 |
| HSL | 272.26º | 0.91% | 0.77% | - |
| HSV(B) | 272.26º | 0.42% | 0.98% | - |
| XYZ | 51.32 | 39.27 | 95.32 | - |
| YUV | 173.13 | 171.38 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 250 | 0.20 | 0.42 | 0 | 0.02 | 272.26 | 0.91 | 0.77 |
| Hex | C9 | 90 | FA | 14 | 2A | 0 | 2 | 110 | 5B | 4D |
| Octal | 311 | 220 | 372 | 24 | 52 | 0 | 2 | 420 | 133 | 115 |
| Binary | 11001001 | 10010000 | 11111010 | 10100 | 101010 | 0 | 10 | 100010000 | 1011011 | 1001101 |
Color Harmonies of #C990FA
Complementary color
Monochromatic Colors of #C990FA
Black with #C990FA
Text Example
Text Example
White with #C990FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990FA; }
p { color: rgb(201,144,250); }
H1.HeaderClassName
{
color: #C990FA;
}
.AnyTagClassName
{
color: #C990FA;
}
</style>
background-color css
<style>
a { background-color: #C990FA; }
a { background-color: rgb(201,144,250); }
div.DivClassName
{
background-color: #C990FA;
}
.BgClassName
{
background-color: #C990FA;
}
</style>
border-color css
<style>
span { border-color: #C990FA; }
span { border-color: rgb(201,144,250); }
td.TdClassName
{
border-color: #C990FA;
}
.TagClassName
{
border-color: #C990FA;
}
</style>