#C485CC

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

Shades of Lilac #C485CC

Tints of Lilac #C485CC

Color information

#C485CC (or 0xC485CC) is unknown color: approx Lilac. HEX triplet: C4, 85 and CC. RGB value is (196,133,204). Sum of RGB (Red+Green+Blue) = 196+133+204=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 133 (52.34% from 255 or 24.95% from 533); Blue value is 204 (80.08% from 255 or 38.27% from 533); Max value from RGB is 204 - color contains mainly: blue. Hex color #C485CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C485CC is #3B7A33. Grayscale: #9F9F9F. Windows color (decimal): -3897908 or 13403588. OLE color: 13403588.

HSL color Cylindrical-coordinate representation of color #C485CC: hue angle of 293.24º degrees, saturation: 0.41, 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 #C485CC is Cyan = 0.04, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB196133204-
CMYK0.040.3500.2
HSL293.24º41.04%66.08%-
HSV(B)293.24º34.8%80%-
XYZ42.0532.8761.26-
YUV159.93152.87153.73-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 133 (52.34% from 255) = 24.95%
BLUE value IS 204 (80.08% from 255) = 38.27%
R=36.77%
G=24.95%
B=38.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1961332040.040.3500.2293.2441.0466.08
HexC485CC4230141252942
Octal30420531444302444551102
Binary1100010010000101110011001001000110101001001001011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C485CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C485CC; }

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

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

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

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

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

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

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

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