Shades of Wisteria #C385EE
Tints of Wisteria #C385EE
RGB
CMYK
RGB Variations
Color information
#C385EE (or 0xC385EE) is known color: Wisteria. HEX triplet: C3, 85 and EE. RGB value is (195,133,238). Sum of RGB (Red+Green+Blue) = 195+133+238=566 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.45% from 566); Green value is 133 (52.34% from 255 or 23.50% from 566); Blue value is 238 (93.36% from 255 or 42.05% from 566); Max value from RGB is 238 - color contains mainly: blue. Hex color #C385EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385EE is #3C7A11. Grayscale: #A3A3A3. Windows color (decimal): -3963410 or 15631811. OLE color: 15631811.
HSL color Cylindrical-coordinate representation of color #C385EE: hue angle of 275.43º degrees, saturation: 0.76, 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 #C385EE is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 133 | 238 | - |
| CMYK | 0.18 | 0.44 | 0 | 0.07 |
| HSL | 275.43º | 0.76% | 0.73% | - |
| HSV(B) | 275.43º | 0.44% | 0.93% | - |
| XYZ | 46.33 | 34.55 | 85.12 | - |
| YUV | 163.51 | 170.04 | 150.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 238 | 0.18 | 0.44 | 0 | 0.07 | 275.43 | 0.76 | 0.73 |
| Hex | C3 | 85 | EE | 12 | 2C | 0 | 7 | 113 | 4C | 49 |
| Octal | 303 | 205 | 356 | 22 | 54 | 0 | 7 | 423 | 114 | 111 |
| Binary | 11000011 | 10000101 | 11101110 | 10010 | 101100 | 0 | 111 | 100010011 | 1001100 | 1001001 |
Color Harmonies of #C385EE
Complementary color
Monochromatic Colors of #C385EE
Black with #C385EE
Text Example
Text Example
White with #C385EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385EE; }
p { color: rgb(195,133,238); }
H1.HeaderClassName
{
color: #C385EE;
}
.AnyTagClassName
{
color: #C385EE;
}
</style>
background-color css
<style>
a { background-color: #C385EE; }
a { background-color: rgb(195,133,238); }
div.DivClassName
{
background-color: #C385EE;
}
.BgClassName
{
background-color: #C385EE;
}
</style>
border-color css
<style>
span { border-color: #C385EE; }
span { border-color: rgb(195,133,238); }
td.TdClassName
{
border-color: #C385EE;
}
.TagClassName
{
border-color: #C385EE;
}
</style>