Shades of Lilac #C699C7
Tints of Lilac #C699C7
RGB
CMYK
RGB Variations
Color information
#C699C7 (or 0xC699C7) is known color: Lilac. HEX triplet: C6, 99 and C7. RGB value is (198,153,199). Sum of RGB (Red+Green+Blue) = 198+153+199=550 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36% from 550); Green value is 153 (60.16% from 255 or 27.82% from 550); Blue value is 199 (78.12% from 255 or 36.18% from 550); Max value from RGB is 199 - color contains mainly: blue. Hex color #C699C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C699C7 is #396638. Grayscale: #ABABAB. Windows color (decimal): -3761721 or 13081030. OLE color: 13081030.
HSL color Cylindrical-coordinate representation of color #C699C7: hue angle of 298.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C699C7 is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 153 | 199 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.22 |
| HSL | 298.7º | 0.29% | 0.69% | - |
| HSV(B) | 298.7º | 0.23% | 0.78% | - |
| XYZ | 44.99 | 38.91 | 59.17 | - |
| YUV | 171.7 | 143.41 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 153 | 199 | 0.01 | 0.23 | 0 | 0.22 | 298.7 | 0.29 | 0.69 |
| Hex | C6 | 99 | C7 | 1 | 17 | 0 | 16 | 12B | 1D | 45 |
| Octal | 306 | 231 | 307 | 1 | 27 | 0 | 26 | 453 | 35 | 105 |
| Binary | 11000110 | 10011001 | 11000111 | 1 | 10111 | 0 | 10110 | 100101011 | 11101 | 1000101 |
Color Harmonies of #C699C7
Complementary color
Monochromatic Colors of #C699C7
Black with #C699C7
Text Example
Text Example
White with #C699C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C699C7; }
p { color: rgb(198,153,199); }
H1.HeaderClassName
{
color: #C699C7;
}
.AnyTagClassName
{
color: #C699C7;
}
</style>
background-color css
<style>
a { background-color: #C699C7; }
a { background-color: rgb(198,153,199); }
div.DivClassName
{
background-color: #C699C7;
}
.BgClassName
{
background-color: #C699C7;
}
</style>
border-color css
<style>
span { border-color: #C699C7; }
span { border-color: rgb(198,153,199); }
td.TdClassName
{
border-color: #C699C7;
}
.TagClassName
{
border-color: #C699C7;
}
</style>