Html Css Color HEX #C48BBD Lilac

📋 copy color: '#C48BBD'

red 196 ◦ green 139 ◦ blue 189

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

Shades of Lilac #C48BBD

Tints of Lilac #C48BBD

RGB

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

 GREEN value IS 139 (54.69% from 255) = 26.53%

 BLUE value IS 189 (74.22% from 255) = 36.07%

R = 37.4%
G = 26.53%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.04

 K value IS 0.23

RGB Variations

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

Color information

#C48BBD (or 0xC48BBD) is known color: Lilac. HEX triplet: C4, 8B and BD. RGB value is (196,139,189). Sum of RGB (Red+Green+Blue) = 196+139+189=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 139 (54.69% from 255 or 26.53% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBD is #3B7442. Grayscale: #A1A1A1. Windows color (decimal): -3896387 or 12422084. OLE color: 12422084.

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

Color convert

RGB 196 139 189 -
CMYK 0 0.29 0.04 0.23
HSL 307.37º 0.33% 0.66% -
HSV(B) 307.37º 0.29% 0.77% -
XYZ 41.18 33.88 52.51 -
YUV 161.74 143.38 152.43 -
System Red Green Blue C M Y K H S L
Decimal 196 139 189 0 0.29 0.04 0.23 307.37 0.33 0.66
Hex C4 8B BD 0 1D 4 17 133 21 42
Octal 304 213 275 0 35 4 27 463 41 102
Binary 11000100 10001011 10111101 0 11101 100 10111 100110011 100001 1000010

Color Harmonies of #C48BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BBD

Black with #C48BBD

Text Example


Text Example

White with #C48BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BBD; }

 p { color: rgb(196,139,189); }

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

background-color css

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

 a { background-color: rgb(196,139,189); }

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

border-color css

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

 span { border-color: rgb(196,139,189); }

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