#C38EC5

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

Shades of Lilac #C38EC5

Tints of Lilac #C38EC5

Color information

#C38EC5 (or 0xC38EC5) is unknown color: approx Lilac. HEX triplet: C3, 8E and C5. RGB value is (195,142,197). Sum of RGB (Red+Green+Blue) = 195+142+197=534 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.52% from 534); Green value is 142 (55.86% from 255 or 26.59% from 534); Blue value is 197 (77.34% from 255 or 36.89% from 534); Max value from RGB is 197 - color contains mainly: blue. Hex color #C38EC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EC5 is #3C713A. Grayscale: #A3A3A3. Windows color (decimal): -3961147 or 12947139. OLE color: 12947139.

HSL color Cylindrical-coordinate representation of color #C38EC5: hue angle of 297.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38EC5 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195142197-
CMYK0.010.2800.23
HSL297.82º32.16%66.47%-
HSV(B)297.82º27.92%77.25%-
XYZ42.2634.9857.35-
YUV164.12146.56150.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.52%
GREEN value IS 142 (55.86% from 255) = 26.59%
BLUE value IS 197 (77.34% from 255) = 36.89%
R=36.52%
G=26.59%
B=36.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951421970.010.2800.23297.8232.1666.47
HexC38EC511C01712a2042
Octal30321630513402745240102
Binary1100001110001110110001011111000101111001010101000001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EC5; }

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

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

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

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

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

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

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

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