#C38BC1

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

Shades of Lilac #C38BC1

Tints of Lilac #C38BC1

Color information

#C38BC1 (or 0xC38BC1) is unknown color: approx Lilac. HEX triplet: C3, 8B and C1. RGB value is (195,139,193). Sum of RGB (Red+Green+Blue) = 195+139+193=527 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.00% from 527); Green value is 139 (54.69% from 255 or 26.38% from 527); Blue value is 193 (75.78% from 255 or 36.62% from 527); Max value from RGB is 195 - color contains mainly: red. Hex color #C38BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BC1 is #3C743E. Grayscale: #A1A1A1. Windows color (decimal): -3961919 or 12684227. OLE color: 12684227.

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

Color convert

RGB195139193-
CMYK00.290.010.24
HSL302.14º31.82%65.49%-
HSV(B)302.14º28.72%76.47%-
XYZ41.3633.9254.82-
YUV161.9145.55151.61-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.00%
GREEN value IS 139 (54.69% from 255) = 26.38%
BLUE value IS 193 (75.78% from 255) = 36.62%
R=37.00%
G=26.38%
B=36.62%

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
Decimal19513919300.290.010.24302.1431.8265.49
HexC38BC101D11812e2041
Octal30321330103513045640101
Binary1100001110001011110000010111011110001001011101000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BC1; }

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

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

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

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

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

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

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

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