Html Css Color HEX #C48EC6 Lilac

📋 copy color: '#C48EC6'

red 196 ◦ green 142 ◦ blue 198

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

Shades of Lilac #C48EC6

Tints of Lilac #C48EC6

RGB

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

 GREEN value IS 142 (55.86% from 255) = 26.49%

 BLUE value IS 198 (77.73% from 255) = 36.94%

R = 36.57%
G = 26.49%
B = 36.94%

CMYK

 C value IS 0.01

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C48EC6 (or 0xC48EC6) is known color: Lilac. HEX triplet: C4, 8E and C6. RGB value is (196,142,198). Sum of RGB (Red+Green+Blue) = 196+142+198=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 142 (55.86% from 255 or 26.49% from 536); Blue value is 198 (77.73% from 255 or 36.94% from 536); Max value from RGB is 198 - color contains mainly: blue. Hex color #C48EC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48EC6 is #3B7139. Grayscale: #A4A4A4. Windows color (decimal): -3895610 or 13012676. OLE color: 13012676.

HSL color Cylindrical-coordinate representation of color #C48EC6: hue angle of 297.86º degrees, saturation: 0.33, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48EC6 is Cyan = 0.01, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 142 198 -
CMYK 0.01 0.28 0 0.22
HSL 297.86º 0.33% 0.67% -
HSV(B) 297.86º 0.28% 0.78% -
XYZ 42.63 35.16 57.97 -
YUV 164.53 146.89 150.45 -
System Red Green Blue C M Y K H S L
Decimal 196 142 198 0.01 0.28 0 0.22 297.86 0.33 0.67
Hex C4 8E C6 1 1C 0 16 12A 21 43
Octal 304 216 306 1 34 0 26 452 41 103
Binary 11000100 10001110 11000110 1 11100 0 10110 100101010 100001 1000011

Color Harmonies of #C48EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48EC6

Black with #C48EC6

Text Example


Text Example

White with #C48EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48EC6; }

 p { color: rgb(196,142,198); }

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

background-color css

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

 a { background-color: rgb(196,142,198); }

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

border-color css

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

 span { border-color: rgb(196,142,198); }

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