Html Css Color HEX #C48BC9 Lilac

📋 copy color: '#C48BC9'

red 196 ◦ green 139 ◦ blue 201

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

Shades of Lilac #C48BC9

Tints of Lilac #C48BC9

RGB

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

 GREEN value IS 139 (54.69% from 255) = 25.93%

 BLUE value IS 201 (78.91% from 255) = 37.5%

R = 36.57%
G = 25.93%
B = 37.5%

CMYK

 C value IS 0.02

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C48BC9 (or 0xC48BC9) is known color: Lilac. HEX triplet: C4, 8B and C9. RGB value is (196,139,201). Sum of RGB (Red+Green+Blue) = 196+139+201=536 (70% of max value = 765). Red value is 196 (76.95% from 255 or 36.57% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 201 (78.91% from 255 or 37.5% from 536); Max value from RGB is 201 - color contains mainly: blue. Hex color #C48BC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC9 is #3B7436. Grayscale: #A2A2A2. Windows color (decimal): -3896375 or 13208516. OLE color: 13208516.

HSL color Cylindrical-coordinate representation of color #C48BC9: hue angle of 295.16º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C48BC9 is Cyan = 0.02, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 196 139 201 -
CMYK 0.02 0.31 0 0.21
HSL 295.16º 0.36% 0.67% -
HSV(B) 295.16º 0.31% 0.79% -
XYZ 42.54 34.42 59.66 -
YUV 163.11 149.38 151.46 -
System Red Green Blue C M Y K H S L
Decimal 196 139 201 0.02 0.31 0 0.21 295.16 0.36 0.67
Hex C4 8B C9 2 1F 0 15 127 24 43
Octal 304 213 311 2 37 0 25 447 44 103
Binary 11000100 10001011 11001001 10 11111 0 10101 100100111 100100 1000011

Color Harmonies of #C48BC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BC9

Black with #C48BC9

Text Example


Text Example

White with #C48BC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BC9; }

 p { color: rgb(196,139,201); }

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

background-color css

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

 a { background-color: rgb(196,139,201); }

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

border-color css

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

 span { border-color: rgb(196,139,201); }

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