Shades of Wisteria #C990FD
Tints of Wisteria #C990FD
RGB
CMYK
RGB Variations
Color information
#C990FD (or 0xC990FD) is known color: Wisteria. HEX triplet: C9, 90 and FD. RGB value is (201,144,253). Sum of RGB (Red+Green+Blue) = 201+144+253=598 (79% of max value = 765). Red value is 201 (78.91% from 255 or 33.61% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 253 (99.22% from 255 or 42.31% from 598); Max value from RGB is 253 - color contains mainly: blue. Hex color #C990FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C990FD is #366F02. Grayscale: #ADADAD. Windows color (decimal): -3567363 or 16617673. OLE color: 16617673.
HSL color Cylindrical-coordinate representation of color #C990FD: hue angle of 271.38º degrees, saturation: 0.96, 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 #C990FD is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 144 | 253 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.01 |
| HSL | 271.38º | 0.96% | 0.78% | - |
| HSV(B) | 271.38º | 0.43% | 0.99% | - |
| XYZ | 51.79 | 39.46 | 97.81 | - |
| YUV | 173.47 | 172.88 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 144 | 253 | 0.21 | 0.43 | 0 | 0.01 | 271.38 | 0.96 | 0.78 |
| Hex | C9 | 90 | FD | 15 | 2B | 0 | 1 | 10F | 60 | 4E |
| Octal | 311 | 220 | 375 | 25 | 53 | 0 | 1 | 417 | 140 | 116 |
| Binary | 11001001 | 10010000 | 11111101 | 10101 | 101011 | 0 | 1 | 100001111 | 1100000 | 1001110 |
Color Harmonies of #C990FD
Complementary color
Monochromatic Colors of #C990FD
Black with #C990FD
Text Example
Text Example
White with #C990FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C990FD; }
p { color: rgb(201,144,253); }
H1.HeaderClassName
{
color: #C990FD;
}
.AnyTagClassName
{
color: #C990FD;
}
</style>
background-color css
<style>
a { background-color: #C990FD; }
a { background-color: rgb(201,144,253); }
div.DivClassName
{
background-color: #C990FD;
}
.BgClassName
{
background-color: #C990FD;
}
</style>
border-color css
<style>
span { border-color: #C990FD; }
span { border-color: rgb(201,144,253); }
td.TdClassName
{
border-color: #C990FD;
}
.TagClassName
{
border-color: #C990FD;
}
</style>