Html Css Color HEX #C48CC2 Lilac

📋 copy color: '#C48CC2'

red 196 ◦ green 140 ◦ blue 194

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

Shades of Lilac #C48CC2

Tints of Lilac #C48CC2

RGB

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

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

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

R = 36.98%
G = 26.42%
B = 36.6%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C48CC2 (or 0xC48CC2) is known color: Lilac. HEX triplet: C4, 8C and C2. RGB value is (196,140,194). Sum of RGB (Red+Green+Blue) = 196+140+194=530 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.98% from 530); Green value is 140 (55.08% from 255 or 26.42% from 530); Blue value is 194 (76.17% from 255 or 36.60% from 530); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CC2 is #3B733D. Grayscale: #A2A2A2. Windows color (decimal): -3896126 or 12750020. OLE color: 12750020.

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

Color convert

RGB 196 140 194 -
CMYK 0 0.29 0.01 0.23
HSL 302.14º 0.32% 0.66% -
HSV(B) 302.14º 0.29% 0.77% -
XYZ 41.88 34.39 55.47 -
YUV 162.9 145.55 151.61 -
System Red Green Blue C M Y K H S L
Decimal 196 140 194 0 0.29 0.01 0.23 302.14 0.32 0.66
Hex C4 8C C2 0 1D 1 17 12E 20 42
Octal 304 214 302 0 35 1 27 456 40 102
Binary 11000100 10001100 11000010 0 11101 1 10111 100101110 100000 1000010

Color Harmonies of #C48CC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CC2

Black with #C48CC2

Text Example


Text Example

White with #C48CC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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