#C38CBC

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

Shades of Lilac #C38CBC

Tints of Lilac #C38CBC

Color information

#C38CBC (or 0xC38CBC) is unknown color: approx Lilac. HEX triplet: C3, 8C and BC. RGB value is (195,140,188). Sum of RGB (Red+Green+Blue) = 195+140+188=523 (69% of max value = 765). Red value is 195 (76.56% from 255 or 37.28% from 523); Green value is 140 (55.08% from 255 or 26.77% from 523); Blue value is 188 (73.83% from 255 or 35.95% from 523); Max value from RGB is 195 - color contains mainly: red. Hex color #C38CBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C38CBC is #3C7343. Grayscale: #A1A1A1. Windows color (decimal): -3961668 or 12356803. OLE color: 12356803.

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

Color convert

RGB195140188-
CMYK00.280.040.24
HSL307.64º31.43%65.69%-
HSV(B)307.64º28.21%76.47%-
XYZ40.9633.9951.98-
YUV161.92142.72151.6-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.28%
GREEN value IS 140 (55.08% from 255) = 26.77%
BLUE value IS 188 (73.83% from 255) = 35.95%
R=37.28%
G=26.77%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19514018800.280.040.24307.6431.4365.69
HexC38CBC01C4181341f42
Octal30321427403443046437102
Binary11000011100011001011110001110010011000100110100111111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C38CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C38CBC; }

 p { color: rgb(195,140,188); }

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

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

 a { background-color: rgb(195,140,188); }

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

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

 span { border-color: rgb(195,140,188); }

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