#C38DC1

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

Shades of Lilac #C38DC1

Tints of Lilac #C38DC1

Color information

#C38DC1 (or 0xC38DC1) is unknown color: approx Lilac. HEX triplet: C3, 8D and C1. RGB value is (195,141,193). Sum of RGB (Red+Green+Blue) = 195+141+193=529 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.86% from 529); Green value is 141 (55.47% from 255 or 26.65% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC1 is #3C723E. Grayscale: #A2A2A2. Windows color (decimal): -3961407 or 12684739. OLE color: 12684739.

HSL color Cylindrical-coordinate representation of color #C38DC1: hue angle of 302.22º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38DC1 is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.24.

Color convert

RGB195141193-
CMYK00.280.010.24
HSL302.22º31.03%65.88%-
HSV(B)302.22º27.69%76.47%-
XYZ41.6634.554.92-
YUV163.07144.89150.77-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.86%
GREEN value IS 141 (55.47% from 255) = 26.65%
BLUE value IS 193 (75.78% from 255) = 36.48%
R=36.86%
G=26.65%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514119300.280.010.24302.2231.0365.88
HexC38DC101C11812e1f42
Octal30321530103413045637102
Binary110000111000110111000001011100111000100101110111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DC1; }

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

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

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

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

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

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

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

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