#C38EBC

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

Shades of Lilac #C38EBC

Tints of Lilac #C38EBC

Color information

#C38EBC (or 0xC38EBC) is unknown color: approx Lilac. HEX triplet: C3, 8E and BC. RGB value is (195,142,188). Sum of RGB (Red+Green+Blue) = 195+142+188=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 188 (73.83% from 255 or 35.81% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EBC is #3C7143. Grayscale: #A2A2A2. Windows color (decimal): -3961156 or 12357315. OLE color: 12357315.

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

Color convert

RGB195142188-
CMYK00.270.040.24
HSL307.92º30.64%66.08%-
HSV(B)307.92º27.18%76.47%-
XYZ41.2634.5852.08-
YUV163.09142.06150.76-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 142 (55.86% from 255) = 27.05%
BLUE value IS 188 (73.83% from 255) = 35.81%
R=37.14%
G=27.05%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514218800.270.040.24307.9230.6466.08
HexC38EBC01B4181341f42
Octal30321627403343046437102
Binary11000011100011101011110001101110011000100110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EBC; }

 p { color: rgb(195,142,188); }

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

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

 a { background-color: rgb(195,142,188); }

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

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

 span { border-color: rgb(195,142,188); }

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