Shades of Wisteria #C381E2
Tints of Wisteria #C381E2
RGB
CMYK
RGB Variations
Color information
#C381E2 (or 0xC381E2) is known color: Wisteria. HEX triplet: C3, 81 and E2. RGB value is (195,129,226). Sum of RGB (Red+Green+Blue) = 195+129+226=550 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.45% from 550); Green value is 129 (50.78% from 255 or 23.45% from 550); Blue value is 226 (88.67% from 255 or 41.09% from 550); Max value from RGB is 226 - color contains mainly: blue. Hex color #C381E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381E2 is #3C7E1D. Grayscale: #9F9F9F. Windows color (decimal): -3964446 or 14844355. OLE color: 14844355.
HSL color Cylindrical-coordinate representation of color #C381E2: hue angle of 280.82º degrees, saturation: 0.63, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C381E2 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 129 | 226 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.11 |
| HSL | 280.82º | 0.63% | 0.7% | - |
| HSV(B) | 280.82º | 0.43% | 0.89% | - |
| XYZ | 44.08 | 32.79 | 75.96 | - |
| YUV | 159.79 | 165.37 | 153.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 226 | 0.14 | 0.43 | 0 | 0.11 | 280.82 | 0.63 | 0.7 |
| Hex | C3 | 81 | E2 | E | 2B | 0 | B | 119 | 3F | 46 |
| Octal | 303 | 201 | 342 | 16 | 53 | 0 | 13 | 431 | 77 | 106 |
| Binary | 11000011 | 10000001 | 11100010 | 1110 | 101011 | 0 | 1011 | 100011001 | 111111 | 1000110 |
Color Harmonies of #C381E2
Complementary color
Monochromatic Colors of #C381E2
Black with #C381E2
Text Example
Text Example
White with #C381E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381E2; }
p { color: rgb(195,129,226); }
H1.HeaderClassName
{
color: #C381E2;
}
.AnyTagClassName
{
color: #C381E2;
}
</style>
background-color css
<style>
a { background-color: #C381E2; }
a { background-color: rgb(195,129,226); }
div.DivClassName
{
background-color: #C381E2;
}
.BgClassName
{
background-color: #C381E2;
}
</style>
border-color css
<style>
span { border-color: #C381E2; }
span { border-color: rgb(195,129,226); }
td.TdClassName
{
border-color: #C381E2;
}
.TagClassName
{
border-color: #C381E2;
}
</style>