Shades of Lilac #CFB1CF
Tints of Lilac #CFB1CF
RGB
CMYK
RGB Variations
Color information
#CFB1CF (or 0xCFB1CF) is known color: Lilac. HEX triplet: CF, B1 and CF. RGB value is (207,177,207). Sum of RGB (Red+Green+Blue) = 207+177+207=591 (78% of max value = 765). Red value is 207 (81.25% from 255 or 35.03% from 591); Green value is 177 (69.53% from 255 or 29.95% from 591); Blue value is 207 (81.25% from 255 or 35.03% from 591); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB1CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB1CF is #304E30. Grayscale: #BDBDBD. Windows color (decimal): -3165745 or 13611471. OLE color: 13611471.
HSL color Cylindrical-coordinate representation of color #CFB1CF: hue angle of 300º degrees, saturation: 0.24, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB1CF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 177 | 207 | - |
| CMYK | 0 | 0.14 | 0 | 0.19 |
| HSL | 300º | 0.24% | 0.75% | - |
| HSV(B) | 300º | 0.14% | 0.81% | - |
| XYZ | 52.72 | 49.21 | 65.75 | - |
| YUV | 189.39 | 137.94 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 177 | 207 | 0 | 0.14 | 0 | 0.19 | 300 | 0.24 | 0.75 |
| Hex | CF | B1 | CF | 0 | E | 0 | 13 | 12C | 18 | 4B |
| Octal | 317 | 261 | 317 | 0 | 16 | 0 | 23 | 454 | 30 | 113 |
| Binary | 11001111 | 10110001 | 11001111 | 0 | 1110 | 0 | 10011 | 100101100 | 11000 | 1001011 |
Color Harmonies of #CFB1CF
Complementary color
Monochromatic Colors of #CFB1CF
Black with #CFB1CF
Text Example
Text Example
White with #CFB1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFB1CF; }
p { color: rgb(207,177,207); }
H1.HeaderClassName
{
color: #CFB1CF;
}
.AnyTagClassName
{
color: #CFB1CF;
}
</style>
background-color css
<style>
a { background-color: #CFB1CF; }
a { background-color: rgb(207,177,207); }
div.DivClassName
{
background-color: #CFB1CF;
}
.BgClassName
{
background-color: #CFB1CF;
}
</style>
border-color css
<style>
span { border-color: #CFB1CF; }
span { border-color: rgb(207,177,207); }
td.TdClassName
{
border-color: #CFB1CF;
}
.TagClassName
{
border-color: #CFB1CF;
}
</style>