Shades of Wisteria #C384D4
Tints of Wisteria #C384D4
RGB
CMYK
RGB Variations
Color information
#C384D4 (or 0xC384D4) is known color: Wisteria. HEX triplet: C3, 84 and D4. RGB value is (195,132,212). Sum of RGB (Red+Green+Blue) = 195+132+212=539 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.18% from 539); Green value is 132 (51.95% from 255 or 24.49% from 539); Blue value is 212 (83.20% from 255 or 39.33% from 539); Max value from RGB is 212 - color contains mainly: blue. Hex color #C384D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C384D4 is #3C7B2B. Grayscale: #9F9F9F. Windows color (decimal): -3963692 or 13927619. OLE color: 13927619.
HSL color Cylindrical-coordinate representation of color #C384D4: hue angle of 287.25º degrees, saturation: 0.48, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C384D4 is Cyan = 0.08, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 195 | 132 | 212 | - |
| CMYK | 0.08 | 0.38 | 0 | 0.17 |
| HSL | 287.25º | 0.48% | 0.67% | - |
| HSV(B) | 287.25º | 0.38% | 0.83% | - |
| XYZ | 42.64 | 32.86 | 66.38 | - |
| YUV | 159.96 | 157.37 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 132 | 212 | 0.08 | 0.38 | 0 | 0.17 | 287.25 | 0.48 | 0.67 |
| Hex | C3 | 84 | D4 | 8 | 26 | 0 | 11 | 11F | 30 | 43 |
| Octal | 303 | 204 | 324 | 10 | 46 | 0 | 21 | 437 | 60 | 103 |
| Binary | 11000011 | 10000100 | 11010100 | 1000 | 100110 | 0 | 10001 | 100011111 | 110000 | 1000011 |
Color Harmonies of #C384D4
Complementary color
Monochromatic Colors of #C384D4
Black with #C384D4
Text Example
Text Example
White with #C384D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C384D4; }
p { color: rgb(195,132,212); }
H1.HeaderClassName
{
color: #C384D4;
}
.AnyTagClassName
{
color: #C384D4;
}
</style>
background-color css
<style>
a { background-color: #C384D4; }
a { background-color: rgb(195,132,212); }
div.DivClassName
{
background-color: #C384D4;
}
.BgClassName
{
background-color: #C384D4;
}
</style>
border-color css
<style>
span { border-color: #C384D4; }
span { border-color: rgb(195,132,212); }
td.TdClassName
{
border-color: #C384D4;
}
.TagClassName
{
border-color: #C384D4;
}
</style>