Html Css Color HEX #C48CCC Lilac

📋 copy color: '#C48CCC'

red 196 ◦ green 140 ◦ blue 204

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

Shades of Lilac #C48CCC

Tints of Lilac #C48CCC

RGB

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

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

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

R = 36.3%
G = 25.93%
B = 37.78%

CMYK

 C value IS 0.04

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#C48CCC (or 0xC48CCC) is known color: Lilac. HEX triplet: C4, 8C and CC. RGB value is (196,140,204). Sum of RGB (Red+Green+Blue) = 196+140+204=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 140 (55.08% from 255 or 25.93% from 540); Blue value is 204 (80.08% from 255 or 37.78% from 540); Max value from RGB is 204 - color contains mainly: blue. Hex color #C48CCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCC is #3B7333. Grayscale: #A3A3A3. Windows color (decimal): -3896116 or 13405380. OLE color: 13405380.

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

Color convert

RGB 196 140 204 -
CMYK 0.04 0.31 0 0.2
HSL 292.5º 0.39% 0.67% -
HSV(B) 292.5º 0.31% 0.8% -
XYZ 43.04 34.85 61.59 -
YUV 164.04 150.55 150.8 -
System Red Green Blue C M Y K H S L
Decimal 196 140 204 0.04 0.31 0 0.2 292.5 0.39 0.67
Hex C4 8C CC 4 1F 0 14 124 27 43
Octal 304 214 314 4 37 0 24 444 47 103
Binary 11000100 10001100 11001100 100 11111 0 10100 100100100 100111 1000011

Color Harmonies of #C48CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CCC

Black with #C48CCC

Text Example


Text Example

White with #C48CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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