Html Css Color HEX #C48ACE Lilac

📋 copy color: '#C48ACE'

red 196 ◦ green 138 ◦ blue 206

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

Shades of Lilac #C48ACE

Tints of Lilac #C48ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.15%

R = 36.3%
G = 25.56%
B = 38.15%

CMYK

 C value IS 0.05

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C48ACE (or 0xC48ACE) is known color: Lilac. HEX triplet: C4, 8A and CE. RGB value is (196,138,206). Sum of RGB (Red+Green+Blue) = 196+138+206=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 138 (54.30% from 255 or 25.56% from 540); Blue value is 206 (80.86% from 255 or 38.15% from 540); Max value from RGB is 206 - color contains mainly: blue. Hex color #C48ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ACE is #3B7531. Grayscale: #A2A2A2. Windows color (decimal): -3896626 or 13535940. OLE color: 13535940.

HSL color Cylindrical-coordinate representation of color #C48ACE: hue angle of 291.18º degrees, saturation: 0.41, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C48ACE is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 196 138 206 -
CMYK 0.05 0.33 0 0.19
HSL 291.18º 0.41% 0.67% -
HSV(B) 291.18º 0.33% 0.81% -
XYZ 42.99 34.37 62.76 -
YUV 163.09 152.22 151.47 -
System Red Green Blue C M Y K H S L
Decimal 196 138 206 0.05 0.33 0 0.19 291.18 0.41 0.67
Hex C4 8A CE 5 21 0 13 123 29 43
Octal 304 212 316 5 41 0 23 443 51 103
Binary 11000100 10001010 11001110 101 100001 0 10011 100100011 101001 1000011

Color Harmonies of #C48ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ACE

Black with #C48ACE

Text Example


Text Example

White with #C48ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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