Shades of Wisteria #C383E6
Tints of Wisteria #C383E6
RGB
CMYK
RGB Variations
Color information
#C383E6 (or 0xC383E6) is known color: Wisteria. HEX triplet: C3, 83 and E6. RGB value is (195,131,230). Sum of RGB (Red+Green+Blue) = 195+131+230=556 (73% of max value = 765). Red value is 195 (76.56% from 255 or 35.07% from 556); Green value is 131 (51.56% from 255 or 23.56% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #C383E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C383E6 is #3C7C19. Grayscale: #A1A1A1. Windows color (decimal): -3963930 or 15107011. OLE color: 15107011.
HSL color Cylindrical-coordinate representation of color #C383E6: hue angle of 278.79º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C383E6 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 195 | 131 | 230 | - |
| CMYK | 0.15 | 0.43 | 0 | 0.10 |
| HSL | 278.79º | 0.66% | 0.71% | - |
| HSV(B) | 278.79º | 0.43% | 0.9% | - |
| XYZ | 44.9 | 33.55 | 78.97 | - |
| YUV | 161.42 | 166.7 | 151.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 230 | 0.15 | 0.43 | 0 | 0.10 | 278.79 | 0.66 | 0.71 |
| Hex | C3 | 83 | E6 | F | 2B | 0 | A | 117 | 42 | 47 |
| Octal | 303 | 203 | 346 | 17 | 53 | 0 | 12 | 427 | 102 | 107 |
| Binary | 11000011 | 10000011 | 11100110 | 1111 | 101011 | 0 | 1010 | 100010111 | 1000010 | 1000111 |
Color Harmonies of #C383E6
Complementary color
Monochromatic Colors of #C383E6
Black with #C383E6
Text Example
Text Example
White with #C383E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383E6; }
p { color: rgb(195,131,230); }
H1.HeaderClassName
{
color: #C383E6;
}
.AnyTagClassName
{
color: #C383E6;
}
</style>
background-color css
<style>
a { background-color: #C383E6; }
a { background-color: rgb(195,131,230); }
div.DivClassName
{
background-color: #C383E6;
}
.BgClassName
{
background-color: #C383E6;
}
</style>
border-color css
<style>
span { border-color: #C383E6; }
span { border-color: rgb(195,131,230); }
td.TdClassName
{
border-color: #C383E6;
}
.TagClassName
{
border-color: #C383E6;
}
</style>