Shades of Wisteria #C386EE
Tints of Wisteria #C386EE
RGB
CMYK
RGB Variations
Color information
#C386EE (or 0xC386EE) is known color: Wisteria. HEX triplet: C3, 86 and EE. RGB value is (195,134,238). Sum of RGB (Red+Green+Blue) = 195+134+238=567 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.39% from 567); Green value is 134 (52.73% from 255 or 23.63% from 567); Blue value is 238 (93.36% from 255 or 41.98% from 567); Max value from RGB is 238 - color contains mainly: blue. Hex color #C386EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C386EE is #3C7911. Grayscale: #A3A3A3. Windows color (decimal): -3963154 or 15632067. OLE color: 15632067.
HSL color Cylindrical-coordinate representation of color #C386EE: hue angle of 275.19º degrees, saturation: 0.75, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C386EE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 134 | 238 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.07 |
| HSL | 275.19º | 0.75% | 0.73% | - |
| HSV(B) | 275.19º | 0.44% | 0.93% | - |
| XYZ | 46.46 | 34.83 | 85.16 | - |
| YUV | 164.1 | 169.71 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 238 | 0.18 | 0.44 | 0 | 0.07 | 275.19 | 0.75 | 0.73 |
| Hex | C3 | 86 | EE | 12 | 2C | 0 | 7 | 113 | 4B | 49 |
| Octal | 303 | 206 | 356 | 22 | 54 | 0 | 7 | 423 | 113 | 111 |
| Binary | 11000011 | 10000110 | 11101110 | 10010 | 101100 | 0 | 111 | 100010011 | 1001011 | 1001001 |
Color Harmonies of #C386EE
Complementary color
Monochromatic Colors of #C386EE
Black with #C386EE
Text Example
Text Example
White with #C386EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386EE; }
p { color: rgb(195,134,238); }
H1.HeaderClassName
{
color: #C386EE;
}
.AnyTagClassName
{
color: #C386EE;
}
</style>
background-color css
<style>
a { background-color: #C386EE; }
a { background-color: rgb(195,134,238); }
div.DivClassName
{
background-color: #C386EE;
}
.BgClassName
{
background-color: #C386EE;
}
</style>
border-color css
<style>
span { border-color: #C386EE; }
span { border-color: rgb(195,134,238); }
td.TdClassName
{
border-color: #C386EE;
}
.TagClassName
{
border-color: #C386EE;
}
</style>