Shades of Viola #CE8FA5
Tints of Viola #CE8FA5
RGB
CMYK
RGB Variations
Color information
#CE8FA5 (or 0xCE8FA5) is known color: Viola. HEX triplet: CE, 8F and A5. RGB value is (206,143,165). Sum of RGB (Red+Green+Blue) = 206+143+165=514 (68% of max value = 765). Red value is 206 (80.86% from 255 or 40.08% from 514); Green value is 143 (56.25% from 255 or 27.82% from 514); Blue value is 165 (64.84% from 255 or 32.10% from 514); Max value from RGB is 206 - color contains mainly: red. Hex color #CE8FA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE8FA5 is #31705A. Grayscale: #A4A4A4. Windows color (decimal): -3240027 or 10850254. OLE color: 10850254.
HSL color Cylindrical-coordinate representation of color #CE8FA5: hue angle of 339.05º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CE8FA5 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 143 | 165 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.19 |
| HSL | 339.05º | 0.39% | 0.68% | - |
| HSV(B) | 339.05º | 0.31% | 0.81% | - |
| XYZ | 42.07 | 35.48 | 40.23 | - |
| YUV | 164.35 | 128.37 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 143 | 165 | 0 | 0.31 | 0.20 | 0.19 | 339.05 | 0.39 | 0.68 |
| Hex | CE | 8F | A5 | 0 | 1F | 14 | 13 | 153 | 27 | 44 |
| Octal | 316 | 217 | 245 | 0 | 37 | 24 | 23 | 523 | 47 | 104 |
| Binary | 11001110 | 10001111 | 10100101 | 0 | 11111 | 10100 | 10011 | 101010011 | 100111 | 1000100 |
Color Harmonies of #CE8FA5
Complementary color
Monochromatic Colors of #CE8FA5
Black with #CE8FA5
Text Example
Text Example
White with #CE8FA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE8FA5; }
p { color: rgb(206,143,165); }
H1.HeaderClassName
{
color: #CE8FA5;
}
.AnyTagClassName
{
color: #CE8FA5;
}
</style>
background-color css
<style>
a { background-color: #CE8FA5; }
a { background-color: rgb(206,143,165); }
div.DivClassName
{
background-color: #CE8FA5;
}
.BgClassName
{
background-color: #CE8FA5;
}
</style>
border-color css
<style>
span { border-color: #CE8FA5; }
span { border-color: rgb(206,143,165); }
td.TdClassName
{
border-color: #CE8FA5;
}
.TagClassName
{
border-color: #CE8FA5;
}
</style>