#C48BC2

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

Shades of Lilac #C48BC2

Tints of Lilac #C48BC2

Color information

#C48BC2 (or 0xC48BC2) is unknown color: approx Lilac. HEX triplet: C4, 8B and C2. RGB value is (196,139,194). Sum of RGB (Red+Green+Blue) = 196+139+194=529 (70% of max value = 765). Red value is 196 (76.95% from 255 or 37.05% from 529); Green value is 139 (54.69% from 255 or 26.28% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BC2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BC2 is #3B743D. Grayscale: #A2A2A2. Windows color (decimal): -3896382 or 12749764. OLE color: 12749764.

HSL color Cylindrical-coordinate representation of color #C48BC2: hue angle of 302.11º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BC2 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.23.

Color convert

RGB196139194-
CMYK00.290.010.23
HSL302.11º32.57%65.69%-
HSV(B)302.11º29.08%76.86%-
XYZ41.7434.155.42-
YUV162.31145.88152.03-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 37.05%
GREEN value IS 139 (54.69% from 255) = 26.28%
BLUE value IS 194 (76.17% from 255) = 36.67%
R=37.05%
G=26.28%
B=36.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19613919400.290.010.23302.1132.5765.69
HexC48BC201D11712e2142
Octal30421330203512745641102
Binary1100010010001011110000100111011101111001011101000011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C48BC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C48BC2; }

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

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

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

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

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

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

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

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