Html Css Color HEX #C48CC1 Lilac

📋 copy color: '#C48CC1'

red 196 ◦ green 140 ◦ blue 193

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

Shades of Lilac #C48CC1

Tints of Lilac #C48CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 36.48%

R = 37.05%
G = 26.47%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.02

 K value IS 0.23

RGB Variations

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

Color information

#C48CC1 (or 0xC48CC1) is known color: Lilac. HEX triplet: C4, 8C and C1. RGB value is (196,140,193). Sum of RGB (Red+Green+Blue) = 196+140+193=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 140 (55.08% from 255 or 26.47% from 529); Blue value is 193 (75.78% from 255 or 36.48% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C48CC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CC1 is #3B733E. Grayscale: #A2A2A2. Windows color (decimal): -3896127 or 12684484. OLE color: 12684484.

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

Color convert

RGB 196 140 193 -
CMYK 0 0.29 0.02 0.23
HSL 303.21º 0.32% 0.66% -
HSV(B) 303.21º 0.29% 0.77% -
XYZ 41.77 34.34 54.88 -
YUV 162.79 145.05 151.69 -
System Red Green Blue C M Y K H S L
Decimal 196 140 193 0 0.29 0.02 0.23 303.21 0.32 0.66
Hex C4 8C C1 0 1D 2 17 12F 20 42
Octal 304 214 301 0 35 2 27 457 40 102
Binary 11000100 10001100 11000001 0 11101 10 10111 100101111 100000 1000010

Color Harmonies of #C48CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CC1

Black with #C48CC1

Text Example


Text Example

White with #C48CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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