Html Css Color HEX #C48CBE Lilac

📋 copy color: '#C48CBE'

red 196 ◦ green 140 ◦ blue 190

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

Shades of Lilac #C48CBE

Tints of Lilac #C48CBE

RGB

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

 GREEN value IS 140 (55.08% from 255) = 26.62%

 BLUE value IS 190 (74.61% from 255) = 36.12%

R = 37.26%
G = 26.62%
B = 36.12%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.03

 K value IS 0.23

RGB Variations

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

Color information

#C48CBE (or 0xC48CBE) is known color: Lilac. HEX triplet: C4, 8C and BE. RGB value is (196,140,190). Sum of RGB (Red+Green+Blue) = 196+140+190=526 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.26% from 526); Green value is 140 (55.08% from 255 or 26.62% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CBE is #3B7341. Grayscale: #A2A2A2. Windows color (decimal): -3896130 or 12487876. OLE color: 12487876.

HSL color Cylindrical-coordinate representation of color #C48CBE: hue angle of 306.43º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48CBE is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 140 190 -
CMYK 0 0.29 0.03 0.23
HSL 306.43º 0.32% 0.66% -
HSV(B) 306.43º 0.29% 0.77% -
XYZ 41.44 34.21 53.13 -
YUV 162.44 143.55 151.93 -
System Red Green Blue C M Y K H S L
Decimal 196 140 190 0 0.29 0.03 0.23 306.43 0.32 0.66
Hex C4 8C BE 0 1D 3 17 132 20 42
Octal 304 214 276 0 35 3 27 462 40 102
Binary 11000100 10001100 10111110 0 11101 11 10111 100110010 100000 1000010

Color Harmonies of #C48CBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CBE

Black with #C48CBE

Text Example


Text Example

White with #C48CBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CBE; }

 p { color: rgb(196,140,190); }

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

background-color css

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

 a { background-color: rgb(196,140,190); }

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

border-color css

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

 span { border-color: rgb(196,140,190); }

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