Shades of Wisteria #C387EF
Tints of Wisteria #C387EF
RGB
CMYK
RGB Variations
Color information
#C387EF (or 0xC387EF) is known color: Wisteria. HEX triplet: C3, 87 and EF. RGB value is (195,135,239). Sum of RGB (Red+Green+Blue) = 195+135+239=569 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.27% from 569); Green value is 135 (53.12% from 255 or 23.73% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #C387EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C387EF is #3C7810. Grayscale: #A4A4A4. Windows color (decimal): -3962897 or 15697859. OLE color: 15697859.
HSL color Cylindrical-coordinate representation of color #C387EF: hue angle of 274.62º degrees, saturation: 0.76, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C387EF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 195 | 135 | 239 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.06 |
| HSL | 274.62º | 0.76% | 0.73% | - |
| HSV(B) | 274.62º | 0.44% | 0.94% | - |
| XYZ | 46.75 | 35.16 | 85.98 | - |
| YUV | 164.8 | 169.88 | 149.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 135 | 239 | 0.18 | 0.44 | 0 | 0.06 | 274.62 | 0.76 | 0.73 |
| Hex | C3 | 87 | EF | 12 | 2C | 0 | 6 | 113 | 4C | 49 |
| Octal | 303 | 207 | 357 | 22 | 54 | 0 | 6 | 423 | 114 | 111 |
| Binary | 11000011 | 10000111 | 11101111 | 10010 | 101100 | 0 | 110 | 100010011 | 1001100 | 1001001 |
Color Harmonies of #C387EF
Complementary color
Monochromatic Colors of #C387EF
Black with #C387EF
Text Example
Text Example
White with #C387EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C387EF; }
p { color: rgb(195,135,239); }
H1.HeaderClassName
{
color: #C387EF;
}
.AnyTagClassName
{
color: #C387EF;
}
</style>
background-color css
<style>
a { background-color: #C387EF; }
a { background-color: rgb(195,135,239); }
div.DivClassName
{
background-color: #C387EF;
}
.BgClassName
{
background-color: #C387EF;
}
</style>
border-color css
<style>
span { border-color: #C387EF; }
span { border-color: rgb(195,135,239); }
td.TdClassName
{
border-color: #C387EF;
}
.TagClassName
{
border-color: #C387EF;
}
</style>