#C895C4

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

Shades of Lilac #C895C4

Tints of Lilac #C895C4

Color information

#C895C4 (or 0xC895C4) is unknown color: approx Lilac. HEX triplet: C8, 95 and C4. RGB value is (200,149,196). Sum of RGB (Red+Green+Blue) = 200+149+196=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 149 (58.59% from 255 or 27.34% from 545); Blue value is 196 (76.95% from 255 or 35.96% from 545); Max value from RGB is 200 - color contains mainly: red. Hex color #C895C4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C895C4 is #376A3B. Grayscale: #A9A9A9. Windows color (decimal): -3631676 or 12883400. OLE color: 12883400.

HSL color Cylindrical-coordinate representation of color #C895C4: hue angle of 304.71º degrees, saturation: 0.32, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C895C4 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.22.

Color convert

RGB200149196-
CMYK00.260.020.22
HSL304.71º31.68%68.43%-
HSV(B)304.71º25.5%78.43%-
XYZ44.5337.7657.17-
YUV169.61142.9149.68-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 36.70%
GREEN value IS 149 (58.59% from 255) = 27.34%
BLUE value IS 196 (76.95% from 255) = 35.96%
R=36.70%
G=27.34%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014919600.260.020.22304.7131.6868.43
HexC895C401A2161312044
Octal31022530403222646140104
Binary11001000100101011100010001101010101101001100011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C895C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C895C4; }

 p { color: rgb(200,149,196); }

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

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

 a { background-color: rgb(200,149,196); }

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

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

 span { border-color: rgb(200,149,196); }

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