Shades of Lilac #C18FCB
Tints of Lilac #C18FCB
RGB
CMYK
RGB Variations
Color information
#C18FCB (or 0xC18FCB) is known color: Lilac. HEX triplet: C1, 8F and CB. RGB value is (193,143,203). Sum of RGB (Red+Green+Blue) = 193+143+203=539 (71% of max value = 765). Red value is 193 (75.78% from 255 or 35.81% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #C18FCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FCB is #3E7034. Grayscale: #A4A4A4. Windows color (decimal): -4091957 or 13340609. OLE color: 13340609.
HSL color Cylindrical-coordinate representation of color #C18FCB: hue angle of 290º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C18FCB is Cyan = 0.05, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 193 | 143 | 203 | - |
| CMYK | 0.05 | 0.30 | 0 | 0.20 |
| HSL | 290º | 0.37% | 0.68% | - |
| HSV(B) | 290º | 0.3% | 0.8% | - |
| XYZ | 42.59 | 35.29 | 61.07 | - |
| YUV | 164.79 | 149.57 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 203 | 0.05 | 0.30 | 0 | 0.20 | 290 | 0.37 | 0.68 |
| Hex | C1 | 8F | CB | 5 | 1E | 0 | 14 | 122 | 25 | 44 |
| Octal | 301 | 217 | 313 | 5 | 36 | 0 | 24 | 442 | 45 | 104 |
| Binary | 11000001 | 10001111 | 11001011 | 101 | 11110 | 0 | 10100 | 100100010 | 100101 | 1000100 |
Color Harmonies of #C18FCB
Complementary color
Monochromatic Colors of #C18FCB
Black with #C18FCB
Text Example
Text Example
White with #C18FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FCB; }
p { color: rgb(193,143,203); }
H1.HeaderClassName
{
color: #C18FCB;
}
.AnyTagClassName
{
color: #C18FCB;
}
</style>
background-color css
<style>
a { background-color: #C18FCB; }
a { background-color: rgb(193,143,203); }
div.DivClassName
{
background-color: #C18FCB;
}
.BgClassName
{
background-color: #C18FCB;
}
</style>
border-color css
<style>
span { border-color: #C18FCB; }
span { border-color: rgb(193,143,203); }
td.TdClassName
{
border-color: #C18FCB;
}
.TagClassName
{
border-color: #C18FCB;
}
</style>