Shades of Lilac #CD8ACF
Tints of Lilac #CD8ACF
RGB
CMYK
RGB Variations
Color information
#CD8ACF (or 0xCD8ACF) is known color: Lilac. HEX triplet: CD, 8A and CF. RGB value is (205,138,207). Sum of RGB (Red+Green+Blue) = 205+138+207=550 (72% of max value = 765). Red value is 205 (80.47% from 255 or 37.27% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 207 (81.25% from 255 or 37.64% from 550); Max value from RGB is 207 - color contains mainly: blue. Hex color #CD8ACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD8ACF is #327530. Grayscale: #A5A5A5. Windows color (decimal): -3306801 or 13601485. OLE color: 13601485.
HSL color Cylindrical-coordinate representation of color #CD8ACF: hue angle of 298.26º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CD8ACF is Cyan = 0.01, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 205 | 138 | 207 | - |
| CMYK | 0.01 | 0.33 | 0 | 0.19 |
| HSL | 298.26º | 0.42% | 0.68% | - |
| HSV(B) | 298.26º | 0.33% | 0.81% | - |
| XYZ | 45.53 | 35.66 | 63.52 | - |
| YUV | 165.9 | 151.2 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 138 | 207 | 0.01 | 0.33 | 0 | 0.19 | 298.26 | 0.42 | 0.68 |
| Hex | CD | 8A | CF | 1 | 21 | 0 | 13 | 12A | 2A | 44 |
| Octal | 315 | 212 | 317 | 1 | 41 | 0 | 23 | 452 | 52 | 104 |
| Binary | 11001101 | 10001010 | 11001111 | 1 | 100001 | 0 | 10011 | 100101010 | 101010 | 1000100 |
Color Harmonies of #CD8ACF
Complementary color
Monochromatic Colors of #CD8ACF
Black with #CD8ACF
Text Example
Text Example
White with #CD8ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD8ACF; }
p { color: rgb(205,138,207); }
H1.HeaderClassName
{
color: #CD8ACF;
}
.AnyTagClassName
{
color: #CD8ACF;
}
</style>
background-color css
<style>
a { background-color: #CD8ACF; }
a { background-color: rgb(205,138,207); }
div.DivClassName
{
background-color: #CD8ACF;
}
.BgClassName
{
background-color: #CD8ACF;
}
</style>
border-color css
<style>
span { border-color: #CD8ACF; }
span { border-color: rgb(205,138,207); }
td.TdClassName
{
border-color: #CD8ACF;
}
.TagClassName
{
border-color: #CD8ACF;
}
</style>