Shades of Wisteria #C380E2
Tints of Wisteria #C380E2
RGB
CMYK
RGB Variations
Color information
#C380E2 (or 0xC380E2) is known color: Wisteria. HEX triplet: C3, 80 and E2. RGB value is (195,128,226). Sum of RGB (Red+Green+Blue) = 195+128+226=549 (72% of max value = 765). Red value is 195 (76.56% from 255 or 35.52% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 226 (88.67% from 255 or 41.17% from 549); Max value from RGB is 226 - color contains mainly: blue. Hex color #C380E2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C380E2 is #3C7F1D. Grayscale: #9E9E9E. Windows color (decimal): -3964702 or 14844099. OLE color: 14844099.
HSL color Cylindrical-coordinate representation of color #C380E2: hue angle of 281.02º degrees, saturation: 0.63, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C380E2 is Cyan = 0.14, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 128 | 226 | - |
| CMYK | 0.14 | 0.43 | 0 | 0.11 |
| HSL | 281.02º | 0.63% | 0.69% | - |
| HSV(B) | 281.02º | 0.43% | 0.89% | - |
| XYZ | 43.95 | 32.53 | 75.91 | - |
| YUV | 159.21 | 165.7 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 226 | 0.14 | 0.43 | 0 | 0.11 | 281.02 | 0.63 | 0.69 |
| Hex | C3 | 80 | E2 | E | 2B | 0 | B | 119 | 3F | 45 |
| Octal | 303 | 200 | 342 | 16 | 53 | 0 | 13 | 431 | 77 | 105 |
| Binary | 11000011 | 10000000 | 11100010 | 1110 | 101011 | 0 | 1011 | 100011001 | 111111 | 1000101 |
Color Harmonies of #C380E2
Complementary color
Monochromatic Colors of #C380E2
Black with #C380E2
Text Example
Text Example
White with #C380E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380E2; }
p { color: rgb(195,128,226); }
H1.HeaderClassName
{
color: #C380E2;
}
.AnyTagClassName
{
color: #C380E2;
}
</style>
background-color css
<style>
a { background-color: #C380E2; }
a { background-color: rgb(195,128,226); }
div.DivClassName
{
background-color: #C380E2;
}
.BgClassName
{
background-color: #C380E2;
}
</style>
border-color css
<style>
span { border-color: #C380E2; }
span { border-color: rgb(195,128,226); }
td.TdClassName
{
border-color: #C380E2;
}
.TagClassName
{
border-color: #C380E2;
}
</style>