#C483C0

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

Shades of Lilac #C483C0

Tints of Lilac #C483C0

Color information

#C483C0 (or 0xC483C0) is unknown color: approx Lilac. HEX triplet: C4, 83 and C0. RGB value is (196,131,192). Sum of RGB (Red+Green+Blue) = 196+131+192=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 131 (51.56% from 255 or 25.24% from 519); Blue value is 192 (75.39% from 255 or 36.99% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C483C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C483C0 is #3B7C3F. Grayscale: #9D9D9D. Windows color (decimal): -3898432 or 12616644. OLE color: 12616644.

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

Color convert

RGB196131192-
CMYK00.330.020.23
HSL303.69º35.52%64.12%-
HSV(B)303.69º33.16%76.86%-
XYZ40.431.7753.87-
YUV157.39147.53155.54-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.76%
GREEN value IS 131 (51.56% from 255) = 25.24%
BLUE value IS 192 (75.39% from 255) = 36.99%
R=37.76%
G=25.24%
B=36.99%

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
Decimal19613119200.330.020.23303.6935.5264.12
HexC483C00212171302440
Octal30420330004122746044100
Binary110001001000001111000000010000110101111001100001001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C483C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C483C0; }

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

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

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

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

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

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

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

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