Shades of Wisteria #C890FE
Tints of Wisteria #C890FE
RGB
CMYK
RGB Variations
Color information
#C890FE (or 0xC890FE) is known color: Wisteria. HEX triplet: C8, 90 and FE. RGB value is (200,144,254). Sum of RGB (Red+Green+Blue) = 200+144+254=598 (79% of max value = 765). Red value is 200 (78.52% from 255 or 33.44% from 598); Green value is 144 (56.64% from 255 or 24.08% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #C890FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890FE is #376F01. Grayscale: #ACACAC. Windows color (decimal): -3632898 or 16683208. OLE color: 16683208.
HSL color Cylindrical-coordinate representation of color #C890FE: hue angle of 270.55º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C890FE is Cyan = 0.21, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 200 | 144 | 254 | - |
| CMYK | 0.21 | 0.43 | 0 | 0.00 |
| HSL | 270.55º | 0.98% | 0.78% | - |
| HSV(B) | 270.55º | 0.43% | 1% | - |
| XYZ | 51.68 | 39.38 | 98.64 | - |
| YUV | 173.28 | 173.55 | 147.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 144 | 254 | 0.21 | 0.43 | 0 | 0.00 | 270.55 | 0.98 | 0.78 |
| Hex | C8 | 90 | FE | 15 | 2B | 0 | 0 | 10F | 62 | 4E |
| Octal | 310 | 220 | 376 | 25 | 53 | 0 | 0 | 417 | 142 | 116 |
| Binary | 11001000 | 10010000 | 11111110 | 10101 | 101011 | 0 | 0 | 100001111 | 1100010 | 1001110 |
Color Harmonies of #C890FE
Complementary color
Monochromatic Colors of #C890FE
Black with #C890FE
Text Example
Text Example
White with #C890FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890FE; }
p { color: rgb(200,144,254); }
H1.HeaderClassName
{
color: #C890FE;
}
.AnyTagClassName
{
color: #C890FE;
}
</style>
background-color css
<style>
a { background-color: #C890FE; }
a { background-color: rgb(200,144,254); }
div.DivClassName
{
background-color: #C890FE;
}
.BgClassName
{
background-color: #C890FE;
}
</style>
border-color css
<style>
span { border-color: #C890FE; }
span { border-color: rgb(200,144,254); }
td.TdClassName
{
border-color: #C890FE;
}
.TagClassName
{
border-color: #C890FE;
}
</style>