Shades of Viola #C397A8
Tints of Viola #C397A8
RGB
CMYK
RGB Variations
Color information
#C397A8 (or 0xC397A8) is known color: Viola. HEX triplet: C3, 97 and A8. RGB value is (195,151,168). Sum of RGB (Red+Green+Blue) = 195+151+168=514 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.94% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 168 (66.02% from 255 or 32.68% from 514); Max value from RGB is 195 - color contains mainly: red. Hex color #C397A8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C397A8 is #3C6857. Grayscale: #A6A6A6. Windows color (decimal): -3958872 or 11048899. OLE color: 11048899.
HSL color Cylindrical-coordinate representation of color #C397A8: hue angle of 336.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C397A8 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 151 | 168 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.24 |
| HSL | 336.82º | 0.27% | 0.68% | - |
| HSV(B) | 336.82º | 0.23% | 0.76% | - |
| XYZ | 40.64 | 36.56 | 41.96 | - |
| YUV | 166.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 151 | 168 | 0 | 0.23 | 0.14 | 0.24 | 336.82 | 0.27 | 0.68 |
| Hex | C3 | 97 | A8 | 0 | 17 | E | 18 | 151 | 1B | 44 |
| Octal | 303 | 227 | 250 | 0 | 27 | 16 | 30 | 521 | 33 | 104 |
| Binary | 11000011 | 10010111 | 10101000 | 0 | 10111 | 1110 | 11000 | 101010001 | 11011 | 1000100 |
Color Harmonies of #C397A8
Complementary color
Monochromatic Colors of #C397A8
Black with #C397A8
Text Example
Text Example
White with #C397A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C397A8; }
p { color: rgb(195,151,168); }
H1.HeaderClassName
{
color: #C397A8;
}
.AnyTagClassName
{
color: #C397A8;
}
</style>
background-color css
<style>
a { background-color: #C397A8; }
a { background-color: rgb(195,151,168); }
div.DivClassName
{
background-color: #C397A8;
}
.BgClassName
{
background-color: #C397A8;
}
</style>
border-color css
<style>
span { border-color: #C397A8; }
span { border-color: rgb(195,151,168); }
td.TdClassName
{
border-color: #C397A8;
}
.TagClassName
{
border-color: #C397A8;
}
</style>