Shades of Lilac #C08FC4
Tints of Lilac #C08FC4
RGB
CMYK
RGB Variations
Color information
#C08FC4 (or 0xC08FC4) is known color: Lilac. HEX triplet: C0, 8F and C4. RGB value is (192,143,196). Sum of RGB (Red+Green+Blue) = 192+143+196=531 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.16% from 531); Green value is 143 (56.25% from 255 or 26.93% from 531); Blue value is 196 (76.95% from 255 or 36.91% from 531); Max value from RGB is 196 - color contains mainly: blue. Hex color #C08FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FC4 is #3F703B. Grayscale: #A3A3A3. Windows color (decimal): -4157500 or 12881856. OLE color: 12881856.
HSL color Cylindrical-coordinate representation of color #C08FC4: hue angle of 295.47º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08FC4 is Cyan = 0.02, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 192 | 143 | 196 | - |
| CMYK | 0.02 | 0.27 | 0 | 0.23 |
| HSL | 295.47º | 0.31% | 0.66% | - |
| HSV(B) | 295.47º | 0.27% | 0.77% | - |
| XYZ | 41.52 | 34.84 | 56.76 | - |
| YUV | 163.69 | 146.23 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 196 | 0.02 | 0.27 | 0 | 0.23 | 295.47 | 0.31 | 0.66 |
| Hex | C0 | 8F | C4 | 2 | 1B | 0 | 17 | 127 | 1F | 42 |
| Octal | 300 | 217 | 304 | 2 | 33 | 0 | 27 | 447 | 37 | 102 |
| Binary | 11000000 | 10001111 | 11000100 | 10 | 11011 | 0 | 10111 | 100100111 | 11111 | 1000010 |
Color Harmonies of #C08FC4
Complementary color
Monochromatic Colors of #C08FC4
Black with #C08FC4
Text Example
Text Example
White with #C08FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FC4; }
p { color: rgb(192,143,196); }
H1.HeaderClassName
{
color: #C08FC4;
}
.AnyTagClassName
{
color: #C08FC4;
}
</style>
background-color css
<style>
a { background-color: #C08FC4; }
a { background-color: rgb(192,143,196); }
div.DivClassName
{
background-color: #C08FC4;
}
.BgClassName
{
background-color: #C08FC4;
}
</style>
border-color css
<style>
span { border-color: #C08FC4; }
span { border-color: rgb(192,143,196); }
td.TdClassName
{
border-color: #C08FC4;
}
.TagClassName
{
border-color: #C08FC4;
}
</style>