Shades of Lilac #C8B0C6
Tints of Lilac #C8B0C6
RGB
CMYK
RGB Variations
Color information
#C8B0C6 (or 0xC8B0C6) is known color: Lilac. HEX triplet: C8, B0 and C6. RGB value is (200,176,198). Sum of RGB (Red+Green+Blue) = 200+176+198=574 (76% of max value = 765). Red value is 200 (78.52% from 255 or 34.84% from 574); Green value is 176 (69.14% from 255 or 30.66% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B0C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C8B0C6 is #374F39. Grayscale: #B9B9B9. Windows color (decimal): -3624762 or 13021384. OLE color: 13021384.
HSL color Cylindrical-coordinate representation of color #C8B0C6: hue angle of 305º degrees, saturation: 0.18, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #C8B0C6 is Cyan = 0, Magento = 0.12, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 176 | 198 | - |
| CMYK | 0 | 0.12 | 0.01 | 0.22 |
| HSL | 305º | 0.18% | 0.74% | - |
| HSV(B) | 305º | 0.12% | 0.78% | - |
| XYZ | 49.54 | 47.41 | 59.97 | - |
| YUV | 185.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 176 | 198 | 0 | 0.12 | 0.01 | 0.22 | 305 | 0.18 | 0.74 |
| Hex | C8 | B0 | C6 | 0 | C | 1 | 16 | 131 | 12 | 4A |
| Octal | 310 | 260 | 306 | 0 | 14 | 1 | 26 | 461 | 22 | 112 |
| Binary | 11001000 | 10110000 | 11000110 | 0 | 1100 | 1 | 10110 | 100110001 | 10010 | 1001010 |
Color Harmonies of #C8B0C6
Complementary color
Monochromatic Colors of #C8B0C6
Black with #C8B0C6
Text Example
Text Example
White with #C8B0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B0C6; }
p { color: rgb(200,176,198); }
H1.HeaderClassName
{
color: #C8B0C6;
}
.AnyTagClassName
{
color: #C8B0C6;
}
</style>
background-color css
<style>
a { background-color: #C8B0C6; }
a { background-color: rgb(200,176,198); }
div.DivClassName
{
background-color: #C8B0C6;
}
.BgClassName
{
background-color: #C8B0C6;
}
</style>
border-color css
<style>
span { border-color: #C8B0C6; }
span { border-color: rgb(200,176,198); }
td.TdClassName
{
border-color: #C8B0C6;
}
.TagClassName
{
border-color: #C8B0C6;
}
</style>