Shades of Lilac #C69CC3
Tints of Lilac #C69CC3
RGB
CMYK
RGB Variations
Color information
#C69CC3 (or 0xC69CC3) is known color: Lilac. HEX triplet: C6, 9C and C3. RGB value is (198,156,195). Sum of RGB (Red+Green+Blue) = 198+156+195=549 (72% of max value = 765). Red value is 198 (77.73% from 255 or 36.07% from 549); Green value is 156 (61.33% from 255 or 28.42% from 549); Blue value is 195 (76.56% from 255 or 35.52% from 549); Max value from RGB is 198 - color contains mainly: red. Hex color #C69CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C69CC3 is #39633C. Grayscale: #ACACAC. Windows color (decimal): -3760957 or 12819654. OLE color: 12819654.
HSL color Cylindrical-coordinate representation of color #C69CC3: hue angle of 304.29º degrees, saturation: 0.27, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #C69CC3 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 156 | 195 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.22 |
| HSL | 304.29º | 0.27% | 0.69% | - |
| HSV(B) | 304.29º | 0.21% | 0.78% | - |
| XYZ | 45.03 | 39.72 | 56.92 | - |
| YUV | 173 | 140.41 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 156 | 195 | 0 | 0.21 | 0.02 | 0.22 | 304.29 | 0.27 | 0.69 |
| Hex | C6 | 9C | C3 | 0 | 15 | 2 | 16 | 130 | 1B | 45 |
| Octal | 306 | 234 | 303 | 0 | 25 | 2 | 26 | 460 | 33 | 105 |
| Binary | 11000110 | 10011100 | 11000011 | 0 | 10101 | 10 | 10110 | 100110000 | 11011 | 1000101 |
Color Harmonies of #C69CC3
Complementary color
Monochromatic Colors of #C69CC3
Black with #C69CC3
Text Example
Text Example
White with #C69CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C69CC3; }
p { color: rgb(198,156,195); }
H1.HeaderClassName
{
color: #C69CC3;
}
.AnyTagClassName
{
color: #C69CC3;
}
</style>
background-color css
<style>
a { background-color: #C69CC3; }
a { background-color: rgb(198,156,195); }
div.DivClassName
{
background-color: #C69CC3;
}
.BgClassName
{
background-color: #C69CC3;
}
</style>
border-color css
<style>
span { border-color: #C69CC3; }
span { border-color: rgb(198,156,195); }
td.TdClassName
{
border-color: #C69CC3;
}
.TagClassName
{
border-color: #C69CC3;
}
</style>