Shades of Wisteria #C383F2
Tints of Wisteria #C383F2
RGB
CMYK
RGB Variations
Color information
#C383F2 (or 0xC383F2) is known color: Wisteria. HEX triplet: C3, 83 and F2. RGB value is (195,131,242). Sum of RGB (Red+Green+Blue) = 195+131+242=568 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.33% from 568); Green value is 131 (51.56% from 255 or 23.06% from 568); Blue value is 242 (94.92% from 255 or 42.61% from 568); Max value from RGB is 242 - color contains mainly: blue. Hex color #C383F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C383F2 is #3C7C0D. Grayscale: #A2A2A2. Windows color (decimal): -3963918 or 15893443. OLE color: 15893443.
HSL color Cylindrical-coordinate representation of color #C383F2: hue angle of 274.59º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C383F2 is Cyan = 0.19, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 195 | 131 | 242 | - |
| CMYK | 0.19 | 0.46 | 0 | 0.05 |
| HSL | 274.59º | 0.81% | 0.73% | - |
| HSV(B) | 274.59º | 0.46% | 0.95% | - |
| XYZ | 46.65 | 34.25 | 88.16 | - |
| YUV | 162.79 | 172.7 | 150.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 242 | 0.19 | 0.46 | 0 | 0.05 | 274.59 | 0.81 | 0.73 |
| Hex | C3 | 83 | F2 | 13 | 2E | 0 | 5 | 113 | 51 | 49 |
| Octal | 303 | 203 | 362 | 23 | 56 | 0 | 5 | 423 | 121 | 111 |
| Binary | 11000011 | 10000011 | 11110010 | 10011 | 101110 | 0 | 101 | 100010011 | 1010001 | 1001001 |
Color Harmonies of #C383F2
Complementary color
Monochromatic Colors of #C383F2
Black with #C383F2
Text Example
Text Example
White with #C383F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383F2; }
p { color: rgb(195,131,242); }
H1.HeaderClassName
{
color: #C383F2;
}
.AnyTagClassName
{
color: #C383F2;
}
</style>
background-color css
<style>
a { background-color: #C383F2; }
a { background-color: rgb(195,131,242); }
div.DivClassName
{
background-color: #C383F2;
}
.BgClassName
{
background-color: #C383F2;
}
</style>
border-color css
<style>
span { border-color: #C383F2; }
span { border-color: rgb(195,131,242); }
td.TdClassName
{
border-color: #C383F2;
}
.TagClassName
{
border-color: #C383F2;
}
</style>