Html Css Color HEX #C48ABC Lilac

📋 copy color: '#C48ABC'

red 196 ◦ green 138 ◦ blue 188

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

Shades of Lilac #C48ABC

Tints of Lilac #C48ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 36.02%

R = 37.55%
G = 26.44%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C48ABC (or 0xC48ABC) is known color: Lilac. HEX triplet: C4, 8A and BC. RGB value is (196,138,188). Sum of RGB (Red+Green+Blue) = 196+138+188=522 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.55% from 522); Green value is 138 (54.30% from 255 or 26.44% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 196 - color contains mainly: red. Hex color #C48ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ABC is #3B7543. Grayscale: #A0A0A0. Windows color (decimal): -3896644 or 12356292. OLE color: 12356292.

HSL color Cylindrical-coordinate representation of color #C48ABC: hue angle of 308.28º degrees, saturation: 0.33, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ABC is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 138 188 -
CMYK 0 0.30 0.04 0.23
HSL 308.28º 0.33% 0.65% -
HSV(B) 308.28º 0.3% 0.77% -
XYZ 40.93 33.54 51.89 -
YUV 161.04 143.22 152.93 -
System Red Green Blue C M Y K H S L
Decimal 196 138 188 0 0.30 0.04 0.23 308.28 0.33 0.65
Hex C4 8A BC 0 1E 4 17 134 21 41
Octal 304 212 274 0 36 4 27 464 41 101
Binary 11000100 10001010 10111100 0 11110 100 10111 100110100 100001 1000001

Color Harmonies of #C48ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ABC

Black with #C48ABC

Text Example


Text Example

White with #C48ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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