#C38ECE

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

Shades of Lilac #C38ECE

Tints of Lilac #C38ECE

Color information

#C38ECE (or 0xC38ECE) is unknown color: approx Lilac. HEX triplet: C3, 8E and CE. RGB value is (195,142,206). Sum of RGB (Red+Green+Blue) = 195+142+206=543 (71% of max value = 765). Red value is 195 (76.56% from 255 or 35.91% from 543); Green value is 142 (55.86% from 255 or 26.15% from 543); Blue value is 206 (80.86% from 255 or 37.94% from 543); Max value from RGB is 206 - color contains mainly: blue. Hex color #C38ECE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ECE is #3C7131. Grayscale: #A4A4A4. Windows color (decimal): -3961138 or 13536963. OLE color: 13536963.

HSL color Cylindrical-coordinate representation of color #C38ECE: hue angle of 289.69º degrees, saturation: 0.4, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C38ECE is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB195142206-
CMYK0.050.3100.19
HSL289.69º39.51%68.24%-
HSV(B)289.69º31.07%80.78%-
XYZ43.3235.462.94-
YUV165.14151.06149.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 35.91%
GREEN value IS 142 (55.86% from 255) = 26.15%
BLUE value IS 206 (80.86% from 255) = 37.94%
R=35.91%
G=26.15%
B=37.94%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1951422060.050.3100.19289.6939.5168.24
HexC38ECE51F0131222844
Octal30321631653702344250104
Binary110000111000111011001110101111110100111001000101010001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ECE; }

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

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

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

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

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

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

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

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