Shades of Wisteria #C383D5
Tints of Wisteria #C383D5
RGB
CMYK
RGB Variations
Color information
#C383D5 (or 0xC383D5) is known color: Wisteria. HEX triplet: C3, 83 and D5. RGB value is (195,131,213). Sum of RGB (Red+Green+Blue) = 195+131+213=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 131 (51.56% from 255 or 24.30% from 539); Blue value is 213 (83.59% from 255 or 39.52% from 539); Max value from RGB is 213 - color contains mainly: blue. Hex color #C383D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C383D5 is #3C7C2A. Grayscale: #9F9F9F. Windows color (decimal): -3963947 or 13992899. OLE color: 13992899.
HSL color Cylindrical-coordinate representation of color #C383D5: hue angle of 286.83º degrees, saturation: 0.49, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C383D5 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 195 | 131 | 213 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.16 |
| HSL | 286.83º | 0.49% | 0.67% | - |
| HSV(B) | 286.83º | 0.38% | 0.84% | - |
| XYZ | 42.63 | 32.64 | 67 | - |
| YUV | 159.48 | 158.2 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 131 | 213 | 0.08 | 0.38 | 0 | 0.16 | 286.83 | 0.49 | 0.67 |
| Hex | C3 | 83 | D5 | 8 | 26 | 0 | 10 | 11F | 31 | 43 |
| Octal | 303 | 203 | 325 | 10 | 46 | 0 | 20 | 437 | 61 | 103 |
| Binary | 11000011 | 10000011 | 11010101 | 1000 | 100110 | 0 | 10000 | 100011111 | 110001 | 1000011 |
Color Harmonies of #C383D5
Complementary color
Monochromatic Colors of #C383D5
Black with #C383D5
Text Example
Text Example
White with #C383D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C383D5; }
p { color: rgb(195,131,213); }
H1.HeaderClassName
{
color: #C383D5;
}
.AnyTagClassName
{
color: #C383D5;
}
</style>
background-color css
<style>
a { background-color: #C383D5; }
a { background-color: rgb(195,131,213); }
div.DivClassName
{
background-color: #C383D5;
}
.BgClassName
{
background-color: #C383D5;
}
</style>
border-color css
<style>
span { border-color: #C383D5; }
span { border-color: rgb(195,131,213); }
td.TdClassName
{
border-color: #C383D5;
}
.TagClassName
{
border-color: #C383D5;
}
</style>