Html Css Color HEX #C48FC2 Lilac

📋 copy color: '#C48FC2'

red 196 ◦ green 143 ◦ blue 194

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

Shades of Lilac #C48FC2

Tints of Lilac #C48FC2

RGB

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

 GREEN value IS 143 (56.25% from 255) = 26.83%

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

R = 36.77%
G = 26.83%
B = 36.4%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.01

 K value IS 0.23

RGB Variations

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

Color information

#C48FC2 (or 0xC48FC2) is known color: Lilac. HEX triplet: C4, 8F and C2. RGB value is (196,143,194). Sum of RGB (Red+Green+Blue) = 196+143+194=533 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.77% from 533); Green value is 143 (56.25% from 255 or 26.83% from 533); Blue value is 194 (76.17% from 255 or 36.40% from 533); Max value from RGB is 196 - color contains mainly: red. Hex color #C48FC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC2 is #3B703D. Grayscale: #A4A4A4. Windows color (decimal): -3895358 or 12750788. OLE color: 12750788.

HSL color Cylindrical-coordinate representation of color #C48FC2: hue angle of 302.26º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C48FC2 is Cyan = 0, Magento = 0.27, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 143 194 -
CMYK 0 0.27 0.01 0.23
HSL 302.26º 0.31% 0.66% -
HSV(B) 302.26º 0.27% 0.77% -
XYZ 42.33 35.28 55.62 -
YUV 164.66 144.56 150.35 -
System Red Green Blue C M Y K H S L
Decimal 196 143 194 0 0.27 0.01 0.23 302.26 0.31 0.66
Hex C4 8F C2 0 1B 1 17 12E 1F 42
Octal 304 217 302 0 33 1 27 456 37 102
Binary 11000100 10001111 11000010 0 11011 1 10111 100101110 11111 1000010

Color Harmonies of #C48FC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FC2

Black with #C48FC2

Text Example


Text Example

White with #C48FC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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