Shades of Wisteria #C381ED
Tints of Wisteria #C381ED
RGB
CMYK
RGB Variations
Color information
#C381ED (or 0xC381ED) is known color: Wisteria. HEX triplet: C3, 81 and ED. RGB value is (195,129,237). Sum of RGB (Red+Green+Blue) = 195+129+237=561 (74% of max value = 765). Red value is 195 (76.56% from 255 or 34.76% from 561); Green value is 129 (50.78% from 255 or 22.99% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #C381ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C381ED is #3C7E12. Grayscale: #A0A0A0. Windows color (decimal): -3964435 or 15565251. OLE color: 15565251.
HSL color Cylindrical-coordinate representation of color #C381ED: hue angle of 276.67º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C381ED is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 129 | 237 | - |
| CMYK | 0.18 | 0.46 | 0 | 0.07 |
| HSL | 276.67º | 0.75% | 0.72% | - |
| HSV(B) | 276.67º | 0.46% | 0.93% | - |
| XYZ | 45.64 | 33.42 | 84.17 | - |
| YUV | 161.05 | 170.87 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 129 | 237 | 0.18 | 0.46 | 0 | 0.07 | 276.67 | 0.75 | 0.72 |
| Hex | C3 | 81 | ED | 12 | 2E | 0 | 7 | 115 | 4B | 48 |
| Octal | 303 | 201 | 355 | 22 | 56 | 0 | 7 | 425 | 113 | 110 |
| Binary | 11000011 | 10000001 | 11101101 | 10010 | 101110 | 0 | 111 | 100010101 | 1001011 | 1001000 |
Color Harmonies of #C381ED
Complementary color
Monochromatic Colors of #C381ED
Black with #C381ED
Text Example
Text Example
White with #C381ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C381ED; }
p { color: rgb(195,129,237); }
H1.HeaderClassName
{
color: #C381ED;
}
.AnyTagClassName
{
color: #C381ED;
}
</style>
background-color css
<style>
a { background-color: #C381ED; }
a { background-color: rgb(195,129,237); }
div.DivClassName
{
background-color: #C381ED;
}
.BgClassName
{
background-color: #C381ED;
}
</style>
border-color css
<style>
span { border-color: #C381ED; }
span { border-color: rgb(195,129,237); }
td.TdClassName
{
border-color: #C381ED;
}
.TagClassName
{
border-color: #C381ED;
}
</style>