Html Css Color HEX #C48CBD Lilac

📋 copy color: '#C48CBD'

red 196 ◦ green 140 ◦ blue 189

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

Shades of Lilac #C48CBD

Tints of Lilac #C48CBD

RGB

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

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

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

R = 37.33%
G = 26.67%
B = 36%

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

#C48CBD (or 0xC48CBD) is known color: Lilac. HEX triplet: C4, 8C and BD. RGB value is (196,140,189). Sum of RGB (Red+Green+Blue) = 196+140+189=525 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.33% from 525); Green value is 140 (55.08% from 255 or 26.67% from 525); Blue value is 189 (74.22% from 255 or 36% from 525); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CBD is #3B7342. Grayscale: #A2A2A2. Windows color (decimal): -3896131 or 12422340. OLE color: 12422340.

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

Color convert

RGB 196 140 189 -
CMYK 0 0.29 0.04 0.23
HSL 307.5º 0.32% 0.66% -
HSV(B) 307.5º 0.29% 0.77% -
XYZ 41.33 34.17 52.56 -
YUV 162.33 143.05 152.02 -
System Red Green Blue C M Y K H S L
Decimal 196 140 189 0 0.29 0.04 0.23 307.5 0.32 0.66
Hex C4 8C BD 0 1D 4 17 134 20 42
Octal 304 214 275 0 35 4 27 464 40 102
Binary 11000100 10001100 10111101 0 11101 100 10111 100110100 100000 1000010

Color Harmonies of #C48CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CBD

Black with #C48CBD

Text Example


Text Example

White with #C48CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CBD; }

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

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

background-color css

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

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

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

border-color css

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

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

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