Shades of Wisteria #C381E1
Tints of Wisteria #C381E1
RGB
CMYK
RGB Variations
Color information
#C381E1 (or 0xC381E1) is known color: Wisteria. HEX triplet: C3, 81 and E1. RGB value is (195,129,225). Sum of RGB (Red+Green+Blue) = 195+129+225=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 225 (88.28% from 255 or 40.98% from 549); Max value from RGB is 225 - color contains mainly: blue. Hex color #C381E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C381E1 is #3C7E1E. Grayscale: #9F9F9F. Windows color (decimal): -3964447 or 14778819. OLE color: 14778819.
HSL color Cylindrical-coordinate representation of color #C381E1: hue angle of 281.25º degrees, saturation: 0.62, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C381E1 is Cyan = 0.13, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 195 | 129 | 225 | - |
| CMYK | 0.13 | 0.43 | 0 | 0.12 |
| HSL | 281.25º | 0.62% | 0.69% | - |
| HSV(B) | 281.25º | 0.43% | 0.88% | - |
| XYZ | 43.95 | 32.74 | 75.24 | - |
| YUV | 159.68 | 164.87 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 225 | 0.13 | 0.43 | 0 | 0.12 | 281.25 | 0.62 | 0.69 |
| Hex | C3 | 81 | E1 | D | 2B | 0 | C | 119 | 3E | 45 |
| Octal | 303 | 201 | 341 | 15 | 53 | 0 | 14 | 431 | 76 | 105 |
| Binary | 11000011 | 10000001 | 11100001 | 1101 | 101011 | 0 | 1100 | 100011001 | 111110 | 1000101 |
Color Harmonies of #C381E1
Complementary color
Monochromatic Colors of #C381E1
Black with #C381E1
Text Example
Text Example
White with #C381E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381E1; }
p { color: rgb(195,129,225); }
H1.HeaderClassName
{
color: #C381E1;
}
.AnyTagClassName
{
color: #C381E1;
}
</style>
background-color css
<style>
a { background-color: #C381E1; }
a { background-color: rgb(195,129,225); }
div.DivClassName
{
background-color: #C381E1;
}
.BgClassName
{
background-color: #C381E1;
}
</style>
border-color css
<style>
span { border-color: #C381E1; }
span { border-color: rgb(195,129,225); }
td.TdClassName
{
border-color: #C381E1;
}
.TagClassName
{
border-color: #C381E1;
}
</style>