Shades of Wisteria #C888F5
Tints of Wisteria #C888F5
RGB
CMYK
RGB Variations
Color information
#C888F5 (or 0xC888F5) is known color: Wisteria. HEX triplet: C8, 88 and F5. RGB value is (200,136,245). Sum of RGB (Red+Green+Blue) = 200+136+245=581 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.42% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 245 (96.09% from 255 or 42.17% from 581); Max value from RGB is 245 - color contains mainly: blue. Hex color #C888F5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C888F5 is #37770A. Grayscale: #A7A7A7. Windows color (decimal): -3634955 or 16091336. OLE color: 16091336.
HSL color Cylindrical-coordinate representation of color #C888F5: hue angle of 275.23º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C888F5 is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 200 | 136 | 245 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.04 |
| HSL | 275.23º | 0.84% | 0.75% | - |
| HSV(B) | 275.23º | 0.44% | 0.96% | - |
| XYZ | 49.11 | 36.48 | 90.84 | - |
| YUV | 167.56 | 171.7 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 136 | 245 | 0.18 | 0.44 | 0 | 0.04 | 275.23 | 0.84 | 0.75 |
| Hex | C8 | 88 | F5 | 12 | 2C | 0 | 4 | 113 | 54 | 4B |
| Octal | 310 | 210 | 365 | 22 | 54 | 0 | 4 | 423 | 124 | 113 |
| Binary | 11001000 | 10001000 | 11110101 | 10010 | 101100 | 0 | 100 | 100010011 | 1010100 | 1001011 |
Color Harmonies of #C888F5
Complementary color
Monochromatic Colors of #C888F5
Black with #C888F5
Text Example
Text Example
White with #C888F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C888F5; }
p { color: rgb(200,136,245); }
H1.HeaderClassName
{
color: #C888F5;
}
.AnyTagClassName
{
color: #C888F5;
}
</style>
background-color css
<style>
a { background-color: #C888F5; }
a { background-color: rgb(200,136,245); }
div.DivClassName
{
background-color: #C888F5;
}
.BgClassName
{
background-color: #C888F5;
}
</style>
border-color css
<style>
span { border-color: #C888F5; }
span { border-color: rgb(200,136,245); }
td.TdClassName
{
border-color: #C888F5;
}
.TagClassName
{
border-color: #C888F5;
}
</style>