Shades of Wisteria #C385F3
Tints of Wisteria #C385F3
RGB
CMYK
RGB Variations
Color information
#C385F3 (or 0xC385F3) is known color: Wisteria. HEX triplet: C3, 85 and F3. RGB value is (195,133,243). Sum of RGB (Red+Green+Blue) = 195+133+243=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 243 (95.31% from 255 or 42.56% from 571); Max value from RGB is 243 - color contains mainly: blue. Hex color #C385F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C385F3 is #3C7A0C. Grayscale: #A3A3A3. Windows color (decimal): -3963405 or 15959491. OLE color: 15959491.
HSL color Cylindrical-coordinate representation of color #C385F3: hue angle of 273.82º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C385F3 is Cyan = 0.20, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 133 | 243 | - |
| CMYK | 0.20 | 0.45 | 0 | 0.05 |
| HSL | 273.82º | 0.82% | 0.74% | - |
| HSV(B) | 273.82º | 0.45% | 0.95% | - |
| XYZ | 47.07 | 34.85 | 89.04 | - |
| YUV | 164.08 | 172.54 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 243 | 0.20 | 0.45 | 0 | 0.05 | 273.82 | 0.82 | 0.74 |
| Hex | C3 | 85 | F3 | 14 | 2D | 0 | 5 | 112 | 52 | 4A |
| Octal | 303 | 205 | 363 | 24 | 55 | 0 | 5 | 422 | 122 | 112 |
| Binary | 11000011 | 10000101 | 11110011 | 10100 | 101101 | 0 | 101 | 100010010 | 1010010 | 1001010 |
Color Harmonies of #C385F3
Complementary color
Monochromatic Colors of #C385F3
Black with #C385F3
Text Example
Text Example
White with #C385F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385F3; }
p { color: rgb(195,133,243); }
H1.HeaderClassName
{
color: #C385F3;
}
.AnyTagClassName
{
color: #C385F3;
}
</style>
background-color css
<style>
a { background-color: #C385F3; }
a { background-color: rgb(195,133,243); }
div.DivClassName
{
background-color: #C385F3;
}
.BgClassName
{
background-color: #C385F3;
}
</style>
border-color css
<style>
span { border-color: #C385F3; }
span { border-color: rgb(195,133,243); }
td.TdClassName
{
border-color: #C385F3;
}
.TagClassName
{
border-color: #C385F3;
}
</style>