#C485BE

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

Shades of Lilac #C485BE

Tints of Lilac #C485BE

Color information

#C485BE (or 0xC485BE) is unknown color: approx Lilac. HEX triplet: C4, 85 and BE. RGB value is (196,133,190). Sum of RGB (Red+Green+Blue) = 196+133+190=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 133 (52.34% from 255 or 25.63% from 519); Blue value is 190 (74.61% from 255 or 36.61% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C485BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485BE is #3B7A41. Grayscale: #9E9E9E. Windows color (decimal): -3897922 or 12486084. OLE color: 12486084.

HSL color Cylindrical-coordinate representation of color #C485BE: hue angle of 305.71º 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 #C485BE is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB196133190-
CMYK00.320.030.23
HSL305.71º34.81%64.51%-
HSV(B)305.71º32.14%76.86%-
XYZ40.4532.2352.8-
YUV158.34145.87154.87-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 133 (52.34% from 255) = 25.63%
BLUE value IS 190 (74.61% from 255) = 36.61%
R=37.76%
G=25.63%
B=36.61%

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
Decimal19613319000.320.030.23305.7134.8164.51
HexC485BE0203171322341
Octal30420527604032746243101
Binary110001001000010110111110010000011101111001100101000111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485BE; }

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

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

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

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

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

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

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

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