#C485BF

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

Shades of Lilac #C485BF

Tints of Lilac #C485BF

Color information

#C485BF (or 0xC485BF) is unknown color: approx Lilac. HEX triplet: C4, 85 and BF. RGB value is (196,133,191). Sum of RGB (Red+Green+Blue) = 196+133+191=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BF is #3B7A40. Grayscale: #9E9E9E. Windows color (decimal): -3897921 or 12551620. OLE color: 12551620.

HSL color Cylindrical-coordinate representation of color #C485BF: hue angle of 304.76º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C485BF is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196133191-
CMYK00.320.030.23
HSL304.76º34.81%64.51%-
HSV(B)304.76º32.14%76.86%-
XYZ40.5632.2753.38-
YUV158.45146.37154.78-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 133 (52.34% from 255) = 25.58%
BLUE value IS 191 (75% from 255) = 36.73%
R=37.69%
G=25.58%
B=36.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613319100.320.030.23304.7634.8164.51
HexC485BF0203171312341
Octal30420527704032746143101
Binary110001001000010110111111010000011101111001100011000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485BF; }

 p { color: rgb(196,133,191); }

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

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

 a { background-color: rgb(196,133,191); }

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

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

 span { border-color: rgb(196,133,191); }

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