Shades of Viola #C18FA7
Tints of Viola #C18FA7
RGB
CMYK
RGB Variations
Color information
#C18FA7 (or 0xC18FA7) is known color: Viola. HEX triplet: C1, 8F and A7. RGB value is (193,143,167). Sum of RGB (Red+Green+Blue) = 193+143+167=503 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.37% from 503); Green value is 143 (56.25% from 255 or 28.43% from 503); Blue value is 167 (65.62% from 255 or 33.20% from 503); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FA7 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18FA7 is #3E7058. Grayscale: #A0A0A0. Windows color (decimal): -4091993 or 10981313. OLE color: 10981313.
HSL color Cylindrical-coordinate representation of color #C18FA7: hue angle of 331.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FA7 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 167 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.24 |
| HSL | 331.2º | 0.29% | 0.66% | - |
| HSV(B) | 331.2º | 0.26% | 0.76% | - |
| XYZ | 38.79 | 33.77 | 41.03 | - |
| YUV | 160.69 | 131.57 | 151.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 167 | 0 | 0.26 | 0.13 | 0.24 | 331.2 | 0.29 | 0.66 |
| Hex | C1 | 8F | A7 | 0 | 1A | D | 18 | 14B | 1D | 42 |
| Octal | 301 | 217 | 247 | 0 | 32 | 15 | 30 | 513 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10100111 | 0 | 11010 | 1101 | 11000 | 101001011 | 11101 | 1000010 |
Color Harmonies of #C18FA7
Complementary color
Monochromatic Colors of #C18FA7
Black with #C18FA7
Text Example
Text Example
White with #C18FA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FA7; }
p { color: rgb(193,143,167); }
H1.HeaderClassName
{
color: #C18FA7;
}
.AnyTagClassName
{
color: #C18FA7;
}
</style>
background-color css
<style>
a { background-color: #C18FA7; }
a { background-color: rgb(193,143,167); }
div.DivClassName
{
background-color: #C18FA7;
}
.BgClassName
{
background-color: #C18FA7;
}
</style>
border-color css
<style>
span { border-color: #C18FA7; }
span { border-color: rgb(193,143,167); }
td.TdClassName
{
border-color: #C18FA7;
}
.TagClassName
{
border-color: #C18FA7;
}
</style>