Html Css Color HEX #C48ECC Lilac

📋 copy color: '#C48ECC'

red 196 ◦ green 142 ◦ blue 204

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

Shades of Lilac #C48ECC

Tints of Lilac #C48ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.64%

R = 36.16%
G = 26.2%
B = 37.64%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C48ECC (or 0xC48ECC) is known color: Lilac. HEX triplet: C4, 8E and CC. RGB value is (196,142,204). Sum of RGB (Red+Green+Blue) = 196+142+204=542 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.16% from 542); Green value is 142 (55.86% from 255 or 26.20% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48ECC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECC is #3B7133. Grayscale: #A5A5A5. Windows color (decimal): -3895604 or 13405892. OLE color: 13405892.

HSL color Cylindrical-coordinate representation of color #C48ECC: hue angle of 292.26º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C48ECC is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 142 204 -
CMYK 0.04 0.30 0 0.2
HSL 292.26º 0.38% 0.68% -
HSV(B) 292.26º 0.3% 0.8% -
XYZ 43.34 35.44 61.68 -
YUV 165.21 149.89 149.96 -
System Red Green Blue C M Y K H S L
Decimal 196 142 204 0.04 0.30 0 0.2 292.26 0.38 0.68
Hex C4 8E CC 4 1E 0 14 124 26 44
Octal 304 216 314 4 36 0 24 444 46 104
Binary 11000100 10001110 11001100 100 11110 0 10100 100100100 100110 1000100

Color Harmonies of #C48ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ECC

Black with #C48ECC

Text Example


Text Example

White with #C48ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ECC; }

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

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

background-color css

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

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

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

border-color css

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

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

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