Shades of Lilac #C68FBE
Tints of Lilac #C68FBE
RGB
CMYK
RGB Variations
Color information
#C68FBE (or 0xC68FBE) is known color: Lilac. HEX triplet: C6, 8F and BE. RGB value is (198,143,190). Sum of RGB (Red+Green+Blue) = 198+143+190=531 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.29% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FBE is #397041. Grayscale: #A4A4A4. Windows color (decimal): -3764290 or 12488646. OLE color: 12488646.
HSL color Cylindrical-coordinate representation of color #C68FBE: hue angle of 308.73º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C68FBE is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 190 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.22 |
| HSL | 308.73º | 0.33% | 0.67% | - |
| HSV(B) | 308.73º | 0.28% | 0.78% | - |
| XYZ | 42.41 | 35.37 | 53.31 | - |
| YUV | 164.8 | 142.22 | 151.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 190 | 0 | 0.28 | 0.04 | 0.22 | 308.73 | 0.33 | 0.67 |
| Hex | C6 | 8F | BE | 0 | 1C | 4 | 16 | 135 | 21 | 43 |
| Octal | 306 | 217 | 276 | 0 | 34 | 4 | 26 | 465 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10111110 | 0 | 11100 | 100 | 10110 | 100110101 | 100001 | 1000011 |
Color Harmonies of #C68FBE
Complementary color
Monochromatic Colors of #C68FBE
Black with #C68FBE
Text Example
Text Example
White with #C68FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FBE; }
p { color: rgb(198,143,190); }
H1.HeaderClassName
{
color: #C68FBE;
}
.AnyTagClassName
{
color: #C68FBE;
}
</style>
background-color css
<style>
a { background-color: #C68FBE; }
a { background-color: rgb(198,143,190); }
div.DivClassName
{
background-color: #C68FBE;
}
.BgClassName
{
background-color: #C68FBE;
}
</style>
border-color css
<style>
span { border-color: #C68FBE; }
span { border-color: rgb(198,143,190); }
td.TdClassName
{
border-color: #C68FBE;
}
.TagClassName
{
border-color: #C68FBE;
}
</style>