#C38ACD

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

Shades of Lilac #C38ACD

Tints of Lilac #C38ACD

Color information

#C38ACD (or 0xC38ACD) is unknown color: approx Lilac. HEX triplet: C3, 8A and CD. RGB value is (195,138,205). Sum of RGB (Red+Green+Blue) = 195+138+205=538 (71% of max value = 765). Red value is 195 (76.56% from 255 or 36.25% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #C38ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38ACD is #3C7532. Grayscale: #A2A2A2. Windows color (decimal): -3962163 or 13470403. OLE color: 13470403.

HSL color Cylindrical-coordinate representation of color #C38ACD: hue angle of 291.04º degrees, saturation: 0.4, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C38ACD is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB195138205-
CMYK0.050.3300.20
HSL291.04º40.12%67.25%-
HSV(B)291.04º32.68%80.39%-
XYZ42.6134.1962.11-
YUV162.68151.88151.05-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.25%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 205 (80.47% from 255) = 38.10%
R=36.25%
G=25.65%
B=38.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1951382050.050.3300.20291.0440.1267.25
HexC38ACD5210141232843
Octal30321231554102444350103
Binary1100001110001010110011011011000010101001001000111010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38ACD; }

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

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

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

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

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

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

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

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