#C38AC1

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

Shades of Lilac #C38AC1

Tints of Lilac #C38AC1

Color information

#C38AC1 (or 0xC38AC1) is unknown color: approx Lilac. HEX triplet: C3, 8A and C1. RGB value is (195,138,193). Sum of RGB (Red+Green+Blue) = 195+138+193=526 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.07% from 526); Green value is 138 (54.30% from 255 or 26.24% from 526); Blue value is 193 (75.78% from 255 or 36.69% from 526); Max value from RGB is 195 - color contains mainly: red. Hex color #C38AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38AC1 is #3C753E. Grayscale: #A1A1A1. Windows color (decimal): -3962175 or 12683971. OLE color: 12683971.

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

Color convert

RGB195138193-
CMYK00.290.010.24
HSL302.11º32.2%65.29%-
HSV(B)302.11º29.23%76.47%-
XYZ41.2233.6354.77-
YUV161.31145.88152.03-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.07%
GREEN value IS 138 (54.30% from 255) = 26.24%
BLUE value IS 193 (75.78% from 255) = 36.69%
R=37.07%
G=26.24%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513819300.290.010.24302.1132.265.29
HexC38AC101D11812e2041
Octal30321230103513045640101
Binary1100001110001010110000010111011110001001011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38AC1; }

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

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

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

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

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

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

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

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