Shades of Wisteria #C38BEC
Tints of Wisteria #C38BEC
RGB
CMYK
RGB Variations
Color information
#C38BEC (or 0xC38BEC) is known color: Wisteria. HEX triplet: C3, 8B and EC. RGB value is (195,139,236). Sum of RGB (Red+Green+Blue) = 195+139+236=570 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.21% from 570); Green value is 139 (54.69% from 255 or 24.39% from 570); Blue value is 236 (92.58% from 255 or 41.40% from 570); Max value from RGB is 236 - color contains mainly: blue. Hex color #C38BEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38BEC is #3C7413. Grayscale: #A6A6A6. Windows color (decimal): -3961876 or 15502275. OLE color: 15502275.
HSL color Cylindrical-coordinate representation of color #C38BEC: hue angle of 274.64º degrees, saturation: 0.72, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C38BEC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 139 | 236 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 274.64º | 0.72% | 0.74% | - |
| HSV(B) | 274.64º | 0.41% | 0.93% | - |
| XYZ | 46.88 | 36.12 | 83.86 | - |
| YUV | 166.8 | 167.05 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 139 | 236 | 0.17 | 0.41 | 0 | 0.07 | 274.64 | 0.72 | 0.74 |
| Hex | C3 | 8B | EC | 11 | 29 | 0 | 7 | 113 | 48 | 4A |
| Octal | 303 | 213 | 354 | 21 | 51 | 0 | 7 | 423 | 110 | 112 |
| Binary | 11000011 | 10001011 | 11101100 | 10001 | 101001 | 0 | 111 | 100010011 | 1001000 | 1001010 |
Color Harmonies of #C38BEC
Complementary color
Monochromatic Colors of #C38BEC
Black with #C38BEC
Text Example
Text Example
White with #C38BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38BEC; }
p { color: rgb(195,139,236); }
H1.HeaderClassName
{
color: #C38BEC;
}
.AnyTagClassName
{
color: #C38BEC;
}
</style>
background-color css
<style>
a { background-color: #C38BEC; }
a { background-color: rgb(195,139,236); }
div.DivClassName
{
background-color: #C38BEC;
}
.BgClassName
{
background-color: #C38BEC;
}
</style>
border-color css
<style>
span { border-color: #C38BEC; }
span { border-color: rgb(195,139,236); }
td.TdClassName
{
border-color: #C38BEC;
}
.TagClassName
{
border-color: #C38BEC;
}
</style>