Shades of Wisteria #C380E7
Tints of Wisteria #C380E7
RGB
CMYK
RGB Variations
Color information
#C380E7 (or 0xC380E7) is known color: Wisteria. HEX triplet: C3, 80 and E7. RGB value is (195,128,231). Sum of RGB (Red+Green+Blue) = 195+128+231=554 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.20% from 554); Green value is 128 (50.39% from 255 or 23.10% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #C380E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C380E7 is #3C7F18. Grayscale: #9F9F9F. Windows color (decimal): -3964697 or 15171779. OLE color: 15171779.
HSL color Cylindrical-coordinate representation of color #C380E7: hue angle of 279.03º degrees, saturation: 0.68, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C380E7 is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 195 | 128 | 231 | - |
| CMYK | 0.16 | 0.45 | 0 | 0.09 |
| HSL | 279.03º | 0.68% | 0.7% | - |
| HSV(B) | 279.03º | 0.45% | 0.91% | - |
| XYZ | 44.65 | 32.81 | 79.58 | - |
| YUV | 159.78 | 168.2 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 128 | 231 | 0.16 | 0.45 | 0 | 0.09 | 279.03 | 0.68 | 0.7 |
| Hex | C3 | 80 | E7 | 10 | 2D | 0 | 9 | 117 | 44 | 46 |
| Octal | 303 | 200 | 347 | 20 | 55 | 0 | 11 | 427 | 104 | 106 |
| Binary | 11000011 | 10000000 | 11100111 | 10000 | 101101 | 0 | 1001 | 100010111 | 1000100 | 1000110 |
Color Harmonies of #C380E7
Complementary color
Monochromatic Colors of #C380E7
Black with #C380E7
Text Example
Text Example
White with #C380E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C380E7; }
p { color: rgb(195,128,231); }
H1.HeaderClassName
{
color: #C380E7;
}
.AnyTagClassName
{
color: #C380E7;
}
</style>
background-color css
<style>
a { background-color: #C380E7; }
a { background-color: rgb(195,128,231); }
div.DivClassName
{
background-color: #C380E7;
}
.BgClassName
{
background-color: #C380E7;
}
</style>
border-color css
<style>
span { border-color: #C380E7; }
span { border-color: rgb(195,128,231); }
td.TdClassName
{
border-color: #C380E7;
}
.TagClassName
{
border-color: #C380E7;
}
</style>