Shades of Wisteria #C38CEC
Tints of Wisteria #C38CEC
RGB
CMYK
RGB Variations
Color information
#C38CEC (or 0xC38CEC) is known color: Wisteria. HEX triplet: C3, 8C and EC. RGB value is (195,140,236). Sum of RGB (Red+Green+Blue) = 195+140+236=571 (75% of max value = 765). Red value is 195 (76.56% from 255 or 34.15% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 236 (92.58% from 255 or 41.33% from 571); Max value from RGB is 236 - color contains mainly: blue. Hex color #C38CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C38CEC is #3C7313. Grayscale: #A7A7A7. Windows color (decimal): -3961620 or 15502531. OLE color: 15502531.
HSL color Cylindrical-coordinate representation of color #C38CEC: hue angle of 274.38º 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 #C38CEC is Cyan = 0.17, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 195 | 140 | 236 | - |
| CMYK | 0.17 | 0.41 | 0 | 0.07 |
| HSL | 274.38º | 0.72% | 0.74% | - |
| HSV(B) | 274.38º | 0.41% | 0.93% | - |
| XYZ | 47.02 | 36.41 | 83.91 | - |
| YUV | 167.39 | 166.72 | 147.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 140 | 236 | 0.17 | 0.41 | 0 | 0.07 | 274.38 | 0.72 | 0.74 |
| Hex | C3 | 8C | EC | 11 | 29 | 0 | 7 | 112 | 48 | 4A |
| Octal | 303 | 214 | 354 | 21 | 51 | 0 | 7 | 422 | 110 | 112 |
| Binary | 11000011 | 10001100 | 11101100 | 10001 | 101001 | 0 | 111 | 100010010 | 1001000 | 1001010 |
Color Harmonies of #C38CEC
Complementary color
Monochromatic Colors of #C38CEC
Black with #C38CEC
Text Example
Text Example
White with #C38CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38CEC; }
p { color: rgb(195,140,236); }
H1.HeaderClassName
{
color: #C38CEC;
}
.AnyTagClassName
{
color: #C38CEC;
}
</style>
background-color css
<style>
a { background-color: #C38CEC; }
a { background-color: rgb(195,140,236); }
div.DivClassName
{
background-color: #C38CEC;
}
.BgClassName
{
background-color: #C38CEC;
}
</style>
border-color css
<style>
span { border-color: #C38CEC; }
span { border-color: rgb(195,140,236); }
td.TdClassName
{
border-color: #C38CEC;
}
.TagClassName
{
border-color: #C38CEC;
}
</style>