Shades of Viola #CD90AA
Tints of Viola #CD90AA
RGB
CMYK
RGB Variations
Color information
#CD90AA (or 0xCD90AA) is known color: Viola. HEX triplet: CD, 90 and AA. RGB value is (205,144,170). Sum of RGB (Red+Green+Blue) = 205+144+170=519 (68% of max value = 765). Red value is 205 (80.47% from 255 or 39.50% from 519); Green value is 144 (56.64% from 255 or 27.75% from 519); Blue value is 170 (66.80% from 255 or 32.76% from 519); Max value from RGB is 205 - color contains mainly: red. Hex color #CD90AA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CD90AA is #326F55. Grayscale: #A5A5A5. Windows color (decimal): -3305302 or 11178189. OLE color: 11178189.
HSL color Cylindrical-coordinate representation of color #CD90AA: hue angle of 334.43º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CD90AA is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 144 | 170 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.20 |
| HSL | 334.43º | 0.38% | 0.68% | - |
| HSV(B) | 334.43º | 0.3% | 0.8% | - |
| XYZ | 42.41 | 35.83 | 42.71 | - |
| YUV | 165.2 | 130.71 | 156.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 144 | 170 | 0 | 0.30 | 0.17 | 0.20 | 334.43 | 0.38 | 0.68 |
| Hex | CD | 90 | AA | 0 | 1E | 11 | 14 | 14E | 26 | 44 |
| Octal | 315 | 220 | 252 | 0 | 36 | 21 | 24 | 516 | 46 | 104 |
| Binary | 11001101 | 10010000 | 10101010 | 0 | 11110 | 10001 | 10100 | 101001110 | 100110 | 1000100 |
Color Harmonies of #CD90AA
Complementary color
Monochromatic Colors of #CD90AA
Black with #CD90AA
Text Example
Text Example
White with #CD90AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD90AA; }
p { color: rgb(205,144,170); }
H1.HeaderClassName
{
color: #CD90AA;
}
.AnyTagClassName
{
color: #CD90AA;
}
</style>
background-color css
<style>
a { background-color: #CD90AA; }
a { background-color: rgb(205,144,170); }
div.DivClassName
{
background-color: #CD90AA;
}
.BgClassName
{
background-color: #CD90AA;
}
</style>
border-color css
<style>
span { border-color: #CD90AA; }
span { border-color: rgb(205,144,170); }
td.TdClassName
{
border-color: #CD90AA;
}
.TagClassName
{
border-color: #CD90AA;
}
</style>