#C38BC4

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

Shades of Lilac #C38BC4

Tints of Lilac #C38BC4

Color information

#C38BC4 (or 0xC38BC4) is unknown color: approx Lilac. HEX triplet: C3, 8B and C4. RGB value is (195,139,196). Sum of RGB (Red+Green+Blue) = 195+139+196=530 (70% of max value = 765). Red value is 195 (76.56% from 255 or 36.79% from 530); Green value is 139 (54.69% from 255 or 26.23% from 530); Blue value is 196 (76.95% from 255 or 36.98% from 530); Max value from RGB is 196 - color contains mainly: blue. Hex color #C38BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38BC4 is #3C743B. Grayscale: #A2A2A2. Windows color (decimal): -3961916 or 12880835. OLE color: 12880835.

HSL color Cylindrical-coordinate representation of color #C38BC4: hue angle of 298.95º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C38BC4 is Cyan = 0.01, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB195139196-
CMYK0.010.2900.23
HSL298.95º32.57%65.69%-
HSV(B)298.95º29.08%76.86%-
XYZ41.734.0556.6-
YUV162.24147.05151.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 36.79%
GREEN value IS 139 (54.69% from 255) = 26.23%
BLUE value IS 196 (76.95% from 255) = 36.98%
R=36.79%
G=26.23%
B=36.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1951391960.010.2900.23298.9532.5765.69
HexC38BC411D01712b2142
Octal30321330413502745341102
Binary1100001110001011110001001111010101111001010111000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38BC4; }

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

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

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

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

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

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

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

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