Shades of Viola #CD8DA5
Tints of Viola #CD8DA5
RGB
CMYK
RGB Variations
Color information
#CD8DA5 (or 0xCD8DA5) is known color: Viola. HEX triplet: CD, 8D and A5. RGB value is (205,141,165). Sum of RGB (Red+Green+Blue) = 205+141+165=511 (67% of max value = 765). Red value is 205 (80.47% from 255 or 40.12% from 511); Green value is 141 (55.47% from 255 or 27.59% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 205 - color contains mainly: red. Hex color #CD8DA5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD8DA5 is #32725A. Grayscale: #A2A2A2. Windows color (decimal): -3306075 or 10849741. OLE color: 10849741.
HSL color Cylindrical-coordinate representation of color #CD8DA5: hue angle of 337.5º degrees, saturation: 0.39, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CD8DA5 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.20.
Color convert
RGB | 205 | 141 | 165 | - |
CMYK | 0 | 0.31 | 0.20 | 0.20 |
HSL | 337.5º | 0.39% | 0.68% | - |
HSV(B) | 337.5º | 0.31% | 0.8% | - |
XYZ | 41.49 | 34.75 | 40.12 | - |
YUV | 162.87 | 129.2 | 158.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 205 | 141 | 165 | 0 | 0.31 | 0.20 | 0.20 | 337.5 | 0.39 | 0.68 |
Hex | CD | 8D | A5 | 0 | 1F | 14 | 14 | 152 | 27 | 44 |
Octal | 315 | 215 | 245 | 0 | 37 | 24 | 24 | 522 | 47 | 104 |
Binary | 11001101 | 10001101 | 10100101 | 0 | 11111 | 10100 | 10100 | 101010010 | 100111 | 1000100 |
Color Harmonies of #CD8DA5
Complementary color
Monochromatic Colors of #CD8DA5
Black with #CD8DA5
Text Example
Text Example
White with #CD8DA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8DA5; }
p { color: rgb(205,141,165); }
H1.HeaderClassName
{
color: #CD8DA5;
}
.AnyTagClassName
{
color: #CD8DA5;
}
</style>
background-color css
<style>
a { background-color: #CD8DA5; }
a { background-color: rgb(205,141,165); }
div.DivClassName
{
background-color: #CD8DA5;
}
.BgClassName
{
background-color: #CD8DA5;
}
</style>
border-color css
<style>
span { border-color: #CD8DA5; }
span { border-color: rgb(205,141,165); }
td.TdClassName
{
border-color: #CD8DA5;
}
.TagClassName
{
border-color: #CD8DA5;
}
</style>