Shades of Wisteria #C381E5
Tints of Wisteria #C381E5
RGB
CMYK
RGB Variations
Color information
#C381E5 (or 0xC381E5) is known color: Wisteria. HEX triplet: C3, 81 and E5. RGB value is (195,129,229). Sum of RGB (Red+Green+Blue) = 195+129+229=553 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.26% from 553); Green value is 129 (50.78% from 255 or 23.33% from 553); Blue value is 229 (89.84% from 255 or 41.41% from 553); Max value from RGB is 229 - color contains mainly: blue. Hex color #C381E5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381E5 is #3C7E1A. Grayscale: #9F9F9F. Windows color (decimal): -3964443 or 15040963. OLE color: 15040963.
HSL color Cylindrical-coordinate representation of color #C381E5: hue angle of 279.6º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C381E5 is Cyan = 0.15, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 129 | 229 | - |
| CMYK | 0.15 | 0.44 | 0 | 0.10 |
| HSL | 279.6º | 0.66% | 0.7% | - |
| HSV(B) | 279.6º | 0.44% | 0.9% | - |
| XYZ | 44.5 | 32.96 | 78.15 | - |
| YUV | 160.13 | 166.87 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 229 | 0.15 | 0.44 | 0 | 0.10 | 279.6 | 0.66 | 0.7 |
| Hex | C3 | 81 | E5 | F | 2C | 0 | A | 118 | 42 | 46 |
| Octal | 303 | 201 | 345 | 17 | 54 | 0 | 12 | 430 | 102 | 106 |
| Binary | 11000011 | 10000001 | 11100101 | 1111 | 101100 | 0 | 1010 | 100011000 | 1000010 | 1000110 |
Color Harmonies of #C381E5
Complementary color
Monochromatic Colors of #C381E5
Black with #C381E5
Text Example
Text Example
White with #C381E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381E5; }
p { color: rgb(195,129,229); }
H1.HeaderClassName
{
color: #C381E5;
}
.AnyTagClassName
{
color: #C381E5;
}
</style>
background-color css
<style>
a { background-color: #C381E5; }
a { background-color: rgb(195,129,229); }
div.DivClassName
{
background-color: #C381E5;
}
.BgClassName
{
background-color: #C381E5;
}
</style>
border-color css
<style>
span { border-color: #C381E5; }
span { border-color: rgb(195,129,229); }
td.TdClassName
{
border-color: #C381E5;
}
.TagClassName
{
border-color: #C381E5;
}
</style>