Html Css Color HEX #C48ACD Lilac

📋 copy color: '#C48ACD'

red 196 ◦ green 138 ◦ blue 205

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

Shades of Lilac #C48ACD

Tints of Lilac #C48ACD

RGB

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

 GREEN value IS 138 (54.3% from 255) = 25.6%

 BLUE value IS 205 (80.47% from 255) = 38.03%

R = 36.36%
G = 25.6%
B = 38.03%

CMYK

 C value IS 0.04

 M value IS 0.33

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C48ACD (or 0xC48ACD) is known color: Lilac. HEX triplet: C4, 8A and CD. RGB value is (196,138,205). Sum of RGB (Red+Green+Blue) = 196+138+205=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 205 (80.47% from 255 or 38.03% from 539); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ACD is #3B7532. Grayscale: #A2A2A2. Windows color (decimal): -3896627 or 13470404. OLE color: 13470404.

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

Color convert

RGB 196 138 205 -
CMYK 0.04 0.33 0 0.20
HSL 291.94º 0.4% 0.67% -
HSV(B) 291.94º 0.33% 0.8% -
XYZ 42.87 34.32 62.12 -
YUV 162.98 151.72 151.55 -
System Red Green Blue C M Y K H S L
Decimal 196 138 205 0.04 0.33 0 0.20 291.94 0.4 0.67
Hex C4 8A CD 4 21 0 14 124 28 43
Octal 304 212 315 4 41 0 24 444 50 103
Binary 11000100 10001010 11001101 100 100001 0 10100 100100100 101000 1000011

Color Harmonies of #C48ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ACD

Black with #C48ACD

Text Example


Text Example

White with #C48ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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