Html Css Color HEX #C48FC8 Lilac

📋 copy color: '#C48FC8'

red 196 ◦ green 143 ◦ blue 200

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

Shades of Lilac #C48FC8

Tints of Lilac #C48FC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 37.11%

R = 36.36%
G = 26.53%
B = 37.11%

CMYK

 C value IS 0.02

 M value IS 0.28

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#C48FC8 (or 0xC48FC8) is known color: Lilac. HEX triplet: C4, 8F and C8. RGB value is (196,143,200). Sum of RGB (Red+Green+Blue) = 196+143+200=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 143 (56.25% from 255 or 26.53% from 539); Blue value is 200 (78.52% from 255 or 37.11% from 539); Max value from RGB is 200 - color contains mainly: blue. Hex color #C48FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48FC8 is #3B7037. Grayscale: #A5A5A5. Windows color (decimal): -3895352 or 13144004. OLE color: 13144004.

HSL color Cylindrical-coordinate representation of color #C48FC8: hue angle of 295.79º degrees, saturation: 0.34, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48FC8 is Cyan = 0.02, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 196 143 200 -
CMYK 0.02 0.28 0 0.22
HSL 295.79º 0.34% 0.67% -
HSV(B) 295.79º 0.29% 0.78% -
XYZ 43.01 35.55 59.24 -
YUV 165.35 147.56 149.87 -
System Red Green Blue C M Y K H S L
Decimal 196 143 200 0.02 0.28 0 0.22 295.79 0.34 0.67
Hex C4 8F C8 2 1C 0 16 128 22 43
Octal 304 217 310 2 34 0 26 450 42 103
Binary 11000100 10001111 11001000 10 11100 0 10110 100101000 100010 1000011

Color Harmonies of #C48FC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48FC8

Black with #C48FC8

Text Example


Text Example

White with #C48FC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48FC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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