#C18FBF

Color #C18FBF Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C18FBF

Tints of Lilac #C18FBF

Color information

#C18FBF (or 0xC18FBF) is unknown color: approx Lilac. HEX triplet: C1, 8F and BF. RGB value is (193,143,191). Sum of RGB (Red+Green+Blue) = 193+143+191=527 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.62% from 527); Green value is 143 (56.25% from 255 or 27.13% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FBF is #3E7040. Grayscale: #A3A3A3. Windows color (decimal): -4091969 or 12554177. OLE color: 12554177.

HSL color Cylindrical-coordinate representation of color #C18FBF: hue angle of 302.4º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FBF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB193143191-
CMYK00.260.010.24
HSL302.4º28.74%65.88%-
HSV(B)302.4º25.91%75.69%-
XYZ41.2234.7453.82-
YUV163.42143.56149.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 193 (75.78% from 255) = 36.62%
GREEN value IS 143 (56.25% from 255) = 27.13%
BLUE value IS 191 (75% from 255) = 36.24%
R=36.62%
G=27.13%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19314319100.260.010.24302.428.7465.88
HexC18FBF01A11812e1d42
Octal30121727703213045635102
Binary110000011000111110111111011010111000100101110111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18FBF; }

 p { color: rgb(193,143,191); }

 H1.HeaderClassName
 {
   color: #C18FBF;
 }
 .AnyTagClassName
 {
   color: #C18FBF;
 }
</style>
background-color css

<style>
 a { background-color: #C18FBF; }

 a { background-color: rgb(193,143,191); }

 div.DivClassName
 {
   background-color: #C18FBF;
 }
 .BgClassName
 {
   background-color: #C18FBF;
 }
</style>
border-color css

<style>
 span { border-color: #C18FBF; }

 span { border-color: rgb(193,143,191); }

 td.TdClassName
 {
   border-color: #C18FBF;
 }
 .TagClassName
 {
   border-color: #C18FBF;
 }
</style>