Html Css Color HEX #C484C0 Lilac

📋 copy color: '#C484C0'

red 196 ◦ green 132 ◦ blue 192

#C484C0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lilac #C484C0

Tints of Lilac #C484C0

RGB

 RED value IS 196 (76.95% from 255) = 37.69%

 GREEN value IS 132 (51.95% from 255) = 25.38%

 BLUE value IS 192 (75.39% from 255) = 36.92%

R = 37.69%
G = 25.38%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C484C0 (or 0xC484C0) is known color: Lilac. HEX triplet: C4, 84 and C0. RGB value is (196,132,192). Sum of RGB (Red+Green+Blue) = 196+132+192=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 192 (75.39% from 255 or 36.92% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C484C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C484C0 is #3B7B3F. Grayscale: #9D9D9D. Windows color (decimal): -3898176 or 12616900. OLE color: 12616900.

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

Color convert

RGB 196 132 192 -
CMYK 0 0.33 0.02 0.23
HSL 303.75º 0.35% 0.64% -
HSV(B) 303.75º 0.33% 0.77% -
XYZ 40.53 32.04 53.92 -
YUV 157.98 147.2 155.12 -
System Red Green Blue C M Y K H S L
Decimal 196 132 192 0 0.33 0.02 0.23 303.75 0.35 0.64
Hex C4 84 C0 0 21 2 17 130 23 40
Octal 304 204 300 0 41 2 27 460 43 100
Binary 11000100 10000100 11000000 0 100001 10 10111 100110000 100011 1000000

Color Harmonies of #C484C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C484C0

Black with #C484C0

Text Example


Text Example

White with #C484C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C484C0; }

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

 H1.HeaderClassName
 {
   color: #C484C0;
 }
 .AnyTagClassName
 {
   color: #C484C0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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