Shades of Wisteria #C388CF
Tints of Wisteria #C388CF
RGB
CMYK
RGB Variations
Color information
#C388CF (or 0xC388CF) is known color: Wisteria. HEX triplet: C3, 88 and CF. RGB value is (195,136,207). Sum of RGB (Red+Green+Blue) = 195+136+207=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 136 (53.52% from 255 or 25.28% from 538); Blue value is 207 (81.25% from 255 or 38.48% from 538); Max value from RGB is 207 - color contains mainly: blue. Hex color #C388CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388CF is #3C7730. Grayscale: #A1A1A1. Windows color (decimal): -3962673 or 13600963. OLE color: 13600963.
HSL color Cylindrical-coordinate representation of color #C388CF: hue angle of 289.86º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C388CF is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 195 | 136 | 207 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.19 |
| HSL | 289.86º | 0.43% | 0.67% | - |
| HSV(B) | 289.86º | 0.34% | 0.81% | - |
| XYZ | 42.57 | 33.72 | 63.3 | - |
| YUV | 161.74 | 153.55 | 151.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 207 | 0.06 | 0.34 | 0 | 0.19 | 289.86 | 0.43 | 0.67 |
| Hex | C3 | 88 | CF | 6 | 22 | 0 | 13 | 122 | 2B | 43 |
| Octal | 303 | 210 | 317 | 6 | 42 | 0 | 23 | 442 | 53 | 103 |
| Binary | 11000011 | 10001000 | 11001111 | 110 | 100010 | 0 | 10011 | 100100010 | 101011 | 1000011 |
Color Harmonies of #C388CF
Complementary color
Monochromatic Colors of #C388CF
Black with #C388CF
Text Example
Text Example
White with #C388CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388CF; }
p { color: rgb(195,136,207); }
H1.HeaderClassName
{
color: #C388CF;
}
.AnyTagClassName
{
color: #C388CF;
}
</style>
background-color css
<style>
a { background-color: #C388CF; }
a { background-color: rgb(195,136,207); }
div.DivClassName
{
background-color: #C388CF;
}
.BgClassName
{
background-color: #C388CF;
}
</style>
border-color css
<style>
span { border-color: #C388CF; }
span { border-color: rgb(195,136,207); }
td.TdClassName
{
border-color: #C388CF;
}
.TagClassName
{
border-color: #C388CF;
}
</style>