#C48BCD

Color #C48BCD Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C48BCD

Tints of Lilac #C48BCD

Color information

#C48BCD (or 0xC48BCD) is unknown color: approx Lilac. HEX triplet: C4, 8B and CD. RGB value is (196,139,205). Sum of RGB (Red+Green+Blue) = 196+139+205=540 (71% of max value = 765). Red value is 196 (76.95% from 255 or 36.30% from 540); Green value is 139 (54.69% from 255 or 25.74% from 540); Blue value is 205 (80.47% from 255 or 37.96% from 540); Max value from RGB is 205 - color contains mainly: blue. Hex color #C48BCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BCD is #3B7432. Grayscale: #A3A3A3. Windows color (decimal): -3896371 or 13470660. OLE color: 13470660.

HSL color Cylindrical-coordinate representation of color #C48BCD: hue angle of 291.82º degrees, saturation: 0.4, 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 #C48BCD is Cyan = 0.04, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB196139205-
CMYK0.040.3200.20
HSL291.82º39.76%67.45%-
HSV(B)291.82º32.2%80.39%-
XYZ43.0234.6162.17-
YUV163.57151.38151.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 36.30%
GREEN value IS 139 (54.69% from 255) = 25.74%
BLUE value IS 205 (80.47% from 255) = 37.96%
R=36.30%
G=25.74%
B=37.96%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1961392050.040.3200.20291.8239.7667.45
HexC48BCD4200141242843
Octal30421331544002444450103
Binary1100010010001011110011011001000000101001001001001010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BCD; }

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

 H1.HeaderClassName
 {
   color: #C48BCD;
 }
 .AnyTagClassName
 {
   color: #C48BCD;
 }
</style>
background-color css

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

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

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

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

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

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