Shades of Viola #CA8D9D
Tints of Viola #CA8D9D
RGB
CMYK
RGB Variations
Color information
#CA8D9D (or 0xCA8D9D) is known color: Viola. HEX triplet: CA, 8D and 9D. RGB value is (202,141,157). Sum of RGB (Red+Green+Blue) = 202+141+157=500 (66% of max value = 765). Red value is 202 (79.30% from 255 or 40.4% from 500); Green value is 141 (55.47% from 255 or 28.2% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8D9D is #357262. Grayscale: #A1A1A1. Windows color (decimal): -3502691 or 10325450. OLE color: 10325450.
HSL color Cylindrical-coordinate representation of color #CA8D9D: hue angle of 344.26º degrees, saturation: 0.37, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CA8D9D is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 157 | - |
| CMYK | 0 | 0.30 | 0.22 | 0.21 |
| HSL | 344.26º | 0.37% | 0.67% | - |
| HSV(B) | 344.26º | 0.3% | 0.79% | - |
| XYZ | 39.97 | 34.04 | 36.36 | - |
| YUV | 161.06 | 125.71 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 157 | 0 | 0.30 | 0.22 | 0.21 | 344.26 | 0.37 | 0.67 |
| Hex | CA | 8D | 9D | 0 | 1E | 16 | 15 | 158 | 25 | 43 |
| Octal | 312 | 215 | 235 | 0 | 36 | 26 | 25 | 530 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10011101 | 0 | 11110 | 10110 | 10101 | 101011000 | 100101 | 1000011 |
Color Harmonies of #CA8D9D
Complementary color
Monochromatic Colors of #CA8D9D
Black with #CA8D9D
Text Example
Text Example
White with #CA8D9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8D9D; }
p { color: rgb(202,141,157); }
H1.HeaderClassName
{
color: #CA8D9D;
}
.AnyTagClassName
{
color: #CA8D9D;
}
</style>
background-color css
<style>
a { background-color: #CA8D9D; }
a { background-color: rgb(202,141,157); }
div.DivClassName
{
background-color: #CA8D9D;
}
.BgClassName
{
background-color: #CA8D9D;
}
</style>
border-color css
<style>
span { border-color: #CA8D9D; }
span { border-color: rgb(202,141,157); }
td.TdClassName
{
border-color: #CA8D9D;
}
.TagClassName
{
border-color: #CA8D9D;
}
</style>