#C38EBF

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

Shades of Lilac #C38EBF

Tints of Lilac #C38EBF

Color information

#C38EBF (or 0xC38EBF) is unknown color: approx Lilac. HEX triplet: C3, 8E and BF. RGB value is (195,142,191). Sum of RGB (Red+Green+Blue) = 195+142+191=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 142 (55.86% from 255 or 26.89% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C38EBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EBF is #3C7140. Grayscale: #A3A3A3. Windows color (decimal): -3961153 or 12553923. OLE color: 12553923.

HSL color Cylindrical-coordinate representation of color #C38EBF: hue angle of 304.53º 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 #C38EBF is Cyan = 0, Magento = 0.27, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195142191-
CMYK00.270.020.24
HSL304.53º30.64%66.08%-
HSV(B)304.53º27.18%76.47%-
XYZ41.5834.7153.8-
YUV163.43143.56150.52-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 142 (55.86% from 255) = 26.89%
BLUE value IS 191 (75% from 255) = 36.17%
R=36.93%
G=26.89%
B=36.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514219100.270.020.24304.5330.6466.08
HexC38EBF01B2181311f42
Octal30321627703323046137102
Binary1100001110001110101111110110111011000100110001111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EBF; }

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

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

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

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

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

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

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

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