Shades of Lilac #C88FC4
Tints of Lilac #C88FC4
RGB
CMYK
RGB Variations
Color information
#C88FC4 (or 0xC88FC4) is known color: Lilac. HEX triplet: C8, 8F and C4. RGB value is (200,143,196). Sum of RGB (Red+Green+Blue) = 200+143+196=539 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.11% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 196 (76.95% from 255 or 36.36% from 539); Max value from RGB is 200 - color contains mainly: red. Hex color #C88FC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C88FC4 is #37703B. Grayscale: #A5A5A5. Windows color (decimal): -3633212 or 12881864. OLE color: 12881864.
HSL color Cylindrical-coordinate representation of color #C88FC4: hue angle of 304.21º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C88FC4 is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 143 | 196 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.22 |
| HSL | 304.21º | 0.34% | 0.67% | - |
| HSV(B) | 304.21º | 0.29% | 0.78% | - |
| XYZ | 43.61 | 35.91 | 56.86 | - |
| YUV | 166.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 143 | 196 | 0 | 0.28 | 0.02 | 0.22 | 304.21 | 0.34 | 0.67 |
| Hex | C8 | 8F | C4 | 0 | 1C | 2 | 16 | 130 | 22 | 43 |
| Octal | 310 | 217 | 304 | 0 | 34 | 2 | 26 | 460 | 42 | 103 |
| Binary | 11001000 | 10001111 | 11000100 | 0 | 11100 | 10 | 10110 | 100110000 | 100010 | 1000011 |
Color Harmonies of #C88FC4
Complementary color
Monochromatic Colors of #C88FC4
Black with #C88FC4
Text Example
Text Example
White with #C88FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C88FC4; }
p { color: rgb(200,143,196); }
H1.HeaderClassName
{
color: #C88FC4;
}
.AnyTagClassName
{
color: #C88FC4;
}
</style>
background-color css
<style>
a { background-color: #C88FC4; }
a { background-color: rgb(200,143,196); }
div.DivClassName
{
background-color: #C88FC4;
}
.BgClassName
{
background-color: #C88FC4;
}
</style>
border-color css
<style>
span { border-color: #C88FC4; }
span { border-color: rgb(200,143,196); }
td.TdClassName
{
border-color: #C88FC4;
}
.TagClassName
{
border-color: #C88FC4;
}
</style>