#C38EC6

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

Shades of Lilac #C38EC6

Tints of Lilac #C38EC6

Color information

#C38EC6 (or 0xC38EC6) is unknown color: approx Lilac. HEX triplet: C3, 8E and C6. RGB value is (195,142,198). Sum of RGB (Red+Green+Blue) = 195+142+198=535 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.45% from 535); Green value is 142 (55.86% from 255 or 26.54% from 535); Blue value is 198 (77.73% from 255 or 37.01% from 535); Max value from RGB is 198 - color contains mainly: blue. Hex color #C38EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38EC6 is #3C7139. Grayscale: #A4A4A4. Windows color (decimal): -3961146 or 13012675. OLE color: 13012675.

HSL color Cylindrical-coordinate representation of color #C38EC6: hue angle of 296.79º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C38EC6 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB195142198-
CMYK0.020.2800.22
HSL296.79º32.94%66.67%-
HSV(B)296.79º28.28%77.65%-
XYZ42.3735.0357.95-
YUV164.23147.06149.95-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.45%
GREEN value IS 142 (55.86% from 255) = 26.54%
BLUE value IS 198 (77.73% from 255) = 37.01%
R=36.45%
G=26.54%
B=37.01%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1951421980.020.2800.22296.7932.9466.67
HexC38EC621C0161292143
Octal30321630623402645141103
Binary11000011100011101100011010111000101101001010011000011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38EC6; }

 p { color: rgb(195,142,198); }

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

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

 a { background-color: rgb(195,142,198); }

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

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

 span { border-color: rgb(195,142,198); }

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