Shades of Viola #CD95A4
Tints of Viola #CD95A4
RGB
CMYK
RGB Variations
Color information
#CD95A4 (or 0xCD95A4) is known color: Viola. HEX triplet: CD, 95 and A4. RGB value is (205,149,164). Sum of RGB (Red+Green+Blue) = 205+149+164=518 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.58% from 518); Green value is 149 (58.59% from 255 or 28.76% from 518); Blue value is 164 (64.45% from 255 or 31.66% from 518); Max value from RGB is 205 - color contains mainly: red. Hex color #CD95A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD95A4 is #326A5B. Grayscale: #A7A7A7. Windows color (decimal): -3304028 or 10786253. OLE color: 10786253.
HSL color Cylindrical-coordinate representation of color #CD95A4: hue angle of 343.93º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CD95A4 is Cyan = 0, Magento = 0.27, Yellow = 0.2 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 149 | 164 | - |
| CMYK | 0 | 0.27 | 0.2 | 0.20 |
| HSL | 343.93º | 0.36% | 0.69% | - |
| HSV(B) | 343.93º | 0.27% | 0.8% | - |
| XYZ | 42.63 | 37.15 | 40.05 | - |
| YUV | 167.45 | 126.05 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 149 | 164 | 0 | 0.27 | 0.2 | 0.20 | 343.93 | 0.36 | 0.69 |
| Hex | CD | 95 | A4 | 0 | 1B | 14 | 14 | 158 | 24 | 45 |
| Octal | 315 | 225 | 244 | 0 | 33 | 24 | 24 | 530 | 44 | 105 |
| Binary | 11001101 | 10010101 | 10100100 | 0 | 11011 | 10100 | 10100 | 101011000 | 100100 | 1000101 |
Color Harmonies of #CD95A4
Complementary color
Monochromatic Colors of #CD95A4
Black with #CD95A4
Text Example
Text Example
White with #CD95A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD95A4; }
p { color: rgb(205,149,164); }
H1.HeaderClassName
{
color: #CD95A4;
}
.AnyTagClassName
{
color: #CD95A4;
}
</style>
background-color css
<style>
a { background-color: #CD95A4; }
a { background-color: rgb(205,149,164); }
div.DivClassName
{
background-color: #CD95A4;
}
.BgClassName
{
background-color: #CD95A4;
}
</style>
border-color css
<style>
span { border-color: #CD95A4; }
span { border-color: rgb(205,149,164); }
td.TdClassName
{
border-color: #CD95A4;
}
.TagClassName
{
border-color: #CD95A4;
}
</style>