Shades of Lilac #CF8BCE
Tints of Lilac #CF8BCE
RGB
CMYK
RGB Variations
Color information
#CF8BCE (or 0xCF8BCE) is known color: Lilac. HEX triplet: CF, 8B and CE. RGB value is (207,139,206). Sum of RGB (Red+Green+Blue) = 207+139+206=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 139 (54.69% from 255 or 25.18% from 552); Blue value is 206 (80.86% from 255 or 37.32% from 552); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BCE is #307431. Grayscale: #A6A6A6. Windows color (decimal): -3175474 or 13536207. OLE color: 13536207.
HSL color Cylindrical-coordinate representation of color #CF8BCE: hue angle of 300.88º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CF8BCE is Cyan = 0, Magento = 0.33, Yellow = 0.00 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 206 | - |
| CMYK | 0 | 0.33 | 0.00 | 0.19 |
| HSL | 300.88º | 0.41% | 0.68% | - |
| HSV(B) | 300.88º | 0.33% | 0.81% | - |
| XYZ | 46.11 | 36.19 | 62.95 | - |
| YUV | 166.97 | 150.03 | 156.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 206 | 0 | 0.33 | 0.00 | 0.19 | 300.88 | 0.41 | 0.68 |
| Hex | CF | 8B | CE | 0 | 21 | 0 | 13 | 12D | 29 | 44 |
| Octal | 317 | 213 | 316 | 0 | 41 | 0 | 23 | 455 | 51 | 104 |
| Binary | 11001111 | 10001011 | 11001110 | 0 | 100001 | 0 | 10011 | 100101101 | 101001 | 1000100 |
Color Harmonies of #CF8BCE
Complementary color
Monochromatic Colors of #CF8BCE
Black with #CF8BCE
Text Example
Text Example
White with #CF8BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BCE; }
p { color: rgb(207,139,206); }
H1.HeaderClassName
{
color: #CF8BCE;
}
.AnyTagClassName
{
color: #CF8BCE;
}
</style>
background-color css
<style>
a { background-color: #CF8BCE; }
a { background-color: rgb(207,139,206); }
div.DivClassName
{
background-color: #CF8BCE;
}
.BgClassName
{
background-color: #CF8BCE;
}
</style>
border-color css
<style>
span { border-color: #CF8BCE; }
span { border-color: rgb(207,139,206); }
td.TdClassName
{
border-color: #CF8BCE;
}
.TagClassName
{
border-color: #CF8BCE;
}
</style>