Shades of Wisteria #C388DC
Tints of Wisteria #C388DC
RGB
CMYK
RGB Variations
Color information
#C388DC (or 0xC388DC) is known color: Wisteria. HEX triplet: C3, 88 and DC. RGB value is (195,136,220). Sum of RGB (Red+Green+Blue) = 195+136+220=551 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.39% from 551); Green value is 136 (53.52% from 255 or 24.68% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #C388DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C388DC is #3C7723. Grayscale: #A2A2A2. Windows color (decimal): -3962660 or 14452931. OLE color: 14452931.
HSL color Cylindrical-coordinate representation of color #C388DC: hue angle of 282.14º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C388DC is Cyan = 0.11, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 195 | 136 | 220 | - |
| CMYK | 0.11 | 0.38 | 0 | 0.14 |
| HSL | 282.14º | 0.55% | 0.7% | - |
| HSV(B) | 282.14º | 0.38% | 0.86% | - |
| XYZ | 44.23 | 34.38 | 72.01 | - |
| YUV | 163.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 136 | 220 | 0.11 | 0.38 | 0 | 0.14 | 282.14 | 0.55 | 0.7 |
| Hex | C3 | 88 | DC | B | 26 | 0 | E | 11A | 37 | 46 |
| Octal | 303 | 210 | 334 | 13 | 46 | 0 | 16 | 432 | 67 | 106 |
| Binary | 11000011 | 10001000 | 11011100 | 1011 | 100110 | 0 | 1110 | 100011010 | 110111 | 1000110 |
Color Harmonies of #C388DC
Complementary color
Monochromatic Colors of #C388DC
Black with #C388DC
Text Example
Text Example
White with #C388DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C388DC; }
p { color: rgb(195,136,220); }
H1.HeaderClassName
{
color: #C388DC;
}
.AnyTagClassName
{
color: #C388DC;
}
</style>
background-color css
<style>
a { background-color: #C388DC; }
a { background-color: rgb(195,136,220); }
div.DivClassName
{
background-color: #C388DC;
}
.BgClassName
{
background-color: #C388DC;
}
</style>
border-color css
<style>
span { border-color: #C388DC; }
span { border-color: rgb(195,136,220); }
td.TdClassName
{
border-color: #C388DC;
}
.TagClassName
{
border-color: #C388DC;
}
</style>