#C385BE

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

Shades of Lilac #C385BE

Tints of Lilac #C385BE

Color information

#C385BE (or 0xC385BE) is unknown color: approx Lilac. HEX triplet: C3, 85 and BE. RGB value is (195,133,190). Sum of RGB (Red+Green+Blue) = 195+133+190=518 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.64% from 518); Green value is 133 (52.34% from 255 or 25.68% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BE is #3C7A41. Grayscale: #9D9D9D. Windows color (decimal): -3963458 or 12486083. OLE color: 12486083.

HSL color Cylindrical-coordinate representation of color #C385BE: hue angle of 304.84º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385BE is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.24.

Color convert

RGB195133190-
CMYK00.320.030.24
HSL304.84º34.07%64.31%-
HSV(B)304.84º31.79%76.47%-
XYZ40.1932.0952.79-
YUV158.04146.04154.37-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.64%
GREEN value IS 133 (52.34% from 255) = 25.68%
BLUE value IS 190 (74.61% from 255) = 36.68%
R=37.64%
G=25.68%
B=36.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513319000.320.030.24304.8434.0764.31
HexC385BE0203181312240
Octal30320527604033046142100
Binary110000111000010110111110010000011110001001100011000101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C385BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C385BE; }

 p { color: rgb(195,133,190); }

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

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

 a { background-color: rgb(195,133,190); }

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

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

 span { border-color: rgb(195,133,190); }

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