#C38DC0

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

Shades of Lilac #C38DC0

Tints of Lilac #C38DC0

Color information

#C38DC0 (or 0xC38DC0) is unknown color: approx Lilac. HEX triplet: C3, 8D and C0. RGB value is (195,141,192). Sum of RGB (Red+Green+Blue) = 195+141+192=528 (69% of max value = 765). Red value is 195 (76.56% from 255 or 36.93% from 528); Green value is 141 (55.47% from 255 or 26.70% from 528); Blue value is 192 (75.39% from 255 or 36.36% from 528); Max value from RGB is 195 - color contains mainly: red. Hex color #C38DC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38DC0 is #3C723F. Grayscale: #A2A2A2. Windows color (decimal): -3961408 or 12619203. OLE color: 12619203.

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

Color convert

RGB195141192-
CMYK00.280.020.24
HSL303.33º31.03%65.88%-
HSV(B)303.33º27.69%76.47%-
XYZ41.5434.4654.33-
YUV162.96144.39150.85-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.93%
GREEN value IS 141 (55.47% from 255) = 26.70%
BLUE value IS 192 (75.39% from 255) = 36.36%
R=36.93%
G=26.70%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.02
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514119200.280.020.24303.3331.0365.88
HexC38DC001C21812f1f42
Octal30321530003423045737102
Binary1100001110001101110000000111001011000100101111111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38DC0; }

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

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

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

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

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

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

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

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