Html Css Color HEX #C48CC3 Lilac

📋 copy color: '#C48CC3'

red 196 ◦ green 140 ◦ blue 195

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

Shades of Lilac #C48CC3

Tints of Lilac #C48CC3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 36.72%

R = 36.91%
G = 26.37%
B = 36.72%

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

#C48CC3 (or 0xC48CC3) is known color: Lilac. HEX triplet: C4, 8C and C3. RGB value is (196,140,195). Sum of RGB (Red+Green+Blue) = 196+140+195=531 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.91% from 531); Green value is 140 (55.08% from 255 or 26.37% from 531); Blue value is 195 (76.56% from 255 or 36.72% from 531); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CC3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CC3 is #3B733C. Grayscale: #A2A2A2. Windows color (decimal): -3896125 or 12815556. OLE color: 12815556.

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

Color convert

RGB 196 140 195 -
CMYK 0 0.29 0.01 0.23
HSL 301.07º 0.32% 0.66% -
HSV(B) 301.07º 0.29% 0.77% -
XYZ 41.99 34.43 56.06 -
YUV 163.01 146.05 151.53 -
System Red Green Blue C M Y K H S L
Decimal 196 140 195 0 0.29 0.01 0.23 301.07 0.32 0.66
Hex C4 8C C3 0 1D 1 17 12D 20 42
Octal 304 214 303 0 35 1 27 455 40 102
Binary 11000100 10001100 11000011 0 11101 1 10111 100101101 100000 1000010

Color Harmonies of #C48CC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CC3

Black with #C48CC3

Text Example


Text Example

White with #C48CC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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