#C485CD

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

Shades of Lilac #C485CD

Tints of Lilac #C485CD

Color information

#C485CD (or 0xC485CD) is unknown color: approx Lilac. HEX triplet: C4, 85 and CD. RGB value is (196,133,205). Sum of RGB (Red+Green+Blue) = 196+133+205=534 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.70% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 205 (80.47% from 255 or 38.39% from 534); Max value from RGB is 205 - color contains mainly: blue. Hex color #C485CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CD is #3B7A32. Grayscale: #9F9F9F. Windows color (decimal): -3897907 or 13469124. OLE color: 13469124.

HSL color Cylindrical-coordinate representation of color #C485CD: hue angle of 292.5º degrees, saturation: 0.42, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C485CD is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196133205-
CMYK0.040.3500.20
HSL292.5º41.86%66.27%-
HSV(B)292.5º35.12%80.39%-
XYZ42.1732.9261.89-
YUV160.05153.37153.65-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.70%
GREEN value IS 133 (52.34% from 255) = 24.91%
BLUE value IS 205 (80.47% from 255) = 38.39%
R=36.70%
G=24.91%
B=38.39%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961332050.040.3500.20292.541.8666.27
HexC485CD4230141242a42
Octal30420531544302444452102
Binary1100010010000101110011011001000110101001001001001010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485CD; }

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

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

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

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

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

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

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

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