#C894C0

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

Shades of Lilac #C894C0

Tints of Lilac #C894C0

Color information

#C894C0 (or 0xC894C0) is unknown color: approx Lilac. HEX triplet: C8, 94 and C0. RGB value is (200,148,192). Sum of RGB (Red+Green+Blue) = 200+148+192=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 148 (58.20% from 255 or 27.41% from 540); Blue value is 192 (75.39% from 255 or 35.56% from 540); Max value from RGB is 200 - color contains mainly: red. Hex color #C894C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C894C0 is #376B3F. Grayscale: #A8A8A8. Windows color (decimal): -3631936 or 12621000. OLE color: 12621000.

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

Color convert

RGB200148192-
CMYK00.260.040.22
HSL309.23º32.1%68.24%-
HSV(B)309.23º26%78.43%-
XYZ43.9237.2654.75-
YUV168.56141.23150.42-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 37.04%
GREEN value IS 148 (58.20% from 255) = 27.41%
BLUE value IS 192 (75.39% from 255) = 35.56%
R=37.04%
G=27.41%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal20014819200.260.040.22309.2332.168.24
HexC894C001A4161352044
Octal31022430003242646540104
Binary110010001001010011000000011010100101101001101011000001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C894C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C894C0; }

 p { color: rgb(200,148,192); }

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

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

 a { background-color: rgb(200,148,192); }

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

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

 span { border-color: rgb(200,148,192); }

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