Shades of Viola #C38DA4
Tints of Viola #C38DA4
RGB
CMYK
RGB Variations
Color information
#C38DA4 (or 0xC38DA4) is known color: Viola. HEX triplet: C3, 8D and A4. RGB value is (195,141,164). Sum of RGB (Red+Green+Blue) = 195+141+164=500 (66% of max value = 765). Red value is 195 (76.56% from 255 or 39% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 164 (64.45% from 255 or 32.8% from 500); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DA4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C38DA4 is #3C725B. Grayscale: #9F9F9F. Windows color (decimal): -3961436 or 10784195. OLE color: 10784195.
HSL color Cylindrical-coordinate representation of color #C38DA4: hue angle of 334.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DA4 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 141 | 164 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.24 |
| HSL | 334.44º | 0.31% | 0.66% | - |
| HSV(B) | 334.44º | 0.28% | 0.76% | - |
| XYZ | 38.73 | 33.33 | 39.51 | - |
| YUV | 159.77 | 130.39 | 153.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 141 | 164 | 0 | 0.28 | 0.16 | 0.24 | 334.44 | 0.31 | 0.66 |
| Hex | C3 | 8D | A4 | 0 | 1C | 10 | 18 | 14E | 1F | 42 |
| Octal | 303 | 215 | 244 | 0 | 34 | 20 | 30 | 516 | 37 | 102 |
| Binary | 11000011 | 10001101 | 10100100 | 0 | 11100 | 10000 | 11000 | 101001110 | 11111 | 1000010 |
Color Harmonies of #C38DA4
Complementary color
Monochromatic Colors of #C38DA4
Black with #C38DA4
Text Example
Text Example
White with #C38DA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C38DA4; }
p { color: rgb(195,141,164); }
H1.HeaderClassName
{
color: #C38DA4;
}
.AnyTagClassName
{
color: #C38DA4;
}
</style>
background-color css
<style>
a { background-color: #C38DA4; }
a { background-color: rgb(195,141,164); }
div.DivClassName
{
background-color: #C38DA4;
}
.BgClassName
{
background-color: #C38DA4;
}
</style>
border-color css
<style>
span { border-color: #C38DA4; }
span { border-color: rgb(195,141,164); }
td.TdClassName
{
border-color: #C38DA4;
}
.TagClassName
{
border-color: #C38DA4;
}
</style>