Shades of Wisteria #C39BE4
Tints of Wisteria #C39BE4
RGB
CMYK
RGB Variations
Color information
#C39BE4 (or 0xC39BE4) is known color: Wisteria. HEX triplet: C3, 9B and E4. RGB value is (195,155,228). Sum of RGB (Red+Green+Blue) = 195+155+228=578 (76% of max value = 765). Red value is 195 (76.56% from 255 or 33.74% from 578); Green value is 155 (60.94% from 255 or 26.82% from 578); Blue value is 228 (89.45% from 255 or 39.45% from 578); Max value from RGB is 228 - color contains mainly: blue. Hex color #C39BE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C39BE4 is #3C641B. Grayscale: #AFAFAF. Windows color (decimal): -3957788 or 14982083. OLE color: 14982083.
HSL color Cylindrical-coordinate representation of color #C39BE4: hue angle of 272.88º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C39BE4 is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 195 | 155 | 228 | - |
| CMYK | 0.14 | 0.32 | 0 | 0.11 |
| HSL | 272.88º | 0.57% | 0.75% | - |
| HSV(B) | 272.88º | 0.32% | 0.89% | - |
| XYZ | 48.23 | 40.65 | 78.7 | - |
| YUV | 175.28 | 157.75 | 142.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 155 | 228 | 0.14 | 0.32 | 0 | 0.11 | 272.88 | 0.57 | 0.75 |
| Hex | C3 | 9B | E4 | E | 20 | 0 | B | 111 | 39 | 4B |
| Octal | 303 | 233 | 344 | 16 | 40 | 0 | 13 | 421 | 71 | 113 |
| Binary | 11000011 | 10011011 | 11100100 | 1110 | 100000 | 0 | 1011 | 100010001 | 111001 | 1001011 |
Color Harmonies of #C39BE4
Complementary color
Monochromatic Colors of #C39BE4
Black with #C39BE4
Text Example
Text Example
White with #C39BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C39BE4; }
p { color: rgb(195,155,228); }
H1.HeaderClassName
{
color: #C39BE4;
}
.AnyTagClassName
{
color: #C39BE4;
}
</style>
background-color css
<style>
a { background-color: #C39BE4; }
a { background-color: rgb(195,155,228); }
div.DivClassName
{
background-color: #C39BE4;
}
.BgClassName
{
background-color: #C39BE4;
}
</style>
border-color css
<style>
span { border-color: #C39BE4; }
span { border-color: rgb(195,155,228); }
td.TdClassName
{
border-color: #C39BE4;
}
.TagClassName
{
border-color: #C39BE4;
}
</style>