Shades of Lilac #CFA8CD
Tints of Lilac #CFA8CD
RGB
CMYK
RGB Variations
Color information
#CFA8CD (or 0xCFA8CD) is known color: Lilac. HEX triplet: CF, A8 and CD. RGB value is (207,168,205). Sum of RGB (Red+Green+Blue) = 207+168+205=580 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.69% from 580); Green value is 168 (66.02% from 255 or 28.97% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA8CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFA8CD is #305732. Grayscale: #B7B7B7. Windows color (decimal): -3168051 or 13478095. OLE color: 13478095.
HSL color Cylindrical-coordinate representation of color #CFA8CD: hue angle of 303.08º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CFA8CD is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 168 | 205 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.19 |
| HSL | 303.08º | 0.29% | 0.74% | - |
| HSV(B) | 303.08º | 0.19% | 0.81% | - |
| XYZ | 50.75 | 45.68 | 63.9 | - |
| YUV | 183.88 | 139.92 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 168 | 205 | 0 | 0.19 | 0.01 | 0.19 | 303.08 | 0.29 | 0.74 |
| Hex | CF | A8 | CD | 0 | 13 | 1 | 13 | 12F | 1D | 4A |
| Octal | 317 | 250 | 315 | 0 | 23 | 1 | 23 | 457 | 35 | 112 |
| Binary | 11001111 | 10101000 | 11001101 | 0 | 10011 | 1 | 10011 | 100101111 | 11101 | 1001010 |
Color Harmonies of #CFA8CD
Complementary color
Monochromatic Colors of #CFA8CD
Black with #CFA8CD
Text Example
Text Example
White with #CFA8CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFA8CD; }
p { color: rgb(207,168,205); }
H1.HeaderClassName
{
color: #CFA8CD;
}
.AnyTagClassName
{
color: #CFA8CD;
}
</style>
background-color css
<style>
a { background-color: #CFA8CD; }
a { background-color: rgb(207,168,205); }
div.DivClassName
{
background-color: #CFA8CD;
}
.BgClassName
{
background-color: #CFA8CD;
}
</style>
border-color css
<style>
span { border-color: #CFA8CD; }
span { border-color: rgb(207,168,205); }
td.TdClassName
{
border-color: #CFA8CD;
}
.TagClassName
{
border-color: #CFA8CD;
}
</style>