Html Css Color HEX #C48BCC Lilac

📋 copy color: '#C48BCC'

red 196 ◦ green 139 ◦ blue 204

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

Shades of Lilac #C48BCC

Tints of Lilac #C48BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 37.85%

R = 36.36%
G = 25.79%
B = 37.85%

CMYK

 C value IS 0.04

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C48BCC (or 0xC48BCC) is known color: Lilac. HEX triplet: C4, 8B and CC. RGB value is (196,139,204). Sum of RGB (Red+Green+Blue) = 196+139+204=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 139 (54.69% from 255 or 25.79% from 539); Blue value is 204 (80.08% from 255 or 37.85% from 539); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48BCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCC is #3B7433. Grayscale: #A3A3A3. Windows color (decimal): -3896372 or 13405124. OLE color: 13405124.

HSL color Cylindrical-coordinate representation of color #C48BCC: hue angle of 292.62º degrees, saturation: 0.39, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C48BCC is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 196 139 204 -
CMYK 0.04 0.32 0 0.2
HSL 292.62º 0.39% 0.67% -
HSV(B) 292.62º 0.32% 0.8% -
XYZ 42.9 34.56 61.54 -
YUV 163.45 150.88 151.21 -
System Red Green Blue C M Y K H S L
Decimal 196 139 204 0.04 0.32 0 0.2 292.62 0.39 0.67
Hex C4 8B CC 4 20 0 14 125 27 43
Octal 304 213 314 4 40 0 24 445 47 103
Binary 11000100 10001011 11001100 100 100000 0 10100 100100101 100111 1000011

Color Harmonies of #C48BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48BCC

Black with #C48BCC

Text Example


Text Example

White with #C48BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48BCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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