Shades of Viola #CA8DA5
Tints of Viola #CA8DA5
RGB
CMYK
RGB Variations
Color information
#CA8DA5 (or 0xCA8DA5) is known color: Viola. HEX triplet: CA, 8D and A5. RGB value is (202,141,165). Sum of RGB (Red+Green+Blue) = 202+141+165=508 (67% of max value = 765). Red value is 202 (79.30% from 255 or 39.76% from 508); Green value is 141 (55.47% from 255 or 27.76% from 508); Blue value is 165 (64.84% from 255 or 32.48% from 508); Max value from RGB is 202 - color contains mainly: red. Hex color #CA8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CA8DA5 is #35725A. Grayscale: #A1A1A1. Windows color (decimal): -3502683 or 10849738. OLE color: 10849738.
HSL color Cylindrical-coordinate representation of color #CA8DA5: hue angle of 336.39º 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 #CA8DA5 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 202 | 141 | 165 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.21 |
| HSL | 336.39º | 0.37% | 0.67% | - |
| HSV(B) | 336.39º | 0.3% | 0.79% | - |
| XYZ | 40.67 | 34.32 | 40.08 | - |
| YUV | 161.98 | 129.71 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 141 | 165 | 0 | 0.30 | 0.18 | 0.21 | 336.39 | 0.37 | 0.67 |
| Hex | CA | 8D | A5 | 0 | 1E | 12 | 15 | 150 | 25 | 43 |
| Octal | 312 | 215 | 245 | 0 | 36 | 22 | 25 | 520 | 45 | 103 |
| Binary | 11001010 | 10001101 | 10100101 | 0 | 11110 | 10010 | 10101 | 101010000 | 100101 | 1000011 |
Color Harmonies of #CA8DA5
Complementary color
Monochromatic Colors of #CA8DA5
Black with #CA8DA5
Text Example
Text Example
White with #CA8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CA8DA5; }
p { color: rgb(202,141,165); }
H1.HeaderClassName
{
color: #CA8DA5;
}
.AnyTagClassName
{
color: #CA8DA5;
}
</style>
background-color css
<style>
a { background-color: #CA8DA5; }
a { background-color: rgb(202,141,165); }
div.DivClassName
{
background-color: #CA8DA5;
}
.BgClassName
{
background-color: #CA8DA5;
}
</style>
border-color css
<style>
span { border-color: #CA8DA5; }
span { border-color: rgb(202,141,165); }
td.TdClassName
{
border-color: #CA8DA5;
}
.TagClassName
{
border-color: #CA8DA5;
}
</style>