Shades of Lilac #C68FBD
Tints of Lilac #C68FBD
RGB
CMYK
RGB Variations
Color information
#C68FBD (or 0xC68FBD) is known color: Lilac. HEX triplet: C6, 8F and BD. RGB value is (198,143,189). Sum of RGB (Red+Green+Blue) = 198+143+189=530 (70% of max value = 765). Red value is 198 (77.73% from 255 or 37.36% from 530); Green value is 143 (56.25% from 255 or 26.98% from 530); Blue value is 189 (74.22% from 255 or 35.66% from 530); Max value from RGB is 198 - color contains mainly: red. Hex color #C68FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C68FBD is #397042. Grayscale: #A4A4A4. Windows color (decimal): -3764291 or 12423110. OLE color: 12423110.
HSL color Cylindrical-coordinate representation of color #C68FBD: hue angle of 309.82º 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 #C68FBD is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 143 | 189 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.22 |
| HSL | 309.82º | 0.33% | 0.67% | - |
| HSV(B) | 309.82º | 0.28% | 0.78% | - |
| XYZ | 42.3 | 35.32 | 52.73 | - |
| YUV | 164.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 143 | 189 | 0 | 0.28 | 0.05 | 0.22 | 309.82 | 0.33 | 0.67 |
| Hex | C6 | 8F | BD | 0 | 1C | 5 | 16 | 136 | 21 | 43 |
| Octal | 306 | 217 | 275 | 0 | 34 | 5 | 26 | 466 | 41 | 103 |
| Binary | 11000110 | 10001111 | 10111101 | 0 | 11100 | 101 | 10110 | 100110110 | 100001 | 1000011 |
Color Harmonies of #C68FBD
Complementary color
Monochromatic Colors of #C68FBD
Black with #C68FBD
Text Example
Text Example
White with #C68FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68FBD; }
p { color: rgb(198,143,189); }
H1.HeaderClassName
{
color: #C68FBD;
}
.AnyTagClassName
{
color: #C68FBD;
}
</style>
background-color css
<style>
a { background-color: #C68FBD; }
a { background-color: rgb(198,143,189); }
div.DivClassName
{
background-color: #C68FBD;
}
.BgClassName
{
background-color: #C68FBD;
}
</style>
border-color css
<style>
span { border-color: #C68FBD; }
span { border-color: rgb(198,143,189); }
td.TdClassName
{
border-color: #C68FBD;
}
.TagClassName
{
border-color: #C68FBD;
}
</style>