#C483C1

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

Shades of Lilac #C483C1

Tints of Lilac #C483C1

Color information

#C483C1 (or 0xC483C1) is unknown color: approx Lilac. HEX triplet: C4, 83 and C1. RGB value is (196,131,193). Sum of RGB (Red+Green+Blue) = 196+131+193=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 131 (51.56% from 255 or 25.19% from 520); Blue value is 193 (75.78% from 255 or 37.12% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C483C1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483C1 is #3B7C3E. Grayscale: #9D9D9D. Windows color (decimal): -3898431 or 12682180. OLE color: 12682180.

HSL color Cylindrical-coordinate representation of color #C483C1: hue angle of 302.77º degrees, saturation: 0.36, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C483C1 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.23.

Color convert

RGB196131193-
CMYK00.330.020.23
HSL302.77º35.52%64.12%-
HSV(B)302.77º33.16%76.86%-
XYZ40.5131.8254.46-
YUV157.5148.03155.46-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.69%
GREEN value IS 131 (51.56% from 255) = 25.19%
BLUE value IS 193 (75.78% from 255) = 37.12%
R=37.69%
G=25.19%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.02
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613119300.330.020.23302.7735.5264.12
HexC483C102121712f2440
Octal30420330104122745744100
Binary110001001000001111000001010000110101111001011111001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483C1; }

 p { color: rgb(196,131,193); }

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

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

 a { background-color: rgb(196,131,193); }

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

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

 span { border-color: rgb(196,131,193); }

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