Html Css Color HEX #C48DC2 Lilac

📋 copy color: '#C48DC2'

red 196 ◦ green 141 ◦ blue 194

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

Shades of Lilac #C48DC2

Tints of Lilac #C48DC2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 26.55%

 BLUE value IS 194 (76.17% from 255) = 36.53%

R = 36.91%
G = 26.55%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C48DC2 (or 0xC48DC2) is known color: Lilac. HEX triplet: C4, 8D and C2. RGB value is (196,141,194). Sum of RGB (Red+Green+Blue) = 196+141+194=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 141 (55.47% from 255 or 26.55% from 531); Blue value is 194 (76.17% from 255 or 36.53% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DC2 is #3B723D. Grayscale: #A3A3A3. Windows color (decimal): -3895870 or 12750276. OLE color: 12750276.

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

Color convert

RGB 196 141 194 -
CMYK 0 0.28 0.01 0.23
HSL 302.18º 0.32% 0.66% -
HSV(B) 302.18º 0.28% 0.77% -
XYZ 42.03 34.68 55.52 -
YUV 163.49 145.22 151.19 -
System Red Green Blue C M Y K H S L
Decimal 196 141 194 0 0.28 0.01 0.23 302.18 0.32 0.66
Hex C4 8D C2 0 1C 1 17 12E 20 42
Octal 304 215 302 0 34 1 27 456 40 102
Binary 11000100 10001101 11000010 0 11100 1 10111 100101110 100000 1000010

Color Harmonies of #C48DC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48DC2

Black with #C48DC2

Text Example


Text Example

White with #C48DC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48DC2; }

 p { color: rgb(196,141,194); }

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

background-color css

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

 a { background-color: rgb(196,141,194); }

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

border-color css

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

 span { border-color: rgb(196,141,194); }

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