#C38AC0

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

Shades of Lilac #C38AC0

Tints of Lilac #C38AC0

Color information

#C38AC0 (or 0xC38AC0) is unknown color: approx Lilac. HEX triplet: C3, 8A and C0. RGB value is (195,138,192). Sum of RGB (Red+Green+Blue) = 195+138+192=525 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.14% from 525); Green value is 138 (54.30% from 255 or 26.29% from 525); Blue value is 192 (75.39% from 255 or 36.57% from 525); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC0 is #3C753F. Grayscale: #A1A1A1. Windows color (decimal): -3962176 or 12618435. OLE color: 12618435.

HSL color Cylindrical-coordinate representation of color #C38AC0: hue angle of 303.16º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38AC0 is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.24.

Color convert

RGB195138192-
CMYK00.290.020.24
HSL303.16º32.2%65.29%-
HSV(B)303.16º29.23%76.47%-
XYZ41.1133.5854.19-
YUV161.2145.38152.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.14%
GREEN value IS 138 (54.30% from 255) = 26.29%
BLUE value IS 192 (75.39% from 255) = 36.57%
R=37.14%
G=26.29%
B=36.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513819200.290.020.24303.1632.265.29
HexC38AC001D21812f2041
Octal30321230003523045740101
Binary11000011100010101100000001110110110001001011111000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AC0; }

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

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

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

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

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

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

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

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