#C38ACA

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

Shades of Lilac #C38ACA

Tints of Lilac #C38ACA

Color information

#C38ACA (or 0xC38ACA) is unknown color: approx Lilac. HEX triplet: C3, 8A and CA. RGB value is (195,138,202). Sum of RGB (Red+Green+Blue) = 195+138+202=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 138 (54.30% from 255 or 25.79% from 535); Blue value is 202 (79.30% from 255 or 37.76% from 535); Max value from RGB is 202 - color contains mainly: blue. Hex color #C38ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACA is #3C7535. Grayscale: #A2A2A2. Windows color (decimal): -3962166 or 13273795. OLE color: 13273795.

HSL color Cylindrical-coordinate representation of color #C38ACA: hue angle of 293.44º degrees, saturation: 0.38, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C38ACA is Cyan = 0.03, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB195138202-
CMYK0.030.3200.21
HSL293.44º37.65%66.67%-
HSV(B)293.44º31.68%79.22%-
XYZ42.2534.0460.22-
YUV162.34150.38151.3-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 138 (54.30% from 255) = 25.79%
BLUE value IS 202 (79.30% from 255) = 37.76%
R=36.45%
G=25.79%
B=37.76%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1951382020.030.3200.21293.4437.6566.67
HexC38ACA3200151252643
Octal30321231234002544546103
Binary110000111000101011001010111000000101011001001011001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ACA; }

 p { color: rgb(195,138,202); }

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

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

 a { background-color: rgb(195,138,202); }

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

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

 span { border-color: rgb(195,138,202); }

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