Shades of Lilac #CF8FC7
Tints of Lilac #CF8FC7
RGB
CMYK
RGB Variations
Color information
#CF8FC7 (or 0xCF8FC7) is known color: Lilac. HEX triplet: CF, 8F and C7. RGB value is (207,143,199). Sum of RGB (Red+Green+Blue) = 207+143+199=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 143 (56.25% from 255 or 26.05% from 549); Blue value is 199 (78.12% from 255 or 36.25% from 549); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8FC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8FC7 is #307038. Grayscale: #A8A8A8. Windows color (decimal): -3174457 or 13078479. OLE color: 13078479.
HSL color Cylindrical-coordinate representation of color #CF8FC7: hue angle of 307.5º 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 #CF8FC7 is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 143 | 199 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.19 |
| HSL | 307.5º | 0.4% | 0.69% | - |
| HSV(B) | 307.5º | 0.31% | 0.81% | - |
| XYZ | 45.86 | 37.03 | 58.76 | - |
| YUV | 168.52 | 145.2 | 155.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 143 | 199 | 0 | 0.31 | 0.04 | 0.19 | 307.5 | 0.4 | 0.69 |
| Hex | CF | 8F | C7 | 0 | 1F | 4 | 13 | 134 | 28 | 45 |
| Octal | 317 | 217 | 307 | 0 | 37 | 4 | 23 | 464 | 50 | 105 |
| Binary | 11001111 | 10001111 | 11000111 | 0 | 11111 | 100 | 10011 | 100110100 | 101000 | 1000101 |
Color Harmonies of #CF8FC7
Complementary color
Monochromatic Colors of #CF8FC7
Black with #CF8FC7
Text Example
Text Example
White with #CF8FC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8FC7; }
p { color: rgb(207,143,199); }
H1.HeaderClassName
{
color: #CF8FC7;
}
.AnyTagClassName
{
color: #CF8FC7;
}
</style>
background-color css
<style>
a { background-color: #CF8FC7; }
a { background-color: rgb(207,143,199); }
div.DivClassName
{
background-color: #CF8FC7;
}
.BgClassName
{
background-color: #CF8FC7;
}
</style>
border-color css
<style>
span { border-color: #CF8FC7; }
span { border-color: rgb(207,143,199); }
td.TdClassName
{
border-color: #CF8FC7;
}
.TagClassName
{
border-color: #CF8FC7;
}
</style>