#C38ABE

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

Shades of Lilac #C38ABE

Tints of Lilac #C38ABE

Color information

#C38ABE (or 0xC38ABE) is unknown color: approx Lilac. HEX triplet: C3, 8A and BE. RGB value is (195,138,190). Sum of RGB (Red+Green+Blue) = 195+138+190=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 138 (54.30% from 255 or 26.39% from 523); Blue value is 190 (74.61% from 255 or 36.33% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C38ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ABE is #3C7541. Grayscale: #A0A0A0. Windows color (decimal): -3962178 or 12487363. OLE color: 12487363.

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

Color convert

RGB195138190-
CMYK00.290.030.24
HSL305.26º32.2%65.29%-
HSV(B)305.26º29.23%76.47%-
XYZ40.8933.553.03-
YUV160.97144.38152.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 138 (54.30% from 255) = 26.39%
BLUE value IS 190 (74.61% from 255) = 36.33%
R=37.28%
G=26.39%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513819000.290.030.24305.2632.265.29
HexC38ABE01D3181312041
Octal30321227603533046140101
Binary11000011100010101011111001110111110001001100011000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ABE; }

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

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

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

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

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

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

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

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