Html Css Color HEX #C48ECB Lilac

📋 copy color: '#C48ECB'

red 196 ◦ green 142 ◦ blue 203

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

Shades of Lilac #C48ECB

Tints of Lilac #C48ECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.52%

R = 36.23%
G = 26.25%
B = 37.52%

CMYK

 C value IS 0.03

 M value IS 0.30

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C48ECB (or 0xC48ECB) is known color: Lilac. HEX triplet: C4, 8E and CB. RGB value is (196,142,203). Sum of RGB (Red+Green+Blue) = 196+142+203=541 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.23% from 541); Green value is 142 (55.86% from 255 or 26.25% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48ECB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48ECB is #3B7134. Grayscale: #A4A4A4. Windows color (decimal): -3895605 or 13340356. OLE color: 13340356.

HSL color Cylindrical-coordinate representation of color #C48ECB: hue angle of 293.11º degrees, saturation: 0.37, 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 #C48ECB is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 142 203 -
CMYK 0.03 0.30 0 0.20
HSL 293.11º 0.37% 0.68% -
HSV(B) 293.11º 0.3% 0.8% -
XYZ 43.22 35.39 61.05 -
YUV 165.1 149.39 150.04 -
System Red Green Blue C M Y K H S L
Decimal 196 142 203 0.03 0.30 0 0.20 293.11 0.37 0.68
Hex C4 8E CB 3 1E 0 14 125 25 44
Octal 304 216 313 3 36 0 24 445 45 104
Binary 11000100 10001110 11001011 11 11110 0 10100 100100101 100101 1000100

Color Harmonies of #C48ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48ECB

Black with #C48ECB

Text Example


Text Example

White with #C48ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48ECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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