Html Css Color HEX #C48CCB Lilac

📋 copy color: '#C48CCB'

red 196 ◦ green 140 ◦ blue 203

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

Shades of Lilac #C48CCB

Tints of Lilac #C48CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 37.66%

R = 36.36%
G = 25.97%
B = 37.66%

CMYK

 C value IS 0.03

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#C48CCB (or 0xC48CCB) is known color: Lilac. HEX triplet: C4, 8C and CB. RGB value is (196,140,203). Sum of RGB (Red+Green+Blue) = 196+140+203=539 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.36% from 539); Green value is 140 (55.08% from 255 or 25.97% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 203 - color contains mainly: blue. Hex color #C48CCB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48CCB is #3B7334. Grayscale: #A3A3A3. Windows color (decimal): -3896117 or 13339844. OLE color: 13339844.

HSL color Cylindrical-coordinate representation of color #C48CCB: hue angle of 293.33º degrees, saturation: 0.38, 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 #C48CCB is Cyan = 0.03, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 196 140 203 -
CMYK 0.03 0.31 0 0.20
HSL 293.33º 0.38% 0.67% -
HSV(B) 293.33º 0.31% 0.8% -
XYZ 42.92 34.8 60.96 -
YUV 163.93 150.05 150.88 -
System Red Green Blue C M Y K H S L
Decimal 196 140 203 0.03 0.31 0 0.20 293.33 0.38 0.67
Hex C4 8C CB 3 1F 0 14 125 26 43
Octal 304 214 313 3 37 0 24 445 46 103
Binary 11000100 10001100 11001011 11 11111 0 10100 100100101 100110 1000011

Color Harmonies of #C48CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48CCB

Black with #C48CCB

Text Example


Text Example

White with #C48CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48CCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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