#C484CD

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

Shades of Lilac #C484CD

Tints of Lilac #C484CD

Color information

#C484CD (or 0xC484CD) is unknown color: approx Lilac. HEX triplet: C4, 84 and CD. RGB value is (196,132,205). Sum of RGB (Red+Green+Blue) = 196+132+205=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 132 (51.95% from 255 or 24.77% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 205 - color contains mainly: blue. Hex color #C484CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484CD is #3B7B32. Grayscale: #9F9F9F. Windows color (decimal): -3898163 or 13468868. OLE color: 13468868.

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

Color convert

RGB196132205-
CMYK0.040.3600.20
HSL292.6º42.2%66.08%-
HSV(B)292.6º35.61%80.39%-
XYZ42.0432.6561.84-
YUV159.46153.7154.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.77%
GREEN value IS 132 (51.95% from 255) = 24.77%
BLUE value IS 205 (80.47% from 255) = 38.46%
R=36.77%
G=24.77%
B=38.46%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961322050.040.3600.20292.642.266.08
HexC484CD4240141252a42
Octal30420431544402444552102
Binary1100010010000100110011011001001000101001001001011010101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C484CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C484CD; }

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

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

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

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

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

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

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

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