Shades of Lilac #CF8BC7
Tints of Lilac #CF8BC7
RGB
CMYK
RGB Variations
Color information
#CF8BC7 (or 0xCF8BC7) is known color: Lilac. HEX triplet: CF, 8B and C7. RGB value is (207,139,199). Sum of RGB (Red+Green+Blue) = 207+139+199=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 139 (54.69% from 255 or 25.50% from 545); Blue value is 199 (78.12% from 255 or 36.51% from 545); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CF8BC7 is #307438. Grayscale: #A6A6A6. Windows color (decimal): -3175481 or 13077455. OLE color: 13077455.
HSL color Cylindrical-coordinate representation of color #CF8BC7: hue angle of 307.06º 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 #CF8BC7 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 139 | 199 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.19 |
| HSL | 307.06º | 0.41% | 0.68% | - |
| HSV(B) | 307.06º | 0.33% | 0.81% | - |
| XYZ | 45.27 | 35.85 | 58.57 | - |
| YUV | 166.17 | 146.53 | 157.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 139 | 199 | 0 | 0.33 | 0.04 | 0.19 | 307.06 | 0.41 | 0.68 |
| Hex | CF | 8B | C7 | 0 | 21 | 4 | 13 | 133 | 29 | 44 |
| Octal | 317 | 213 | 307 | 0 | 41 | 4 | 23 | 463 | 51 | 104 |
| Binary | 11001111 | 10001011 | 11000111 | 0 | 100001 | 100 | 10011 | 100110011 | 101001 | 1000100 |
Color Harmonies of #CF8BC7
Complementary color
Monochromatic Colors of #CF8BC7
Black with #CF8BC7
Text Example
Text Example
White with #CF8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8BC7; }
p { color: rgb(207,139,199); }
H1.HeaderClassName
{
color: #CF8BC7;
}
.AnyTagClassName
{
color: #CF8BC7;
}
</style>
background-color css
<style>
a { background-color: #CF8BC7; }
a { background-color: rgb(207,139,199); }
div.DivClassName
{
background-color: #CF8BC7;
}
.BgClassName
{
background-color: #CF8BC7;
}
</style>
border-color css
<style>
span { border-color: #CF8BC7; }
span { border-color: rgb(207,139,199); }
td.TdClassName
{
border-color: #CF8BC7;
}
.TagClassName
{
border-color: #CF8BC7;
}
</style>