Shades of Lilac #CF8FCC
Tints of Lilac #CF8FCC
RGB
CMYK
RGB Variations
Color information
#CF8FCC (or 0xCF8FCC) is known color: Lilac. HEX triplet: CF, 8F and CC. RGB value is (207,143,204). Sum of RGB (Red+Green+Blue) = 207+143+204=554 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.36% from 554); Green value is 143 (56.25% from 255 or 25.81% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FCC is #307033. Grayscale: #A8A8A8. Windows color (decimal): -3174452 or 13406159. OLE color: 13406159.
HSL color Cylindrical-coordinate representation of color #CF8FCC: hue angle of 302.81º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CF8FCC is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 204 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.19 |
| HSL | 302.81º | 0.4% | 0.69% | - |
| HSV(B) | 302.81º | 0.31% | 0.81% | - |
| XYZ | 46.45 | 37.27 | 61.87 | - |
| YUV | 169.09 | 147.7 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 204 | 0 | 0.31 | 0.01 | 0.19 | 302.81 | 0.4 | 0.69 |
| Hex | CF | 8F | CC | 0 | 1F | 1 | 13 | 12F | 28 | 45 |
| Octal | 317 | 217 | 314 | 0 | 37 | 1 | 23 | 457 | 50 | 105 |
| Binary | 11001111 | 10001111 | 11001100 | 0 | 11111 | 1 | 10011 | 100101111 | 101000 | 1000101 |
Color Harmonies of #CF8FCC
Complementary color
Monochromatic Colors of #CF8FCC
Black with #CF8FCC
Text Example
Text Example
White with #CF8FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FCC; }
p { color: rgb(207,143,204); }
H1.HeaderClassName
{
color: #CF8FCC;
}
.AnyTagClassName
{
color: #CF8FCC;
}
</style>
background-color css
<style>
a { background-color: #CF8FCC; }
a { background-color: rgb(207,143,204); }
div.DivClassName
{
background-color: #CF8FCC;
}
.BgClassName
{
background-color: #CF8FCC;
}
</style>
border-color css
<style>
span { border-color: #CF8FCC; }
span { border-color: rgb(207,143,204); }
td.TdClassName
{
border-color: #CF8FCC;
}
.TagClassName
{
border-color: #CF8FCC;
}
</style>