Shades of Wisteria #C388FA
Tints of Wisteria #C388FA
RGB
CMYK
RGB Variations
Color information
#C388FA (or 0xC388FA) is known color: Wisteria. HEX triplet: C3, 88 and FA. RGB value is (195,136,250). Sum of RGB (Red+Green+Blue) = 195+136+250=581 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.56% from 581); Green value is 136 (53.52% from 255 or 23.41% from 581); Blue value is 250 (98.05% from 255 or 43.03% from 581); Max value from RGB is 250 - color contains mainly: blue. Hex color #C388FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C388FA is #3C7705. Grayscale: #A6A6A6. Windows color (decimal): -3962630 or 16419011. OLE color: 16419011.
HSL color Cylindrical-coordinate representation of color #C388FA: hue angle of 271.05º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C388FA is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 195 | 136 | 250 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.02 |
| HSL | 271.05º | 0.92% | 0.76% | - |
| HSV(B) | 271.05º | 0.46% | 0.98% | - |
| XYZ | 48.57 | 36.11 | 94.85 | - |
| YUV | 166.64 | 175.05 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 250 | 0.22 | 0.46 | 0 | 0.02 | 271.05 | 0.92 | 0.76 |
| Hex | C3 | 88 | FA | 16 | 2E | 0 | 2 | 10F | 5C | 4C |
| Octal | 303 | 210 | 372 | 26 | 56 | 0 | 2 | 417 | 134 | 114 |
| Binary | 11000011 | 10001000 | 11111010 | 10110 | 101110 | 0 | 10 | 100001111 | 1011100 | 1001100 |
Color Harmonies of #C388FA
Complementary color
Monochromatic Colors of #C388FA
Black with #C388FA
Text Example
Text Example
White with #C388FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388FA; }
p { color: rgb(195,136,250); }
H1.HeaderClassName
{
color: #C388FA;
}
.AnyTagClassName
{
color: #C388FA;
}
</style>
background-color css
<style>
a { background-color: #C388FA; }
a { background-color: rgb(195,136,250); }
div.DivClassName
{
background-color: #C388FA;
}
.BgClassName
{
background-color: #C388FA;
}
</style>
border-color css
<style>
span { border-color: #C388FA; }
span { border-color: rgb(195,136,250); }
td.TdClassName
{
border-color: #C388FA;
}
.TagClassName
{
border-color: #C388FA;
}
</style>