Shades of Wisteria #C990FC
Tints of Wisteria #C990FC
RGB
CMYK
RGB Variations
Color information
#C990FC (or 0xC990FC) is known color: Wisteria. HEX triplet: C9, 90 and FC. RGB value is (201,144,252). Sum of RGB (Red+Green+Blue) = 201+144+252=597 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.67% from 597); Green value is 144 (56.64% from 255 or 24.12% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #C990FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990FC is #366F03. Grayscale: #ACACAC. Windows color (decimal): -3567364 or 16552137. OLE color: 16552137.
HSL color Cylindrical-coordinate representation of color #C990FC: hue angle of 271.67º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C990FC is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 144 | 252 | - |
| CMYK | 0.20 | 0.43 | 0 | 0.01 |
| HSL | 271.67º | 0.95% | 0.78% | - |
| HSV(B) | 271.67º | 0.43% | 0.99% | - |
| XYZ | 51.63 | 39.39 | 96.98 | - |
| YUV | 173.36 | 172.38 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 252 | 0.20 | 0.43 | 0 | 0.01 | 271.67 | 0.95 | 0.78 |
| Hex | C9 | 90 | FC | 14 | 2B | 0 | 1 | 110 | 5F | 4E |
| Octal | 311 | 220 | 374 | 24 | 53 | 0 | 1 | 420 | 137 | 116 |
| Binary | 11001001 | 10010000 | 11111100 | 10100 | 101011 | 0 | 1 | 100010000 | 1011111 | 1001110 |
Color Harmonies of #C990FC
Complementary color
Monochromatic Colors of #C990FC
Black with #C990FC
Text Example
Text Example
White with #C990FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990FC; }
p { color: rgb(201,144,252); }
H1.HeaderClassName
{
color: #C990FC;
}
.AnyTagClassName
{
color: #C990FC;
}
</style>
background-color css
<style>
a { background-color: #C990FC; }
a { background-color: rgb(201,144,252); }
div.DivClassName
{
background-color: #C990FC;
}
.BgClassName
{
background-color: #C990FC;
}
</style>
border-color css
<style>
span { border-color: #C990FC; }
span { border-color: rgb(201,144,252); }
td.TdClassName
{
border-color: #C990FC;
}
.TagClassName
{
border-color: #C990FC;
}
</style>