Shades of Wisteria #C890FB
Tints of Wisteria #C890FB
RGB
CMYK
RGB Variations
Color information
#C890FB (or 0xC890FB) is known color: Wisteria. HEX triplet: C8, 90 and FB. RGB value is (200,144,251). Sum of RGB (Red+Green+Blue) = 200+144+251=595 (78% of max value = 765). Red value is 200 (78.52% from 255 or 33.61% from 595); Green value is 144 (56.64% from 255 or 24.20% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #C890FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C890FB is #376F04. Grayscale: #ACACAC. Windows color (decimal): -3632901 or 16486600. OLE color: 16486600.
HSL color Cylindrical-coordinate representation of color #C890FB: hue angle of 271.4º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C890FB is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
RGB | 200 | 144 | 251 | - |
CMYK | 0.20 | 0.43 | 0 | 0.02 |
HSL | 271.4º | 0.93% | 0.77% | - |
HSV(B) | 271.4º | 0.43% | 0.98% | - |
XYZ | 51.21 | 39.19 | 96.13 | - |
YUV | 172.94 | 172.05 | 147.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 200 | 144 | 251 | 0.20 | 0.43 | 0 | 0.02 | 271.4 | 0.93 | 0.77 |
Hex | C8 | 90 | FB | 14 | 2B | 0 | 2 | 10F | 5D | 4D |
Octal | 310 | 220 | 373 | 24 | 53 | 0 | 2 | 417 | 135 | 115 |
Binary | 11001000 | 10010000 | 11111011 | 10100 | 101011 | 0 | 10 | 100001111 | 1011101 | 1001101 |
Color Harmonies of #C890FB
Complementary color
Monochromatic Colors of #C890FB
Black with #C890FB
Text Example
Text Example
White with #C890FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C890FB; }
p { color: rgb(200,144,251); }
H1.HeaderClassName
{
color: #C890FB;
}
.AnyTagClassName
{
color: #C890FB;
}
</style>
background-color css
<style>
a { background-color: #C890FB; }
a { background-color: rgb(200,144,251); }
div.DivClassName
{
background-color: #C890FB;
}
.BgClassName
{
background-color: #C890FB;
}
</style>
border-color css
<style>
span { border-color: #C890FB; }
span { border-color: rgb(200,144,251); }
td.TdClassName
{
border-color: #C890FB;
}
.TagClassName
{
border-color: #C890FB;
}
</style>