Shades of Lilac #CF8CCD
Tints of Lilac #CF8CCD
RGB
CMYK
RGB Variations
Color information
#CF8CCD (or 0xCF8CCD) is known color: Lilac. HEX triplet: CF, 8C and CD. RGB value is (207,140,205). Sum of RGB (Red+Green+Blue) = 207+140+205=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 140 (55.08% from 255 or 25.36% from 552); Blue value is 205 (80.47% from 255 or 37.14% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8CCD is #307332. Grayscale: #A7A7A7. Windows color (decimal): -3175219 or 13470927. OLE color: 13470927.
HSL color Cylindrical-coordinate representation of color #CF8CCD: hue angle of 301.79º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CF8CCD is Cyan = 0, Magento = 0.32, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 140 | 205 | - |
| CMYK | 0 | 0.32 | 0.01 | 0.19 |
| HSL | 301.79º | 0.41% | 0.68% | - |
| HSV(B) | 301.79º | 0.32% | 0.81% | - |
| XYZ | 46.13 | 36.43 | 62.36 | - |
| YUV | 167.44 | 149.2 | 156.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 140 | 205 | 0 | 0.32 | 0.01 | 0.19 | 301.79 | 0.41 | 0.68 |
| Hex | CF | 8C | CD | 0 | 20 | 1 | 13 | 12E | 29 | 44 |
| Octal | 317 | 214 | 315 | 0 | 40 | 1 | 23 | 456 | 51 | 104 |
| Binary | 11001111 | 10001100 | 11001101 | 0 | 100000 | 1 | 10011 | 100101110 | 101001 | 1000100 |
Color Harmonies of #CF8CCD
Complementary color
Monochromatic Colors of #CF8CCD
Black with #CF8CCD
Text Example
Text Example
White with #CF8CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8CCD; }
p { color: rgb(207,140,205); }
H1.HeaderClassName
{
color: #CF8CCD;
}
.AnyTagClassName
{
color: #CF8CCD;
}
</style>
background-color css
<style>
a { background-color: #CF8CCD; }
a { background-color: rgb(207,140,205); }
div.DivClassName
{
background-color: #CF8CCD;
}
.BgClassName
{
background-color: #CF8CCD;
}
</style>
border-color css
<style>
span { border-color: #CF8CCD; }
span { border-color: rgb(207,140,205); }
td.TdClassName
{
border-color: #CF8CCD;
}
.TagClassName
{
border-color: #CF8CCD;
}
</style>